Skip to content

Commit 81c6425

Browse files
committed
fix: project/c4-serverless-app/backend/package.json & project/c4-serverless-app/backend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent 10c1279 commit 81c6425

File tree

2 files changed

+69
-36
lines changed

2 files changed

+69
-36
lines changed

project/c4-serverless-app/backend/package-lock.json

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

project/c4-serverless-app/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/axios": "^0.14.0",
77
"@types/http-errors": "^1.6.1",
88
"aws-xray-sdk": "^2.2.0",
9-
"axios": "^0.19.0",
9+
"axios": "^1.7.8",
1010
"http-errors": "^1.7.2",
1111
"jsonwebtoken": "^8.5.1",
1212
"middy": "^0.27.0",

0 commit comments

Comments
 (0)