Skip to content

Commit 1d0800b

Browse files
committed
URGENT fix(KNO-12830): upgrade axios to 1.15.1
1 parent 3917f24 commit 1d0800b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"resolutions": {
44-
"axios": "1.14.0"
44+
"axios": "1.15.1"
4545
},
4646
"devDependencies": {
4747
"@changesets/cli": "^2.29.2",

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.1
9897+
resolution: "axios@npm:1.15.1"
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/f8b5f3aa954cc1da283e32ad81882967a371dfec7dcc75174fcae93093daeb5399aec2ec587d04779f46b00ff1c297ac9edf3fa596452d6a3d455ce5b58093a4
99039903
languageName: node
99049904
linkType: hard
99059905

0 commit comments

Comments
 (0)