Skip to content

Commit

Permalink
fix(deps): update dependency body-parser to ^1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 2782fe6 commit b463992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@kiltprotocol/sdk-js": "^0.32.0",
"@kiltprotocol/types": "^0.32.0",
"@kiltprotocol/vc-export": "^0.32.0",
"body-parser": "^1.20.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
Expand All @@ -27,7 +27,7 @@
"@polkadot/api": "^9.14.2",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@types/body-parser": "^1.19.2",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,7 @@ __metadata:
languageName: node
linkType: hard

"@types/body-parser@npm:*, @types/body-parser@npm:^1.19.2":
"@types/body-parser@npm:*, @types/body-parser@npm:^1.19.5":
version: 1.19.5
resolution: "@types/body-parser@npm:1.19.5"
dependencies:
Expand Down Expand Up @@ -5202,7 +5202,7 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:^1.20.1":
"body-parser@npm:^1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
Expand Down Expand Up @@ -15207,7 +15207,7 @@ __metadata:
"@polkadot/api": ^9.14.2
"@polkadot/util": ^10.4.2
"@polkadot/util-crypto": ^10.4.2
"@types/body-parser": ^1.19.2
"@types/body-parser": ^1.19.5
"@types/cookie-parser": ^1.4.6
"@types/cors": ^2.8.17
"@types/express": ^4.17.21
Expand All @@ -15216,7 +15216,7 @@ __metadata:
"@types/memory-cache": ^0.2.5
"@types/node": ^18.11.9
"@types/react": ^18.2.48
body-parser: ^1.20.1
body-parser: ^1.20.2
cookie-parser: ^1.4.6
cors: ^2.8.5
dotenv: ^16.0.3
Expand Down

0 comments on commit b463992

Please sign in to comment.