Skip to content

Commit 6bff86b

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-QS-14724253
1 parent 9b99ac2 commit 6bff86b

2 files changed

Lines changed: 33 additions & 18 deletions

File tree

backend/package-lock.json

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "UNLICENSED",
1414
"dependencies": {
15-
"express": "^4.18.1",
15+
"express": "^4.22.0",
1616
"mkdirp": "^1.0.4",
1717
"nodemon": "^2.0.17",
1818
"prom-client": "^12.0.0",

0 commit comments

Comments
 (0)