Skip to content

Commit

Permalink
[Snyk] Security upgrade axios from 1.5.1 to 1.6.0 (#774)
Browse files Browse the repository at this point in the history
* fix: modules/authentication/package.json to reduce vulnerabilities

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

* chore: update yarn.lock

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
kkopanidis and snyk-bot authored Oct 27, 2023
1 parent 74643d8 commit 766e49a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@conduitplatform/node-2fa": "^1.0.0",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"convict": "^6.2.4",
"crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@conduitplatform/module-tools": "*",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"convict": "^6.2.4",
"escape-string-regexp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@conduitplatform/module-tools": "*",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"convict": "^6.2.4",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion modules/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@conduitplatform/module-tools": "*",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"escape-string-regexp": "^4.0.0",
"convict": "^6.2.4",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@conduitplatform/hermes": "^1.0.1",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"deep-object-diff": "^1.1.9",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4720,7 +4720,7 @@ axios@^0.26.0, axios@^0.26.1:
dependencies:
follow-redirects "^1.14.8"

axios@^1.0.0, axios@^1.3.3, axios@^1.5.1:
axios@^1.0.0, axios@^1.3.3:
version "1.5.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
Expand All @@ -4729,6 +4729,15 @@ axios@^1.0.0, axios@^1.3.3, axios@^1.5.1:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-core@^7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
Expand Down

0 comments on commit 766e49a

Please sign in to comment.