Skip to content

Commit 598e60d

Browse files
Bump axios from 1.7.9 to 1.8.4
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7627a1a commit 598e60d

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

examples/room-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fastify/cors": "^10.1.0",
1919
"@fastify/env": "^5.0.2",
2020
"@fishjam-cloud/js-server-sdk": "workspace:*",
21-
"axios": "^1.7.9",
21+
"axios": "^1.8.4",
2222
"fastify": "^5.2.1",
2323
"fastify-healthcheck": "^5.1.0",
2424
"fluent-json-schema": "^5.0.0"

packages/js-server-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"outDir": "dist"
5353
},
5454
"dependencies": {
55-
"axios": "^1.7.9",
55+
"axios": "^1.8.4",
5656
"websocket": "^1.0.35"
5757
},
5858
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ __metadata:
588588
"@openapitools/openapi-generator-cli": "npm:^2.16.3"
589589
"@types/node": "npm:^22.13.5"
590590
"@types/websocket": "npm:^1.0.10"
591-
axios: "npm:^1.7.9"
591+
axios: "npm:^1.8.4"
592592
tsup: "npm:^8.3.6"
593593
typed-emitter: "npm:^2.1.0"
594594
websocket: "npm:^1.0.35"
@@ -1480,7 +1480,7 @@ __metadata:
14801480
languageName: node
14811481
linkType: hard
14821482

1483-
"axios@npm:1.7.9, axios@npm:^1.7.9":
1483+
"axios@npm:1.7.9":
14841484
version: 1.7.9
14851485
resolution: "axios@npm:1.7.9"
14861486
dependencies:
@@ -1491,6 +1491,17 @@ __metadata:
14911491
languageName: node
14921492
linkType: hard
14931493

1494+
"axios@npm:^1.8.4":
1495+
version: 1.8.4
1496+
resolution: "axios@npm:1.8.4"
1497+
dependencies:
1498+
follow-redirects: "npm:^1.15.6"
1499+
form-data: "npm:^4.0.0"
1500+
proxy-from-env: "npm:^1.1.0"
1501+
checksum: 10c0/450993c2ba975ffccaf0d480b68839a3b2435a5469a71fa2fb0b8a55cdb2c2ae47e609360b9c1e2b2534b73dfd69e2733a1cf9f8215bee0bcd729b72f801b0ce
1502+
languageName: node
1503+
linkType: hard
1504+
14941505
"balanced-match@npm:^1.0.0":
14951506
version: 1.0.2
14961507
resolution: "balanced-match@npm:1.0.2"
@@ -4394,7 +4405,7 @@ __metadata:
43944405
"@fastify/swagger": "npm:^9.4.2"
43954406
"@fishjam-cloud/js-server-sdk": "workspace:*"
43964407
"@types/node": "npm:^22.13.5"
4397-
axios: "npm:^1.7.9"
4408+
axios: "npm:^1.8.4"
43984409
fastify: "npm:^5.2.1"
43994410
fastify-healthcheck: "npm:^5.1.0"
44004411
fluent-json-schema: "npm:^5.0.0"

0 commit comments

Comments
 (0)