Skip to content

Commit b18781e

Browse files
committed
fix: project/c4-serverless-app/backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent a7f4f03 commit b18781e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"description": "Serverless TODO image app",
55
"dependencies": {
6-
"@types/axios": "^0.14.0",
6+
"@types/axios": "^0.14.4",
77
"@types/http-errors": "^1.6.1",
88
"aws-xray-sdk": "^2.2.0",
9-
"axios": "^0.19.0",
9+
"axios": "^1.12.0",
1010
"http-errors": "^1.7.2",
1111
"jsonwebtoken": "^8.5.1",
1212
"middy": "^0.27.0",

0 commit comments

Comments
 (0)