Skip to content

Commit dd5acf3

Browse files
committed
Bump body-parser
1 parent bf2b6a0 commit dd5acf3

File tree

2 files changed

+101
-633
lines changed

2 files changed

+101
-633
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"e2e/*"
3434
]
3535
},
36-
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
36+
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54",
3737
"scripts": {
3838
"build": "yarn prebuild && bob build && yarn postbuild",
3939
"build-test-artifacts": "yarn workspace @examples/json-schema-example build && yarn workspace @examples-v1-next/fastify compose && yarn workspace @examples/fastify build && yarn workspace @examples/persisted-operations build && yarn workspace example-response-cache build && yarn workspace @examples/json-schema-complex-url build",
@@ -101,7 +101,7 @@
101101
"graphql": "16.12.0",
102102
"husky": "9.1.7",
103103
"jest": "30.2.0",
104-
"lint-staged": "16.2.7",
104+
"lint-staged": "16.2.6",
105105
"lru-cache": "11.2.2",
106106
"minimatch": "10.1.1",
107107
"node-gyp": "^12.0.0",
@@ -117,6 +117,7 @@
117117
"@whatwg-node/node-fetch": "0.8.4",
118118
"@whatwg-node/server": "0.10.17",
119119
"axios": "^1.0.0",
120+
"body-parser": "2.2.1",
120121
"brace-expansion": "2.0.2",
121122
"cookie": "1.0.2",
122123
"cross-fetch": "^4.0.0",
@@ -125,7 +126,7 @@
125126
"esbuild": "^0.27.0",
126127
"estree-util-value-to-estree": "3.5.0",
127128
"express": "5.1.0",
128-
"form-data": "4.0.5",
129+
"form-data": "4.0.4",
129130
"graphql": "16.12.0",
130131
"graphql-jit": "patch:graphql-jit@npm%3A0.8.7#~/.yarn/patches/graphql-jit-npm-0.8.7-3ae882ba75.patch",
131132
"graphql-rate-limit": "patch:graphql-rate-limit@npm%3A3.3.0#~/.yarn/patches/graphql-rate-limit-npm-3.3.0-3ae882ba75.patch",

0 commit comments

Comments
 (0)