Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/room-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fastify/cors": "^10.1.0",
"@fastify/env": "^5.0.2",
"@fishjam-cloud/js-server-sdk": "workspace:*",
"axios": "^1.7.9",
"axios": "^1.13.5",
"fastify": "^5.2.1",
"fastify-healthcheck": "^5.1.0",
"fluent-json-schema": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/js-server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"outDir": "dist"
},
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.13.5",
"uuid": "^11.1.0"
},
"peerDependencies": {
Expand Down
39 changes: 31 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ __metadata:
"@openapitools/openapi-generator-cli": "npm:^2.18.4"
"@types/node": "npm:^22.13.16"
"@types/websocket": "npm:^1.0.10"
axios: "npm:^1.7.9"
axios: "npm:^1.13.5"
eslint: "npm:^9.33.0"
prettier: "npm:^3.6.2"
tsup: "npm:^8.4.0"
Expand Down Expand Up @@ -2818,14 +2818,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.9":
version: 1.7.9
resolution: "axios@npm:1.7.9"
"axios@npm:^1.13.5":
version: 1.13.5
resolution: "axios@npm:1.13.5"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
follow-redirects: "npm:^1.15.11"
form-data: "npm:^4.0.5"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
checksum: 10c0/abf468c34f2d145f3dc7dbc0f1be67e520630624307bda69a41bbe8d386bd672d87b4405c4ee77f9ff54b235ab02f96a9968fb00e75b13ce64706e352a3068fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -4625,6 +4625,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.11":
version: 1.15.11
resolution: "follow-redirects@npm:1.15.11"
peerDependenciesMeta:
debug:
optional: true
checksum: 10c0/d301f430542520a54058d4aeeb453233c564aaccac835d29d15e050beb33f339ad67d9bddbce01739c5dc46a6716dbe3d9d0d5134b1ca203effa11a7ef092343
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
Expand Down Expand Up @@ -4669,6 +4679,19 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.5":
version: 4.0.5
resolution: "form-data@npm:4.0.5"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
es-set-tostringtag: "npm:^2.1.0"
hasown: "npm:^2.0.2"
mime-types: "npm:^2.1.12"
checksum: 10c0/dd6b767ee0bbd6d84039db12a0fa5a2028160ffbfaba1800695713b46ae974a5f6e08b3356c3195137f8530dcd9dfcb5d5ae1eeff53d0db1e5aad863b619ce3b
languageName: node
linkType: hard

"fs-extra@npm:11.3.0":
version: 11.3.0
resolution: "fs-extra@npm:11.3.0"
Expand Down Expand Up @@ -6793,7 +6816,7 @@ __metadata:
"@fastify/swagger": "npm:^9.4.2"
"@fishjam-cloud/js-server-sdk": "workspace:*"
"@types/node": "npm:^22.13.16"
axios: "npm:^1.7.9"
axios: "npm:^1.13.5"
fastify: "npm:^5.2.1"
fastify-healthcheck: "npm:^5.1.0"
fluent-json-schema: "npm:^5.0.0"
Expand Down
Loading