Skip to content

Commit

Permalink
[Snyk] Security upgrade axios from 0.27.2 to 1.6.0 (#10046)
Browse files Browse the repository at this point in the history
* fix: packages/connect-session/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459

* chore: updated axios for connect session

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Ashleigh Simonelli <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 2a8ebe3 commit 9a7084a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/connect-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.0",
"base-64": "^1.0.0",
"idtoken-verifier": "^2.2.3",
"isomorphic-fetch": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11554,7 +11554,7 @@ __metadata:
"@types/base-64": "npm:^1.0.0"
"@typescript-eslint/eslint-plugin": "npm:^5.59.7"
"@typescript-eslint/parser": "npm:^5.59.7"
axios: "npm:^0.27.2"
axios: "npm:^1.6.0"
babel-jest: "npm:^29.5.0"
base-64: "npm:^1.0.0"
concurrently: "npm:^6.5.1"
Expand Down

0 comments on commit 9a7084a

Please sign in to comment.