Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Force usage of body-parser 1.20.3 to address CVE-2024-45590
  • Loading branch information
NicolasCARPi committed Sep 26, 2024
1 parent b3ed518 commit b32963d
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltablot/dropzone",
"version": "7.1.5",
"version": "7.1.6",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
Expand Down Expand Up @@ -55,25 +55,28 @@
"url": "https://github.com/NicolasCARPi/dropzone.git"
},
"dependencies": {
"@swc/helpers": "^0.5.12"
"@swc/helpers": "^0.5.13"
},
"resolutions": {
"body-parser": "^1.20.3"
},
"devDependencies": {
"@parcel/core": "^2.12.0",
"@parcel/transformer-inline-string": "^2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"chai": "^4.4.1",
"cypress": "^13.11.0",
"express": "^4.19.2",
"karma": "^6.4.3",
"chai": "^4.5.0",
"cypress": "^13.15.0",
"express": "^4.21.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "^0.0.36",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"mocha-headless-chrome": "^4.0.0",
"parcel": "^2.12.0",
"sass": "^1.77.4",
"sinon": "^18.0.0",
"sass": "^1.79.3",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit b32963d

Please sign in to comment.