Bump socket.io-client from 4.7.2 to 4.7.5

Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.7.2 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/4.7.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-13 11:15:54 +00:00 committed by GitHub
parent 91be9eaa86
commit 66c069e385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"@types/ws": "^8.5.12", "@types/ws": "^8.5.12",
"axios": "^1.6.2", "axios": "^1.6.2",
"global": "^4.4.0", "global": "^4.4.0",
"socket.io-client": "^4.7.2", "socket.io-client": "^4.7.5",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"ws": "^8.18.0" "ws": "^8.18.0"

View file

@ -215,10 +215,10 @@ proxy-from-env@^1.1.0:
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
socket.io-client@^4.7.2: socket.io-client@^4.7.5:
version "4.7.2" version "4.7.5"
resolved "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.2.tgz" resolved "https://repository.thundernetwork.org/repository/npm-central/socket.io-client/-/socket.io-client-4.7.5.tgz#919be76916989758bdc20eec63f7ee0ae45c05b7"
integrity sha512-vtA0uD4ibrYD793SOIAwlo8cj6haOeMHrGvwPxJsxH7CeIksqJ+3Zc06RvWTIFgiSqx4A3sOnTXpfAEE2Zyz6w== integrity sha512-sJ/tqHOCe7Z50JCBCXrsY3I2k03iOiUe+tj1OmKeD2lXPiGH/RUCdTZFoqVyN7l1MnpIzPrGtLcijffmeouNlQ==
dependencies: dependencies:
"@socket.io/component-emitter" "~3.1.0" "@socket.io/component-emitter" "~3.1.0"
debug "~4.3.2" debug "~4.3.2"