Skip to content

Commit e5952dd

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
1 parent 773f18e commit e5952dd

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"commitizen": "^4.2.5",
6060
"cookie-parser": "^1.4.6",
6161
"coveralls": "^3.1.1",
62-
"express": "^4.21.0",
62+
"express": "^4.21.1",
6363
"mocha": "^9.2.2",
6464
"morgan": "^1.10.0",
6565
"nodemon": "^3.0.1",

0 commit comments

Comments
 (0)