Skip to content

Commit

Permalink
dependency: Remove body-parser from package.json
Browse files Browse the repository at this point in the history
This package is not used by the code.
  • Loading branch information
tahini committed Sep 17, 2024
1 parent ca0a3d2 commit b8fa7ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/transition-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"dependencies": {
"@turf/turf": "^6.3.0",
"body-parser": "^1.19.0",
"capnp-ts": "^0.4.0",
"chaire-lib-backend": "^0.2.2",
"chaire-lib-common": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4593,7 +4593,7 @@ bluebird@^3.5.1, bluebird@^3.7.2:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==

body-parser@1.20.3, body-parser@^1.19.0:
body-parser@1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
Expand Down

0 comments on commit b8fa7ee

Please sign in to comment.