Skip to content

Commit

Permalink
chore(deps): Bump axios from 0.27.2 to 1.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 13d0059 commit c7de427
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-utilities": "1.53.0-rc.0",
"@carbon/telemetry": "0.1.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"marked": "^4.0.10",
"window-or-global": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@carbon/telemetry": "0.1.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"carbon-components": "10.58.12",
"isomorphic-dompurify": "0.27.0",
"js-cookie": "^2.2.1",
Expand Down
25 changes: 13 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^8.4.0"
"@rollup/plugin-replace": "npm:^4.0.0"
all-contributors-cli: "npm:^6.0.0"
axios: "npm:^0.27.2"
axios: "npm:^1.6.0"
babel-core: "npm:^7.0.0-bridge.0"
babel-jest: "npm:^24.0.0"
babel-plugin-dev-expression: "npm:^0.2.1"
Expand Down Expand Up @@ -2479,7 +2479,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^8.4.0"
"@rollup/plugin-replace": "npm:^4.0.0"
all-contributors-cli: "npm:^6.0.0"
axios: "npm:^0.27.2"
axios: "npm:^1.6.0"
babel-core: "npm:^7.0.0-bridge.0"
babel-jest: "npm:^24.0.0"
babel-plugin-dev-expression: "npm:^0.2.1"
Expand Down Expand Up @@ -9714,24 +9714,25 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
"axios@npm:^1.0.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
dependencies:
follow-redirects: "npm:^1.14.9"
follow-redirects: "npm:^1.15.0"
form-data: "npm:^4.0.0"
checksum: 2efaf18dd0805f7bc772882bc86f004abd92d51007b54c5081f74db0d08ce3593e2c010261896d25a14318eeaa2e966fd825e34f810e8a3339dc64b9d177cf70
proxy-from-env: "npm:^1.1.0"
checksum: b987e4259e5cfc93e95ee306c267a44380bbc045789a91b716e8434a75e22987344605eb4e133482fe285dd3a2e0b7e791ba26999965f04a5ecdde25f56930cb
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -16934,7 +16935,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.7, follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.7, follow-redirects@npm:^1.15.0":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
peerDependenciesMeta:
Expand Down

0 comments on commit c7de427

Please sign in to comment.