Skip to content

Commit a368349

Browse files
fix(deps): update dependency express to v4.20.0 [security]
1 parent d359b06 commit a368349

File tree

2 files changed

+176
-39
lines changed

2 files changed

+176
-39
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"dotenv": "16.4.4",
9-
"express": "4.18.2",
9+
"express": "4.20.0",
1010
"resend": "latest"
1111
},
1212
"devDependencies": {

yarn.lock

+175-38
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ balanced-match@^1.0.0:
6464
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
6565
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
6666

67-
68-
version "1.20.1"
69-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
70-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
67+
68+
version "1.20.3"
69+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
70+
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
7171
dependencies:
7272
bytes "3.1.2"
73-
content-type "~1.0.4"
73+
content-type "~1.0.5"
7474
debug "2.6.9"
7575
depd "2.0.0"
7676
destroy "1.2.0"
7777
http-errors "2.0.0"
7878
iconv-lite "0.4.24"
7979
on-finished "2.4.1"
80-
qs "6.11.0"
81-
raw-body "2.5.1"
80+
qs "6.13.0"
81+
raw-body "2.5.2"
8282
type-is "~1.6.18"
8383
unpipe "1.0.0"
8484

@@ -102,6 +102,17 @@ call-bind@^1.0.0:
102102
function-bind "^1.1.1"
103103
get-intrinsic "^1.0.2"
104104

105+
call-bind@^1.0.7:
106+
version "1.0.7"
107+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
108+
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
109+
dependencies:
110+
es-define-property "^1.0.0"
111+
es-errors "^1.3.0"
112+
function-bind "^1.1.2"
113+
get-intrinsic "^1.2.4"
114+
set-function-length "^1.2.1"
115+
105116
combined-stream@^1.0.8:
106117
version "1.0.8"
107118
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -143,15 +154,20 @@ content-type@~1.0.4:
143154
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
144155
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
145156

157+
content-type@~1.0.5:
158+
version "1.0.5"
159+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
160+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
161+
146162
147163
version "1.0.6"
148164
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
149165
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
150166

151-
cookie@0.5.0:
152-
version "0.5.0"
153-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
154-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
167+
cookie@0.6.0:
168+
version "0.6.0"
169+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
170+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
155171

156172
157173
version "2.6.9"
@@ -165,6 +181,15 @@ deepmerge@^4.2.2:
165181
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
166182
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
167183

184+
define-data-property@^1.1.4:
185+
version "1.1.4"
186+
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
187+
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
188+
dependencies:
189+
es-define-property "^1.0.0"
190+
es-errors "^1.3.0"
191+
gopd "^1.0.1"
192+
168193
delayed-stream@~1.0.0:
169194
version "1.0.0"
170195
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -235,11 +260,28 @@ encodeurl@~1.0.2:
235260
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
236261
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
237262

263+
encodeurl@~2.0.0:
264+
version "2.0.0"
265+
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
266+
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
267+
238268
entities@^4.2.0, entities@^4.4.0:
239269
version "4.5.0"
240270
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
241271
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
242272

273+
es-define-property@^1.0.0:
274+
version "1.0.0"
275+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
276+
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
277+
dependencies:
278+
get-intrinsic "^1.2.4"
279+
280+
es-errors@^1.3.0:
281+
version "1.3.0"
282+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
283+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
284+
243285
escape-html@~1.0.3:
244286
version "1.0.3"
245287
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -250,37 +292,37 @@ etag@~1.8.1:
250292
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
251293
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
252294

253-
express@4.18.2:
254-
version "4.18.2"
255-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
256-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
295+
express@4.20.0:
296+
version "4.20.0"
297+
resolved "https://registry.yarnpkg.com/express/-/express-4.20.0.tgz#f1d08e591fcec770c07be4767af8eb9bcfd67c48"
298+
integrity sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==
257299
dependencies:
258300
accepts "~1.3.8"
259301
array-flatten "1.1.1"
260-
body-parser "1.20.1"
302+
body-parser "1.20.3"
261303
content-disposition "0.5.4"
262304
content-type "~1.0.4"
263-
cookie "0.5.0"
305+
cookie "0.6.0"
264306
cookie-signature "1.0.6"
265307
debug "2.6.9"
266308
depd "2.0.0"
267-
encodeurl "~1.0.2"
309+
encodeurl "~2.0.0"
268310
escape-html "~1.0.3"
269311
etag "~1.8.1"
270312
finalhandler "1.2.0"
271313
fresh "0.5.2"
272314
http-errors "2.0.0"
273-
merge-descriptors "1.0.1"
315+
merge-descriptors "1.0.3"
274316
methods "~1.1.2"
275317
on-finished "2.4.1"
276318
parseurl "~1.3.3"
277-
path-to-regexp "0.1.7"
319+
path-to-regexp "0.1.10"
278320
proxy-addr "~2.0.7"
279321
qs "6.11.0"
280322
range-parser "~1.2.1"
281323
safe-buffer "5.2.1"
282-
send "0.18.0"
283-
serve-static "1.15.0"
324+
send "0.19.0"
325+
serve-static "1.16.0"
284326
setprototypeof "1.2.0"
285327
statuses "2.0.1"
286328
type-is "~1.6.18"
@@ -341,6 +383,11 @@ function-bind@^1.1.1:
341383
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
342384
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
343385

386+
function-bind@^1.1.2:
387+
version "1.1.2"
388+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
389+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
390+
344391
get-intrinsic@^1.0.2:
345392
version "1.1.3"
346393
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
@@ -350,6 +397,17 @@ get-intrinsic@^1.0.2:
350397
has "^1.0.3"
351398
has-symbols "^1.0.3"
352399

400+
get-intrinsic@^1.1.3, get-intrinsic@^1.2.4:
401+
version "1.2.4"
402+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
403+
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
404+
dependencies:
405+
es-errors "^1.3.0"
406+
function-bind "^1.1.2"
407+
has-proto "^1.0.1"
408+
has-symbols "^1.0.3"
409+
hasown "^2.0.0"
410+
353411
glob@^8.1.0:
354412
version "8.1.0"
355413
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
@@ -361,6 +419,25 @@ glob@^8.1.0:
361419
minimatch "^5.0.1"
362420
once "^1.3.0"
363421

422+
gopd@^1.0.1:
423+
version "1.0.1"
424+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
425+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
426+
dependencies:
427+
get-intrinsic "^1.1.3"
428+
429+
has-property-descriptors@^1.0.2:
430+
version "1.0.2"
431+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
432+
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
433+
dependencies:
434+
es-define-property "^1.0.0"
435+
436+
has-proto@^1.0.1:
437+
version "1.0.3"
438+
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd"
439+
integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==
440+
364441
has-symbols@^1.0.3:
365442
version "1.0.3"
366443
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
@@ -373,6 +450,13 @@ has@^1.0.3:
373450
dependencies:
374451
function-bind "^1.1.1"
375452

453+
hasown@^2.0.0:
454+
version "2.0.2"
455+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
456+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
457+
dependencies:
458+
function-bind "^1.1.2"
459+
376460
377461
version "9.0.3"
378462
resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-9.0.3.tgz#331368f32fcb270c59dbd3a7fdb32813d2a490bc"
@@ -497,10 +581,10 @@ [email protected]:
497581
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
498582
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
499583

500-
501-
version "1.0.1"
502-
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
503-
integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
584+
585+
version "1.0.3"
586+
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz#d80319a65f3c7935351e5cfdac8f9318504dbed5"
587+
integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==
504588

505589
methods@~1.1.2:
506590
version "1.1.2"
@@ -553,6 +637,11 @@ nopt@^6.0.0:
553637
dependencies:
554638
abbrev "^1.0.0"
555639

640+
object-inspect@^1.13.1:
641+
version "1.13.2"
642+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
643+
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
644+
556645
object-inspect@^1.9.0:
557646
version "1.12.2"
558647
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
@@ -585,10 +674,10 @@ parseurl@~1.3.3:
585674
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
586675
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
587676

588-
589-
version "0.1.7"
590-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
591-
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
677+
678+
version "0.1.10"
679+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
680+
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
592681

593682
peberminta@^0.8.0:
594683
version "0.8.0"
@@ -634,15 +723,22 @@ [email protected]:
634723
dependencies:
635724
side-channel "^1.0.4"
636725

726+
727+
version "6.13.0"
728+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
729+
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
730+
dependencies:
731+
side-channel "^1.0.6"
732+
637733
range-parser@~1.2.1:
638734
version "1.2.1"
639735
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
640736
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
641737

642-
643-
version "2.5.1"
644-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
645-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
738+
739+
version "2.5.2"
740+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
741+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
646742
dependencies:
647743
bytes "3.1.2"
648744
http-errors "2.0.0"
@@ -721,16 +817,47 @@ [email protected]:
721817
range-parser "~1.2.1"
722818
statuses "2.0.1"
723819

724-
725-
version "1.15.0"
726-
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
727-
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
820+
821+
version "0.19.0"
822+
resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8"
823+
integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
824+
dependencies:
825+
debug "2.6.9"
826+
depd "2.0.0"
827+
destroy "1.2.0"
828+
encodeurl "~1.0.2"
829+
escape-html "~1.0.3"
830+
etag "~1.8.1"
831+
fresh "0.5.2"
832+
http-errors "2.0.0"
833+
mime "1.6.0"
834+
ms "2.1.3"
835+
on-finished "2.4.1"
836+
range-parser "~1.2.1"
837+
statuses "2.0.1"
838+
839+
840+
version "1.16.0"
841+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.0.tgz#2bf4ed49f8af311b519c46f272bf6ac3baf38a92"
842+
integrity sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==
728843
dependencies:
729844
encodeurl "~1.0.2"
730845
escape-html "~1.0.3"
731846
parseurl "~1.3.3"
732847
send "0.18.0"
733848

849+
set-function-length@^1.2.1:
850+
version "1.2.2"
851+
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
852+
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
853+
dependencies:
854+
define-data-property "^1.1.4"
855+
es-errors "^1.3.0"
856+
function-bind "^1.1.2"
857+
get-intrinsic "^1.2.4"
858+
gopd "^1.0.1"
859+
has-property-descriptors "^1.0.2"
860+
734861
735862
version "1.2.0"
736863
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
@@ -745,6 +872,16 @@ side-channel@^1.0.4:
745872
get-intrinsic "^1.0.2"
746873
object-inspect "^1.9.0"
747874

875+
side-channel@^1.0.6:
876+
version "1.0.6"
877+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
878+
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
879+
dependencies:
880+
call-bind "^1.0.7"
881+
es-errors "^1.3.0"
882+
get-intrinsic "^1.2.4"
883+
object-inspect "^1.13.1"
884+
748885
sigmund@^1.0.1:
749886
version "1.0.1"
750887
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"

0 commit comments

Comments
 (0)