Skip to content

Commit

Permalink
Bump axios from 0.27.2 to 1.6.0 (#2155)
Browse files Browse the repository at this point in the history
* Bump axios from 0.27.2 to 1.6.0

Bumps [axios](https://github.com/axios/axios) from 0.27.2 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@v0.27.2...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* removed axios from utils, update changelog

* update changelog

* update jest.timeout, update yarn.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bz888 <[email protected]>
  • Loading branch information
dependabot[bot] and bz888 authored Nov 13, 2023
1 parent ecc31b2 commit a468a81
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/controller/codegen-cosmos.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const MOCK_CHAINTYPES = [
},
];

jest.setTimeout(30000);

describe('Able to generate cosmos types from protobuf', () => {
afterEach(async () => {
await promisify(rimraf)(path.join(__dirname, '../../test/protoTest1/src'));
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "GPL-3.0",
"dependencies": {
"@subql/types-core": "workspace:*",
"axios": "^0.27.2",
"axios": "^1.6.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"fs-extra": "^10.1.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update Polkadot/util to 10.5.1 (#2150)

### Removed
- Removed unused `axios` from dependency (#2155)

## [2.5.0] - 2023-10-31
### Added
- Logger now supports negative filters. To use this prefix the logger name with a `-`. E.g `--debug="*,-SQL"` (#2133)
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@polkadot/util-crypto": "^12.5.1",
"@subql/x-sequelize": "6.32.0-0.0.2",
"ansi-styles": "^6.1.0",
"axios": "^0.27.1",
"chalk": "^4.1.2",
"detect-port": "^1.3.0",
"flatted": "^3.2.5",
Expand Down
16 changes: 13 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6527,7 +6527,7 @@ __metadata:
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
axios: ^0.27.2
axios: ^1.6.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
Expand Down Expand Up @@ -6822,7 +6822,6 @@ __metadata:
"@subql/x-sequelize": 6.32.0-0.0.2
"@types/semver": ^7
ansi-styles: ^6.1.0
axios: ^0.27.1
chalk: ^4.1.2
detect-port: ^1.3.0
flatted: ^3.2.5
Expand Down Expand Up @@ -9111,7 +9110,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.1, axios@npm:^0.27.2":
"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
Expand All @@ -9132,6 +9131,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 573f03f59b7487d54551b16f5e155d1d130ad4864ed32d1da93d522b78a57123b34e3bde37f822a65ee297e79f1db840f9ad6514addff50d3cbf5caeed39e8dc
languageName: node
linkType: hard

"babel-jest@npm:^29.5.0":
version: 29.5.0
resolution: "babel-jest@npm:29.5.0"
Expand Down

0 comments on commit a468a81

Please sign in to comment.