Skip to content

Commit a5ab969

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 81843d3 commit a5ab969

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ __metadata:
595595
"@openapitools/openapi-generator-cli": "npm:^2.18.4"
596596
"@types/node": "npm:^22.13.16"
597597
"@types/websocket": "npm:^1.0.10"
598-
axios: "npm:^1.7.9"
598+
axios: "npm:^1.8.4"
599599
tsup: "npm:^8.4.0"
600600
typed-emitter: "npm:^2.1.0"
601601
websocket: "npm:^1.0.35"
@@ -1532,14 +1532,14 @@ __metadata:
15321532
languageName: node
15331533
linkType: hard
15341534

1535-
"axios@npm:^1.7.9":
1536-
version: 1.7.9
1537-
resolution: "axios@npm:1.7.9"
1535+
"axios@npm:^1.8.4":
1536+
version: 1.8.4
1537+
resolution: "axios@npm:1.8.4"
15381538
dependencies:
15391539
follow-redirects: "npm:^1.15.6"
15401540
form-data: "npm:^4.0.0"
15411541
proxy-from-env: "npm:^1.1.0"
1542-
checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
1542+
checksum: 10c0/450993c2ba975ffccaf0d480b68839a3b2435a5469a71fa2fb0b8a55cdb2c2ae47e609360b9c1e2b2534b73dfd69e2733a1cf9f8215bee0bcd729b72f801b0ce
15431543
languageName: node
15441544
linkType: hard
15451545

@@ -4450,7 +4450,7 @@ __metadata:
44504450
"@fastify/swagger": "npm:^9.4.2"
44514451
"@fishjam-cloud/js-server-sdk": "workspace:*"
44524452
"@types/node": "npm:^22.13.16"
4453-
axios: "npm:^1.7.9"
4453+
axios: "npm:^1.8.4"
44544454
fastify: "npm:^5.2.1"
44554455
fastify-healthcheck: "npm:^5.1.0"
44564456
fluent-json-schema: "npm:^5.0.0"

0 commit comments

Comments
 (0)