Skip to content

Commit 0b478b2

Browse files
feat(deps): bump body-parser from 1.20.4 to 2.2.2
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.4 to 2.2.2. - [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.4...v2.2.2) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4763ff1 commit 0b478b2

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

dev-packages/node-core-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@opentelemetry/semantic-conventions": "^1.39.0",
3737
"@sentry/core": "10.39.0",
3838
"@sentry/node-core": "10.39.0",
39-
"body-parser": "^1.20.3",
39+
"body-parser": "^2.2.2",
4040
"cors": "^2.8.5",
4141
"cron": "^3.1.6",
4242
"express": "^4.21.2",

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/pg": "^8.6.5",
4747
"ai": "^4.3.16",
4848
"amqplib": "^0.10.7",
49-
"body-parser": "^1.20.3",
49+
"body-parser": "^2.2.2",
5050
"connect": "^3.7.0",
5151
"consola": "^3.2.3",
5252
"cors": "^2.8.5",

yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13039,7 +13039,22 @@ bluebird@^3.4.6, bluebird@^3.7.2:
1303913039
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
1304013040
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
1304113041

13042-
body-parser@^1.20.3, body-parser@~1.20.3:
13042+
body-parser@^2.2.1, body-parser@^2.2.2:
13043+
version "2.2.2"
13044+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.2.tgz#1a32cdb966beaf68de50a9dfbe5b58f83cb8890c"
13045+
integrity sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==
13046+
dependencies:
13047+
bytes "^3.1.2"
13048+
content-type "^1.0.5"
13049+
debug "^4.4.3"
13050+
http-errors "^2.0.0"
13051+
iconv-lite "^0.7.0"
13052+
on-finished "^2.4.1"
13053+
qs "^6.14.1"
13054+
raw-body "^3.0.1"
13055+
type-is "^2.0.1"
13056+
13057+
body-parser@~1.20.3:
1304313058
version "1.20.4"
1304413059
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.4.tgz#f8e20f4d06ca8a50a71ed329c15dccad1cdc547f"
1304513060
integrity sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==
@@ -13057,21 +13072,6 @@ body-parser@^1.20.3, body-parser@~1.20.3:
1305713072
type-is "~1.6.18"
1305813073
unpipe "~1.0.0"
1305913074

13060-
body-parser@^2.2.1, body-parser@^2.2.2:
13061-
version "2.2.2"
13062-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.2.tgz#1a32cdb966beaf68de50a9dfbe5b58f83cb8890c"
13063-
integrity sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==
13064-
dependencies:
13065-
bytes "^3.1.2"
13066-
content-type "^1.0.5"
13067-
debug "^4.4.3"
13068-
http-errors "^2.0.0"
13069-
iconv-lite "^0.7.0"
13070-
on-finished "^2.4.1"
13071-
qs "^6.14.1"
13072-
raw-body "^3.0.1"
13073-
type-is "^2.0.1"
13074-
1307513075
body@^5.1.0:
1307613076
version "5.1.0"
1307713077
resolved "https://registry.yarnpkg.com/body/-/body-5.1.0.tgz#e4ba0ce410a46936323367609ecb4e6553125069"
@@ -30060,6 +30060,7 @@ stylus@0.59.0, stylus@^0.59.0:
3006030060

3006130061
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
3006230062
version "3.36.0"
30063+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
3006330064
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
3006430065
dependencies:
3006530066
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)