Skip to content

Commit 40ca09b

Browse files
chore(deps-dev): bump express from 4.17.1 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d62e430 commit 40ca09b

File tree

2 files changed

+101
-91
lines changed

2 files changed

+101
-91
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"eslint-plugin-sort-keys-fix": "^1.1.1",
162162
"eslint-plugin-typescript-sort-keys": "^1.8.0",
163163
"execa": "^5.1.1",
164-
"express": "^4.17.1",
164+
"express": "^4.17.3",
165165
"har-express": "^1.1.0",
166166
"husky": "^6.0.0",
167167
"jest-transform-stub": "^2.0.0",

Diff for: yarn.lock

+100-90
Original file line numberDiff line numberDiff line change
@@ -3960,13 +3960,13 @@ abortcontroller-polyfill@^1.7.3:
39603960
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.3.tgz#1b5b487bd6436b5b764fd52a612509702c3144b5"
39613961
integrity sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==
39623962

3963-
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
3964-
version "1.3.7"
3965-
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
3966-
integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
3963+
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
3964+
version "1.3.8"
3965+
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
3966+
integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
39673967
dependencies:
3968-
mime-types "~2.1.24"
3969-
negotiator "0.6.2"
3968+
mime-types "~2.1.34"
3969+
negotiator "0.6.3"
39703970

39713971
acorn-globals@^6.0.0:
39723972
version "6.0.0"
@@ -4948,21 +4948,21 @@ bn.js@^5.0.0, bn.js@^5.1.1:
49484948
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
49494949
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
49504950

4951-
4952-
version "1.19.0"
4953-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
4954-
integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
4951+
4952+
version "1.19.2"
4953+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e"
4954+
integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==
49554955
dependencies:
4956-
bytes "3.1.0"
4956+
bytes "3.1.2"
49574957
content-type "~1.0.4"
49584958
debug "2.6.9"
49594959
depd "~1.1.2"
4960-
http-errors "1.7.2"
4960+
http-errors "1.8.1"
49614961
iconv-lite "0.4.24"
49624962
on-finished "~2.3.0"
4963-
qs "6.7.0"
4964-
raw-body "2.4.0"
4965-
type-is "~1.6.17"
4963+
qs "6.9.7"
4964+
raw-body "2.4.3"
4965+
type-is "~1.6.18"
49664966

49674967
bonjour@^3.5.0:
49684968
version "3.5.0"
@@ -5266,10 +5266,10 @@ [email protected]:
52665266
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
52675267
integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
52685268

5269-
5270-
version "3.1.0"
5271-
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
5272-
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
5269+
5270+
version "3.1.2"
5271+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
5272+
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
52735273

52745274
cacache@^12.0.2:
52755275
version "12.0.4"
@@ -6047,14 +6047,7 @@ [email protected]:
60476047
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
60486048
integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ=
60496049

6050-
6051-
version "0.5.3"
6052-
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
6053-
integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
6054-
dependencies:
6055-
safe-buffer "5.1.2"
6056-
6057-
content-disposition@^0.5.4:
6050+
[email protected], content-disposition@^0.5.4:
60586051
version "0.5.4"
60596052
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
60606053
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
@@ -6133,10 +6126,10 @@ [email protected]:
61336126
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
61346127
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
61356128

6136-
6137-
version "0.4.0"
6138-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
6139-
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
6129+
6130+
version "0.4.2"
6131+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
6132+
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
61406133

61416134
copy-concurrently@^1.0.0:
61426135
version "1.0.5"
@@ -8025,17 +8018,17 @@ expect@^27.1.0:
80258018
jest-message-util "^27.1.0"
80268019
jest-regex-util "^27.0.6"
80278020

8028-
express@^4.17.1:
8029-
version "4.17.1"
8030-
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
8031-
integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
8021+
express@^4.17.1, express@^4.17.3:
8022+
version "4.17.3"
8023+
resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1"
8024+
integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==
80328025
dependencies:
8033-
accepts "~1.3.7"
8026+
accepts "~1.3.8"
80348027
array-flatten "1.1.1"
8035-
body-parser "1.19.0"
8036-
content-disposition "0.5.3"
8028+
body-parser "1.19.2"
8029+
content-disposition "0.5.4"
80378030
content-type "~1.0.4"
8038-
cookie "0.4.0"
8031+
cookie "0.4.2"
80398032
cookie-signature "1.0.6"
80408033
debug "2.6.9"
80418034
depd "~1.1.2"
@@ -8049,13 +8042,13 @@ express@^4.17.1:
80498042
on-finished "~2.3.0"
80508043
parseurl "~1.3.3"
80518044
path-to-regexp "0.1.7"
8052-
proxy-addr "~2.0.5"
8053-
qs "6.7.0"
8045+
proxy-addr "~2.0.7"
8046+
qs "6.9.7"
80548047
range-parser "~1.2.1"
8055-
safe-buffer "5.1.2"
8056-
send "0.17.1"
8057-
serve-static "1.14.1"
8058-
setprototypeof "1.1.1"
8048+
safe-buffer "5.2.1"
8049+
send "0.17.2"
8050+
serve-static "1.14.2"
8051+
setprototypeof "1.2.0"
80598052
statuses "~1.5.0"
80608053
type-is "~1.6.18"
80618054
utils-merge "1.0.1"
@@ -9252,16 +9245,16 @@ http-deceiver@^1.2.7:
92529245
resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
92539246
integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
92549247

9255-
http-errors@1.7.2, http-errors@~1.7.2:
9256-
version "1.7.2"
9257-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
9258-
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
9248+
http-errors@1.8.1:
9249+
version "1.8.1"
9250+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
9251+
integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==
92599252
dependencies:
92609253
depd "~1.1.2"
9261-
inherits "2.0.3"
9262-
setprototypeof "1.1.1"
9254+
inherits "2.0.4"
9255+
setprototypeof "1.2.0"
92639256
statuses ">= 1.5.0 < 2"
9264-
toidentifier "1.0.0"
9257+
toidentifier "1.0.1"
92659258

92669259
http-errors@~1.6.2:
92679260
version "1.6.3"
@@ -9515,7 +9508,7 @@ inflight@^1.0.4:
95159508
once "^1.3.0"
95169509
wrappy "1"
95179510

9518-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
9511+
inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
95199512
version "2.0.4"
95209513
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
95219514
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -12161,6 +12154,11 @@ [email protected], "mime-db@>= 1.43.0 < 2":
1216112154
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
1216212155
integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
1216312156

12157+
12158+
version "1.52.0"
12159+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
12160+
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
12161+
1216412162
mime-db@~1.33.0:
1216512163
version "1.33.0"
1216612164
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
@@ -12180,6 +12178,13 @@ mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.34, mime-types@~2.1.17,
1218012178
dependencies:
1218112179
mime-db "1.51.0"
1218212180

12181+
mime-types@~2.1.34:
12182+
version "2.1.35"
12183+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
12184+
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
12185+
dependencies:
12186+
mime-db "1.52.0"
12187+
1218312188
1218412189
version "1.6.0"
1218512190
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
@@ -12397,16 +12402,16 @@ [email protected]:
1239712402
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
1239812403
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
1239912404

12400-
12401-
version "2.1.1"
12402-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
12403-
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
12404-
1240512405
[email protected], ms@^2.0.0, ms@^2.1.1, ms@^2.1.2:
1240612406
version "2.1.2"
1240712407
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1240812408
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1240912409

12410+
12411+
version "2.1.3"
12412+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
12413+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
12414+
1241012415
multicast-dns-service-types@^1.1.0:
1241112416
version "1.1.0"
1241212417
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
@@ -12489,7 +12494,12 @@ nearley@^2.7.10:
1248912494
railroad-diagrams "^1.0.0"
1249012495
randexp "0.4.6"
1249112496

12492-
[email protected], negotiator@^0.6.2:
12497+
12498+
version "0.6.3"
12499+
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
12500+
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
12501+
12502+
negotiator@^0.6.2:
1249312503
version "0.6.2"
1249412504
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
1249512505
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
@@ -14533,7 +14543,7 @@ protocol-buffers-schema@^3.3.1:
1453314543
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz#77bc75a48b2ff142c1ad5b5b90c94cd0fa2efd03"
1453414544
integrity sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==
1453514545

14536-
proxy-addr@~2.0.5:
14546+
proxy-addr@~2.0.7:
1453714547
version "2.0.7"
1453814548
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
1453914549
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
@@ -14631,10 +14641,10 @@ qrcode-terminal@^0.12.0:
1463114641
resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz#bb5b699ef7f9f0505092a3748be4464fe71b5819"
1463214642
integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==
1463314643

14634-
qs@6.7.0:
14635-
version "6.7.0"
14636-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
14637-
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
14644+
qs@6.9.7:
14645+
version "6.9.7"
14646+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
14647+
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
1463814648

1463914649
qs@^6.3.0, qs@^6.5.1, qs@^6.9.1:
1464014650
version "6.10.1"
@@ -14752,13 +14762,13 @@ range-parser@^1.2.1, range-parser@~1.2.1:
1475214762
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
1475314763
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
1475414764

14755-
14756-
version "2.4.0"
14757-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
14758-
integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==
14765+
14766+
version "2.4.3"
14767+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.3.tgz#8f80305d11c2a0a545c2d9d89d7a0286fcead43c"
14768+
integrity sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==
1475914769
dependencies:
14760-
bytes "3.1.0"
14761-
http-errors "1.7.2"
14770+
bytes "3.1.2"
14771+
http-errors "1.8.1"
1476214772
iconv-lite "0.4.24"
1476314773
unpipe "1.0.0"
1476414774

@@ -16093,10 +16103,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1609316103
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1609416104
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1609516105

16096-
16097-
version "0.17.1"
16098-
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
16099-
integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
16106+
16107+
version "0.17.2"
16108+
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"
16109+
integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==
1610016110
dependencies:
1610116111
debug "2.6.9"
1610216112
depd "~1.1.2"
@@ -16105,9 +16115,9 @@ [email protected]:
1610516115
escape-html "~1.0.3"
1610616116
etag "~1.8.1"
1610716117
fresh "0.5.2"
16108-
http-errors "~1.7.2"
16118+
http-errors "1.8.1"
1610916119
mime "1.6.0"
16110-
ms "2.1.1"
16120+
ms "2.1.3"
1611116121
on-finished "~2.3.0"
1611216122
range-parser "~1.2.1"
1611316123
statuses "~1.5.0"
@@ -16153,15 +16163,15 @@ serve-index@^1.9.1:
1615316163
mime-types "~2.1.17"
1615416164
parseurl "~1.3.2"
1615516165

16156-
16157-
version "1.14.1"
16158-
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
16159-
integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==
16166+
16167+
version "1.14.2"
16168+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa"
16169+
integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==
1616016170
dependencies:
1616116171
encodeurl "~1.0.2"
1616216172
escape-html "~1.0.3"
1616316173
parseurl "~1.3.3"
16164-
send "0.17.1"
16174+
send "0.17.2"
1616516175

1616616176
serve@^13.0.2:
1616716177
version "13.0.2"
@@ -16203,10 +16213,10 @@ [email protected]:
1620316213
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
1620416214
integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
1620516215

16206-
setprototypeof@1.1.1:
16207-
version "1.1.1"
16208-
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
16209-
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
16216+
setprototypeof@1.2.0:
16217+
version "1.2.0"
16218+
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
16219+
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
1621016220

1621116221
sha.js@^2.4.0, sha.js@^2.4.8:
1621216222
version "2.4.11"
@@ -17333,10 +17343,10 @@ toggle-selection@^1.0.6:
1733317343
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
1733417344
integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI=
1733517345

17336-
17337-
version "1.0.0"
17338-
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
17339-
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
17346+
17347+
version "1.0.1"
17348+
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
17349+
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
1734017350

1734117351
toposort@^2.0.2:
1734217352
version "2.0.2"
@@ -17589,7 +17599,7 @@ type-fest@^0.8.1:
1758917599
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1759017600
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1759117601

17592-
type-is@~1.6.17, type-is@~1.6.18:
17602+
type-is@~1.6.18:
1759317603
version "1.6.18"
1759417604
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
1759517605
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==

0 commit comments

Comments
 (0)