Skip to content

Commit 7c595aa

Browse files
authored
chore(deps): bump axios to close CVE-2025-27152 (#253)
1 parent ce2f1ed commit 7c595aa

5 files changed

Lines changed: 24 additions & 21 deletions

File tree

.pnp.cjs

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"prettier-plugin-sort-json": "^3.1.0",
3737
"typescript": "^5.7.2"
3838
},
39+
"resolutions": {
40+
"axios": "1.8.2"
41+
},
3942
"workspaces": [
4043
"packages/*"
4144
]

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@types/parse-path": "^7.0.3",
44-
"axios": "^1.7.9",
44+
"axios": "^1.8.2",
4545
"parse-path": "^7.0.0",
4646
"path-to-regexp": "^8.2.0",
4747
"type-fest": "^4.30.0"

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/prettier": "^3.0.0",
3838
"@types/verror": "^1.10.10",
3939
"@types/yieldable-json": "^2.0.2",
40-
"axios": "^1.7.9",
40+
"axios": "^1.8.2",
4141
"camelcase": "^8.0.0",
4242
"clone-deep": "^4.0.1",
4343
"dot-prop": "^8.0.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ __metadata:
14161416
"@types/parse-path": "npm:^7.0.3"
14171417
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
14181418
"@typescript-eslint/parser": "npm:^7.18.0"
1419-
axios: "npm:^1.7.9"
1419+
axios: "npm:^1.8.2"
14201420
eslint: "npm:^8.57.1"
14211421
eslint-config-prettier: "npm:^9.1.0"
14221422
eslint-plugin-json: "npm:^3.1.0"
@@ -1498,7 +1498,7 @@ __metadata:
14981498
"@types/yieldable-json": "npm:^2.0.2"
14991499
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
15001500
"@typescript-eslint/parser": "npm:^7.18.0"
1501-
axios: "npm:^1.7.9"
1501+
axios: "npm:^1.8.2"
15021502
camelcase: "npm:^8.0.0"
15031503
clone-deep: "npm:^4.0.1"
15041504
dot-prop: "npm:^8.0.2"
@@ -3684,14 +3684,14 @@ __metadata:
36843684
languageName: node
36853685
linkType: hard
36863686

3687-
"axios@npm:^1.7.4, axios@npm:^1.7.9":
3688-
version: 1.7.9
3689-
resolution: "axios@npm:1.7.9"
3687+
"axios@npm:1.8.2":
3688+
version: 1.8.2
3689+
resolution: "axios@npm:1.8.2"
36903690
dependencies:
36913691
follow-redirects: "npm:^1.15.6"
36923692
form-data: "npm:^4.0.0"
36933693
proxy-from-env: "npm:^1.1.0"
3694-
checksum: 10/b7a5f660ea53ba9c2a745bf5ad77ad8bf4f1338e13ccc3f9f09f810267d6c638c03dac88b55dae8dc98b79c57d2d6835be651d58d2af97c174f43d289a9fd007
3694+
checksum: 10/d4328758128d0602cc809a8e7627622cb7839b379eae5e4d6b9d603dd4d5fb89159985630243ec107cf5c675cd8825dba737a319dff9499f3b7688d9a69ec9ed
36953695
languageName: node
36963696
linkType: hard
36973697

0 commit comments

Comments
 (0)