@@ -2870,21 +2870,21 @@ bl@^5.0.0:
2870
2870
inherits "^2.0.4"
2871
2871
readable-stream "^3.4.0"
2872
2872
2873
-
2874
- version "1.20.1 "
2875
- resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1 .tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668 "
2876
- integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw ==
2873
+
2874
+ version "1.20.2 "
2875
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2 .tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd "
2876
+ integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA ==
2877
2877
dependencies :
2878
2878
bytes "3.1.2"
2879
- content-type "~1.0.4 "
2879
+ content-type "~1.0.5 "
2880
2880
debug "2.6.9"
2881
2881
depd "2.0.0"
2882
2882
destroy "1.2.0"
2883
2883
http-errors "2.0.0"
2884
2884
iconv-lite "0.4.24"
2885
2885
on-finished "2.4.1"
2886
2886
qs "6.11.0"
2887
- raw-body "2.5.1 "
2887
+ raw-body "2.5.2 "
2888
2888
type-is "~1.6.18"
2889
2889
unpipe "1.0.0"
2890
2890
3343
3343
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
3344
3344
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
3345
3345
3346
- content-type@^1.0.5, content-type@~1.0.4 :
3346
+ content-type@^1.0.5, content-type@~1.0.4, content-type@~1.0.5 :
3347
3347
version "1.0.5"
3348
3348
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
3349
3349
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
3358
3358
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
3359
3359
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
3360
3360
3361
- cookie@0.5 .0 :
3362
- version "0.5 .0"
3363
- resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5 .0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b "
3364
- integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw ==
3361
+ cookie@0.6 .0 :
3362
+ version "0.6 .0"
3363
+ resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6 .0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051 "
3364
+ integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw ==
3365
3365
3366
3366
copy-descriptor@^0.1.0 :
3367
3367
version "0.1.1"
@@ -4388,16 +4388,16 @@ expect@^29.0.0, expect@^29.7.0:
4388
4388
jest-util "^29.7.0"
4389
4389
4390
4390
express@^4.16.2 :
4391
- version "4.18 .2"
4392
- resolved "https://registry.yarnpkg.com/express/-/express-4.18 .2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59 "
4393
- integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ ==
4391
+ version "4.19 .2"
4392
+ resolved "https://registry.yarnpkg.com/express/-/express-4.19 .2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465 "
4393
+ integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q ==
4394
4394
dependencies :
4395
4395
accepts "~1.3.8"
4396
4396
array-flatten "1.1.1"
4397
- body-parser "1.20.1 "
4397
+ body-parser "1.20.2 "
4398
4398
content-disposition "0.5.4"
4399
4399
content-type "~1.0.4"
4400
- cookie "0.5 .0"
4400
+ cookie "0.6 .0"
4401
4401
cookie-signature "1.0.6"
4402
4402
debug "2.6.9"
4403
4403
depd "2.0.0"
@@ -7641,10 +7641,10 @@ range-parser@~1.2.1:
7641
7641
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
7642
7642
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
7643
7643
7644
-
7645
- version "2.5.1 "
7646
- resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1 .tgz#fe1b1628b181b700215e5fd42389f98b71392857 "
7647
- integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig ==
7644
+
7645
+ version "2.5.2 "
7646
+ resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2 .tgz#99febd83b90e08975087e8f1f9419a149366b68a "
7647
+ integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA ==
7648
7648
dependencies :
7649
7649
bytes "3.1.2"
7650
7650
http-errors "2.0.0"
@@ -8550,16 +8550,7 @@ string-length@^4.0.1:
8550
8550
char-regex "^1.0.2"
8551
8551
strip-ansi "^6.0.0"
8552
8552
8553
- " string-width-cjs@npm:string-width@^4.2.0 " :
8554
- version "4.2.3"
8555
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8556
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8557
- dependencies :
8558
- emoji-regex "^8.0.0"
8559
- is-fullwidth-code-point "^3.0.0"
8560
- strip-ansi "^6.0.1"
8561
-
8562
- string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
8553
+ " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8563
8554
version "4.2.3"
8564
8555
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8565
8556
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8647,14 +8638,7 @@ stringify-object@^3.3.0:
8647
8638
is-obj "^1.0.1"
8648
8639
is-regexp "^1.0.0"
8649
8640
8650
- " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
8651
- version "6.0.1"
8652
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8653
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8654
- dependencies :
8655
- ansi-regex "^5.0.1"
8656
-
8657
- strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
8641
+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8658
8642
version "6.0.1"
8659
8643
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8660
8644
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9817
9801
" @types/trusted-types" " ^2.0.2"
9818
9802
workbox-core "7.0.0"
9819
9803
9820
- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
9821
- version "7.0.0"
9822
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9823
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9824
- dependencies :
9825
- ansi-styles "^4.0.0"
9826
- string-width "^4.1.0"
9827
- strip-ansi "^6.0.0"
9828
-
9829
- wrap-ansi@^7.0.0 :
9804
+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0:
9830
9805
version "7.0.0"
9831
9806
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9832
9807
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
0 commit comments