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.0",
"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 @@ -51,7 +51,7 @@
"outDir": "dist"
},
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.13.0",
"uuid": "^11.1.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,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.0"
eslint: "npm:^9.33.0"
prettier: "npm:^3.6.2"
tsup: "npm:^8.4.0"
Expand Down Expand Up @@ -2224,14 +2224,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.0":
version: 1.13.0
resolution: "axios@npm:1.13.0"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
form-data: "npm:^4.0.4"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
checksum: 10c0/2af09f8ad9db9565bf97055eb0ddd2fd4abd9a03d23157b409348c9589370a88c3ede02e11fd1268becb780a77b62bdf9488650dd7208eda57edceca1d65622e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5771,7 +5771,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.0"
fastify: "npm:^5.2.1"
fastify-healthcheck: "npm:^5.1.0"
fluent-json-schema: "npm:^5.0.0"
Expand Down
Loading