Skip to content

Commit bc67d45

Browse files
[Snyk] Security upgrade axios from 1.6.0 to 1.6.4 (#297)
fix: api/package.json & api/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent d311d47 commit bc67d45

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

api/package-lock.json

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

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "src/server.js",
55
"dependencies": {
66
"async-retry": "^1.3.3",
7-
"axios": "^1.6.0",
7+
"axios": "^1.6.4",
88
"axios-oauth-client": "^2.0.2",
99
"axios-token-interceptor": "^0.2.0",
1010
"body-parser": "^1.20.2",

0 commit comments

Comments
 (0)