Skip to content

Commit 198efaf

Browse files
Bump body-parser from 1.20.0 to 1.20.3 (#286)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.0 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc767a9 commit 198efaf

File tree

1 file changed

+9
-34
lines changed

1 file changed

+9
-34
lines changed

yarn.lock

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,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:
23372337
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
23382338
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
23392339

2340-
2340+
[email protected], body-parser@^1.16.0:
23412341
version "1.20.3"
23422342
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
23432343
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
@@ -2355,24 +2355,6 @@ [email protected]:
23552355
type-is "~1.6.18"
23562356
unpipe "1.0.0"
23572357

2358-
body-parser@^1.16.0:
2359-
version "1.20.0"
2360-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
2361-
integrity sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==
2362-
dependencies:
2363-
bytes "3.1.2"
2364-
content-type "~1.0.4"
2365-
debug "2.6.9"
2366-
depd "2.0.0"
2367-
destroy "1.2.0"
2368-
http-errors "2.0.0"
2369-
iconv-lite "0.4.24"
2370-
on-finished "2.4.1"
2371-
qs "6.10.3"
2372-
raw-body "2.5.1"
2373-
type-is "~1.6.18"
2374-
unpipe "1.0.0"
2375-
23762358
boxen@^5.1.2:
23772359
version "5.1.2"
23782360
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50"
@@ -7987,13 +7969,6 @@ punycode@^2.1.0, punycode@^2.1.1:
79877969
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
79887970
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
79897971

7990-
7991-
version "6.10.3"
7992-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
7993-
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
7994-
dependencies:
7995-
side-channel "^1.0.4"
7996-
79977972
79987973
version "6.13.0"
79997974
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
@@ -8057,20 +8032,20 @@ range-parser@~1.2.1:
80578032
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
80588033
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
80598034

8060-
[email protected].1, raw-body@^2.4.1:
8061-
version "2.5.1"
8062-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
8063-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
8035+
8036+
version "2.5.2"
8037+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
8038+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
80648039
dependencies:
80658040
bytes "3.1.2"
80668041
http-errors "2.0.0"
80678042
iconv-lite "0.4.24"
80688043
unpipe "1.0.0"
80698044

8070-
raw-body@2.5.2:
8071-
version "2.5.2"
8072-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
8073-
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
8045+
raw-body@^2.4.1:
8046+
version "2.5.1"
8047+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
8048+
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
80748049
dependencies:
80758050
bytes "3.1.2"
80768051
http-errors "2.0.0"

0 commit comments

Comments
 (0)