Skip to content

Commit 04dd402

Browse files
committed
fix: samples/client/echo_api/typescript-axios/build/package.json & samples/client/echo_api/typescript-axios/build/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent bdad11d commit 04dd402

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samples/client/echo_api/typescript-axios/build/package-lock.json

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

samples/client/echo_api/typescript-axios/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "npm run build"
2323
},
2424
"dependencies": {
25-
"axios": "^1.6.1"
25+
"axios": "^1.8.2"
2626
},
2727
"devDependencies": {
2828
"@types/node": "12.11.5 - 12.20.42",

0 commit comments

Comments
 (0)