Skip to content

Commit 2569b3a

Browse files
committed
fix(deps): bump body-parser to resolve qs vulnerability warning (#39396)
fix(deps): bump `body-parser` to resolve `qs` vuln See GHSA-6rw7-vpxm-498p. Fixes #39394.
1 parent aea34d8 commit 2569b3a

3 files changed

Lines changed: 225 additions & 9 deletions

File tree

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@opentelemetry/semantic-conventions": "0.26.0",
1212
"agentkeepalive": "^4.5.0",
1313
"bluebird": "^3.7.2",
14-
"body-parser": "^1.20.3",
14+
"body-parser": "^2.2.2",
1515
"fastq": "^1.17.1",
1616
"gatsby-plugin-utils": "^4.17.0-next.0",
1717
"gatsby-source-filesystem": "^5.17.0-next.0",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"babel-preset-gatsby": "^3.17.0-next.0",
5454
"better-opn": "^2.1.1",
5555
"bluebird": "^3.7.2",
56-
"body-parser": "1.20.3",
56+
"body-parser": "^2.2.2",
5757
"browserslist": "^4.21.9",
5858
"cache-manager": "^2.11.1",
5959
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)