Skip to content

Commit

Permalink
[Snyk] Security upgrade axios from 1.5.1 to 1.6.0 (#277)
Browse files Browse the repository at this point in the history
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-6032459

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
bcgov-devops and snyk-bot authored Nov 2, 2023
1 parent b28d5d9 commit 1118127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/server.js",
"dependencies": {
"async-retry": "^1.3.3",
"axios": "^1.4.0",
"axios": "^1.6.0",
"axios-oauth-client": "^2.0.2",
"axios-token-interceptor": "^0.2.0",
"body-parser": "^1.20.2",
Expand Down

0 comments on commit 1118127

Please sign in to comment.