Skip to content

Commit 829c876

Browse files
build(deps): bump body-parser from 2.2.1 to 2.2.2 (#748)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.1 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@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b90b85 commit 829c876

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@chainlink/ccip-read-server": "^0.2.1",
1919
"@farcaster/hub-nodejs": "^0.15.9",
20-
"body-parser": "^2.2.1",
20+
"body-parser": "^2.2.2",
2121
"dd-trace": "^5.80.0",
2222
"dotenv": "^17.2.3",
2323
"ethers": "^6.16.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,18 +2140,18 @@ body-parser@1.20.3:
21402140
type-is "~1.6.18"
21412141
unpipe "1.0.0"
21422142

2143-
body-parser@^2.2.1:
2144-
version "2.2.1"
2145-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.1.tgz#6df606b0eb0a6e3f783dde91dde182c24c82438c"
2146-
integrity sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==
2143+
body-parser@^2.2.1, body-parser@^2.2.2:
2144+
version "2.2.2"
2145+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.2.tgz#1a32cdb966beaf68de50a9dfbe5b58f83cb8890c"
2146+
integrity sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==
21472147
dependencies:
21482148
bytes "^3.1.2"
21492149
content-type "^1.0.5"
21502150
debug "^4.4.3"
21512151
http-errors "^2.0.0"
21522152
iconv-lite "^0.7.0"
21532153
on-finished "^2.4.1"
2154-
qs "^6.14.0"
2154+
qs "^6.14.1"
21552155
raw-body "^3.0.1"
21562156
type-is "^2.0.1"
21572157

@@ -5221,10 +5221,10 @@ qs@6.13.0:
52215221
dependencies:
52225222
side-channel "^1.0.6"
52235223

5224-
qs@^6.11.2, qs@^6.14.0:
5225-
version "6.14.0"
5226-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
5227-
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
5224+
qs@^6.11.2, qs@^6.14.0, qs@^6.14.1:
5225+
version "6.14.1"
5226+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
5227+
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
52285228
dependencies:
52295229
side-channel "^1.1.0"
52305230

0 commit comments

Comments
 (0)