Skip to content

Commit 912b295

Browse files
committed
fix: security update axios to 1.12.2
1 parent ef16042 commit 912b295

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@redhat-cloud-services/tsc-transform-imports": "^1.0.21",
3232
"@swc/core": "^1.3.76",
3333
"assert": "^2.0.0",
34-
"axios": "^0.28.1 || ^1.7.0",
34+
"axios": "^1.12.2",
3535
"browserify-zlib": "^0.2.0",
3636
"buffer": "^6.0.3",
3737
"chalk": "^4.1.2",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@redhat-cloud-services/types": "^3.0.0",
3232
"@sentry/browser": "^7.119.1",
3333
"awesome-debounce-promise": "^2.1.0",
34-
"axios": "^0.28.1 || ^1.7.0",
34+
"axios": "^1.12.2",
3535
"commander": "^2.20.3",
3636
"mkdirp": "^1.0.4",
3737
"p-map": "^7.0.2",

0 commit comments

Comments
 (0)