Skip to content

Commit

Permalink
Bump axios from 1.7.7 to 1.7.8
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 7e8ad69 commit 5143932
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
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.0.1",
"@fastify/env": "^5.0.1",
"@fishjam-cloud/js-server-sdk": "workspace:*",
"axios": "^1.7.7",
"axios": "^1.7.8",
"fastify": "^5.0.0",
"fastify-healthcheck": "^5.0.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 @@ -52,7 +52,7 @@
"outDir": "dist"
},
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"websocket": "^1.0.35"
},
"devDependencies": {
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ __metadata:
"@openapitools/openapi-generator-cli": "npm:^2.14.0"
"@types/node": "npm:^22.7.5"
"@types/websocket": "npm:^1.0.10"
axios: "npm:^1.7.7"
axios: "npm:^1.7.8"
tsup: "npm:^8.3.0"
typed-emitter: "npm:^2.1.0"
websocket: "npm:^1.0.35"
Expand Down Expand Up @@ -1381,7 +1381,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.7, axios@npm:^1.7.7":
"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
Expand All @@ -1392,6 +1392,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.8":
version: 1.7.8
resolution: "axios@npm:1.7.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/23ae2d0105aea9170c34ac9b6f30d9b2ab2fa8b1370205d2f7ce98b9f9510ab420148c13359ee837ea5a4bf2fb028ff225bd2fc92052fb0c478c6b4a836e2d5f
languageName: node
linkType: hard

"balanced-match@npm:^1.0.0":
version: 1.0.2
resolution: "balanced-match@npm:1.0.2"
Expand Down Expand Up @@ -4233,7 +4244,7 @@ __metadata:
"@fastify/swagger": "npm:^9.1.0"
"@fishjam-cloud/js-server-sdk": "workspace:*"
"@types/node": "npm:^22.7.5"
axios: "npm:^1.7.7"
axios: "npm:^1.7.8"
fastify: "npm:^5.0.0"
fastify-healthcheck: "npm:^5.0.0"
fluent-json-schema: "npm:^5.0.0"
Expand Down

0 comments on commit 5143932

Please sign in to comment.