Skip to content

Commit 3b43841

Browse files
Bump express from 4.18.2 to 4.19.2 in /contracts/audited/burn_zrc2 (#603)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60cc230 commit 3b43841

File tree

1 file changed

+10
-38
lines changed

1 file changed

+10
-38
lines changed

contracts/audited/burn_zrc2/yarn.lock

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,25 +2019,7 @@ bn.js@^5.0.0, bn.js@^5.1.2, bn.js@^5.1.3, bn.js@^5.2.0, bn.js@^5.2.1:
20192019
resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
20202020
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
20212021

2022-
2023-
version "1.20.1"
2024-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
2025-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
2026-
dependencies:
2027-
bytes "3.1.2"
2028-
content-type "~1.0.4"
2029-
debug "2.6.9"
2030-
depd "2.0.0"
2031-
destroy "1.2.0"
2032-
http-errors "2.0.0"
2033-
iconv-lite "0.4.24"
2034-
on-finished "2.4.1"
2035-
qs "6.11.0"
2036-
raw-body "2.5.1"
2037-
type-is "~1.6.18"
2038-
unpipe "1.0.0"
2039-
2040-
body-parser@^1.16.0:
2022+
[email protected], body-parser@^1.16.0:
20412023
version "1.20.2"
20422024
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
20432025
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -2706,10 +2688,10 @@ [email protected]:
27062688
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
27072689
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
27082690

2709-
cookie@0.5.0:
2710-
version "0.5.0"
2711-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
2712-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
2691+
cookie@0.6.0:
2692+
version "0.6.0"
2693+
resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
2694+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
27132695

27142696
cookie@^0.4.1:
27152697
version "0.4.2"
@@ -3636,16 +3618,16 @@ execa@^7.0.0:
36363618
strip-final-newline "^3.0.0"
36373619

36383620
express@^4.14.0:
3639-
version "4.18.2"
3640-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
3641-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
3621+
version "4.19.2"
3622+
resolved "https://registry.npmjs.org/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
3623+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
36423624
dependencies:
36433625
accepts "~1.3.8"
36443626
array-flatten "1.1.1"
3645-
body-parser "1.20.1"
3627+
body-parser "1.20.2"
36463628
content-disposition "0.5.4"
36473629
content-type "~1.0.4"
3648-
cookie "0.5.0"
3630+
cookie "0.6.0"
36493631
cookie-signature "1.0.6"
36503632
debug "2.6.9"
36513633
depd "2.0.0"
@@ -6137,16 +6119,6 @@ range-parser@~1.2.1:
61376119
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
61386120
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
61396121

6140-
6141-
version "2.5.1"
6142-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
6143-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
6144-
dependencies:
6145-
bytes "3.1.2"
6146-
http-errors "2.0.0"
6147-
iconv-lite "0.4.24"
6148-
unpipe "1.0.0"
6149-
61506122
[email protected], raw-body@^2.4.1:
61516123
version "2.5.2"
61526124
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"

0 commit comments

Comments
 (0)