Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

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

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 5b5312d commit 46eb845
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.61",
"axios": "1.5.0",
"axios": "1.6.0",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@truffle/contract-sources": "^0.2.1",
"@truffle/expect": "^0.1.7",
"@truffle/profiler": "^0.1.53",
"axios": "1.5.0",
"axios": "1.6.0",
"axios-retry": "^3.7.0",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@truffle/dashboard-message-bus-common": "^0.1.7",
"@truffle/promise-tracker": "^0.1.7",
"axios": "1.5.0",
"axios": "1.6.0",
"debug": "^4.3.1",
"delay": "^5.0.0",
"isomorphic-ws": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@truffle/encoder": "^1.0.27",
"@truffle/source-map-utils": "^1.3.119",
"async-retry": "^1.3.1",
"axios": "1.5.0",
"axios": "1.6.0",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"async-retry": "^1.3.1",
"axios": "1.5.0",
"axios": "1.6.0",
"debug": "^4.3.1",
"node-abort-controller": "^3.0.1",
"web3-utils": "1.10.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6729,10 +6729,10 @@ axios-retry@^3.7.0:
"@babel/runtime" "^7.15.4"
is-retry-allowed "^2.2.0"

axios@1.5.0, axios@^1.0.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
axios@1.6.0, axios@^1.0.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"
Expand Down

0 comments on commit 46eb845

Please sign in to comment.