Skip to content

Commit 0862e8e

Browse files
authored
URGENT fix(KNO-12828): upgrade axios to 1.15.1 (#975)
1 parent 0d7e893 commit 0862e8e

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
"INTERNAL_MISMATCH"
4141
]
4242
},
43-
"resolutions": {
44-
"axios": "1.14.0"
45-
},
4643
"devDependencies": {
4744
"@changesets/cli": "^2.29.2",
4845
"@knocklabs/eslint-config": "workspace:^",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@knocklabs/types": "workspace:^",
7373
"@tanstack/store": "^0.7.2",
7474
"@types/phoenix": "^1.6.7",
75-
"axios": "1.14.0",
75+
"axios": "^1.15.1",
7676
"axios-retry": "^4.5.0",
7777
"eventemitter2": "^6.4.5",
7878
"jwt-decode": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4450,7 +4450,7 @@ __metadata:
44504450
"@types/phoenix": "npm:^1.6.7"
44514451
"@typescript-eslint/eslint-plugin": "npm:^8.32.0"
44524452
"@typescript-eslint/parser": "npm:^8.58.0"
4453-
axios: "npm:1.14.0"
4453+
axios: "npm:^1.15.1"
44544454
axios-retry: "npm:^4.5.0"
44554455
cross-env: "npm:^7.0.3"
44564456
crypto: "npm:^1.0.1"
@@ -9892,14 +9892,14 @@ __metadata:
98929892
languageName: node
98939893
linkType: hard
98949894

9895-
"axios@npm:1.14.0":
9896-
version: 1.14.0
9897-
resolution: "axios@npm:1.14.0"
9895+
"axios@npm:^1.15.1":
9896+
version: 1.15.2
9897+
resolution: "axios@npm:1.15.2"
98989898
dependencies:
98999899
follow-redirects: "npm:^1.15.11"
99009900
form-data: "npm:^4.0.5"
99019901
proxy-from-env: "npm:^2.1.0"
9902-
checksum: 10c0/2541f4aa215a7d1842429dad006fc682d82bc0e74bd14500823f7d8cce3bbae0e0a8c328c8538946718f366ab8ce5a4c12e9ad40e5a0f3482ff8bff0cd115d45
9902+
checksum: 10c0/4eeae0feeaa7fdc1ef24f81f8b378fdadedf4aebdd6bf224484675160f8744cf17b9b0d1c215279979940f7e8ce463beffa2f713099612e428eac238515c81d5
99039903
languageName: node
99049904
linkType: hard
99059905

0 commit comments

Comments
 (0)