Skip to content

Commit

Permalink
build(deps): bump axios from 1.3.5 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.5.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.3.5...v1.5.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 0a583d0 commit 2e98685
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 24 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.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
"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.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
"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.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"axios": "^1.5.1",
"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.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"axios": "^1.5.1",
"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.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"deep-object-diff": "^1.1.9",
Expand Down
24 changes: 5 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5357,19 +5357,10 @@ axios@^0.26.0, axios@^0.26.1:
dependencies:
follow-redirects "^1.14.8"

axios@^1.0.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.3.3, axios@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
axios@^1.0.0, axios@^1.3.3, axios@^1.5.1:
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==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -7685,16 +7676,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==

follow-redirects@^1.0.0, follow-redirects@^1.15.0:
follow-redirects@^1.0.0, follow-redirects@^1.14.8, follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==

follow-redirects@^1.14.8:
version "1.15.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==

for-each@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
Expand Down

0 comments on commit 2e98685

Please sign in to comment.