Skip to content

Commit

Permalink
Merge pull request #1771 from devonfw/dependabot/npm_and_yarn/serverl…
Browse files Browse the repository at this point in the history
…ess-(deprecated)/body-parser-1.20.3
  • Loading branch information
dependabot[bot] committed Sep 21, 2024
2 parents ccf22f8 + d079d6c commit a0a62be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion serverless (deprecated)/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.5",
"@types/superagent": "^3.5.1",
"body-parser": "^1.17.2",
"body-parser": "^1.20.3",
"chai": "^4.0.2",
"cors": "^2.8.3",
"express": "^4.19.2",
Expand Down
29 changes: 26 additions & 3 deletions serverless (deprecated)/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ bluebird@^3.4.0, bluebird@^3.4.1:
version "3.5.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c"

[email protected], body-parser@^1.15.2, body-parser@^1.17.2:
[email protected]:
version "1.20.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
dependencies:
Expand All @@ -392,6 +392,23 @@ [email protected], body-parser@^1.15.2, body-parser@^1.17.2:
type-is "~1.6.18"
unpipe "1.0.0"

body-parser@^1.15.2, body-parser@^1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
dependencies:
bytes "3.1.2"
content-type "~1.0.5"
debug "2.6.9"
depd "2.0.0"
destroy "1.2.0"
http-errors "2.0.0"
iconv-lite "0.4.24"
on-finished "2.4.1"
qs "6.13.0"
raw-body "2.5.2"
type-is "~1.6.18"
unpipe "1.0.0"

[email protected]:
version "3.2.2"
resolved "https://registry.yarnpkg.com/boom/-/boom-3.2.2.tgz#0f0cc5d04adc5003b8c7d71f42cca7271fef0e78"
Expand Down Expand Up @@ -1794,12 +1811,18 @@ [email protected], punycode@^1.2.4:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"

[email protected], qs@^6.1.0:
[email protected]:
version "6.11.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
dependencies:
side-channel "^1.0.4"

[email protected], qs@^6.1.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
dependencies:
side-channel "^1.0.6"

querystring-es3@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
Expand Down Expand Up @@ -2004,7 +2027,7 @@ [email protected]:
hoek "4.x.x"
joi "10.x.x"

side-channel@^1.0.4:
side-channel@^1.0.4, side-channel@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
dependencies:
Expand Down

0 comments on commit a0a62be

Please sign in to comment.