Skip to content

Commit

Permalink
Remove unused body-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom committed Nov 20, 2024
1 parent 15bfba2 commit 56b97de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@ember/test-waiters": "^2.4.3 || ^3.0.0",
"@scalvert/ember-setup-middleware-reporter": "^0.1.1",
"axe-core": "^4.6.3",
"body-parser": "^1.19.1",
"broccoli-persistent-filter": "^3.1.2",
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.26.11",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ body-parser@1.20.2:
type-is "~1.6.18"
unpipe "1.0.0"

body-parser@^1.19.0, body-parser@^1.19.1:
body-parser@^1.19.0:
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 56b97de

Please sign in to comment.