Skip to content

Commit

Permalink
Bump axios from 1.5.0 to 1.5.1 (#423)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.5.0 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.5.0...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent b94c573 commit 0d65411
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@acala-network/chopsticks-core": "workspace:*",
"@pnpm/npm-conf": "^2.2.2",
"@polkadot/api": "^10.9.1",
"axios": "^1.5.0",
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"global-agent": "^3.0.0",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/api": "^10.9.1",
"@polkadot/util-crypto": "^12.3.2",
"axios": "^1.5.0",
"axios": "^1.5.1",
"eventemitter3": "^5.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ __metadata:
"@polkadot/util-crypto": ^12.3.2
"@types/lodash": ^4.14.197
"@types/sql.js": ^1.4.4
axios: ^1.5.0
axios: ^1.5.1
eventemitter3: ^5.0.1
fflate: ^0.8.0
localforage: ^1.10.0
Expand Down Expand Up @@ -83,7 +83,7 @@ __metadata:
"@types/node": ^20.5.7
"@types/ws": ^8.5.5
"@types/yargs": ^17.0.24
axios: ^1.5.0
axios: ^1.5.1
dotenv: ^16.3.1
global-agent: ^3.0.0
js-yaml: ^4.1.0
Expand Down Expand Up @@ -3106,14 +3106,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.5.0":
version: 1.5.0
resolution: "axios@npm:1.5.0"
"axios@npm:^1.5.1":
version: 1.5.1
resolution: "axios@npm:1.5.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: e7405a5dbbea97760d0e6cd58fecba311b0401ddb4a8efbc4108f5537da9b3f278bde566deb777935a960beec4fa18e7b8353881f2f465e4f2c0e949fead35be
checksum: 4444f06601f4ede154183767863d2b8e472b4a6bfc5253597ed6d21899887e1fd0ee2b3de792ac4f8459fe2e359d2aa07c216e45fd8b9e4e0688a6ebf48a5a8d
languageName: node
linkType: hard

Expand Down

0 comments on commit 0d65411

Please sign in to comment.