Skip to content

Commit 1ea40da

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-EXPRESS-6474509
1 parent 488039d commit 1ea40da

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 16 additions & 16 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
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"axios": "^1.6.2",
2626
"cors": "^2.8.5",
27-
"express": "^4.17.3",
27+
"express": "^4.19.2",
2828
"helmet": "^6.0.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)