Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…(DELO-4731) (#90)

* security update (https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860)

* typo
  • Loading branch information
lukaszczerpak-cloudinary authored Oct 10, 2024
1 parent 65854b2 commit 83690d3
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 153 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"postinstall": "patch-package"
},
"dependencies": {
"async": "^3.2.5",
"body-parser": "~1.20.2",
"async": "^3.2.6",
"body-parser": "~1.20.3",
"bytes": "^3.1.2",
"cloudinary": "1.41.3",
"config": "^3.3.12",
"cookie-parser": "~1.4.6",
"debug": "~4.3.6",
"cookie-parser": "~1.4.7",
"debug": "~4.3.7",
"dotenv": "^16.4.5",
"express": "~4.19.2",
"got": "^14.4.2",
"express": "~4.21.1",
"got": "^14.4.3",
"lodash": "^4.17.21",
"rollbar": "^2.26.4",
"valid-url": "^1.0.9"
Expand All @@ -27,9 +27,10 @@
"chai-http": "^4.4.0",
"husky": "^8.0.3",
"mocha": "^10.7.3",
"nock": "^13.5.4",
"nock": "^13.5.5",
"patch-package": "^8.0.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit 83690d3

Please sign in to comment.