Skip to content

Commit 56c693c

Browse files
committed
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
1 parent 8b17e78 commit 56c693c

File tree

2 files changed

+35
-100
lines changed

2 files changed

+35
-100
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"bcryptjs": "^2.4.3",
1414
"body-parser": "^1.20.0",
15-
"express": "^4.18.1",
16-
"jsonwebtoken": "^8.5.1",
15+
"express": "^4.19.2",
16+
"jsonwebtoken": "^9.0.0",
1717
"uuid": "^9.0.0"
1818
}
1919
}

0 commit comments

Comments
 (0)