Skip to content

Commit

Permalink
chore(dependency): bump axios package (#11708)
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 authored Apr 10, 2024
1 parent 0438087 commit f7ca107
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
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 @@ -49,7 +49,7 @@
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-utilities": "2.7.0",
"@ibm/telemetry-js": "^1.3.0",
"axios": "^1.6.0",
"axios": "^1.6.8",
"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 @@ -47,7 +47,7 @@
},
"dependencies": {
"@ibm/telemetry-js": "^1.3.0",
"axios": "^1.6.0",
"axios": "^1.6.8",
"isomorphic-dompurify": "0.27.0",
"js-cookie": "^2.2.1",
"marked": "^4.0.10",
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3384,7 +3384,7 @@ __metadata:
"@rollup/plugin-replace": "npm:^4.0.0"
"@rollup/plugin-terser": "npm:^0.4.0"
all-contributors-cli: "npm:^6.0.0"
axios: "npm:^1.6.0"
axios: "npm:^1.6.8"
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 @@ -3466,7 +3466,7 @@ __metadata:
"@rollup/plugin-replace": "npm:^4.0.0"
"@rollup/plugin-terser": "npm:^0.4.0"
all-contributors-cli: "npm:^6.0.0"
axios: "npm:^1.6.0"
axios: "npm:^1.6.8"
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 @@ -10758,7 +10758,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.0.0, axios@npm:^1.6.0":
"axios@npm:^1.0.0":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
Expand All @@ -10769,6 +10769,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/3f9a79eaf1d159544fca9576261ff867cbbff64ed30017848e4210e49f3b01e97cf416390150e6fdf6633f336cd43dc1151f890bbd09c3c01ad60bb0891eee63
languageName: node
linkType: hard

"axobject-query@npm:^3.2.1":
version: 3.2.1
resolution: "axobject-query@npm:3.2.1"
Expand Down Expand Up @@ -17967,7 +17978,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.0.0, follow-redirects@npm:^1.14.7, follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down

0 comments on commit f7ca107

Please sign in to comment.