mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Bump socket.io-client from 4.8.0 to 4.8.1 (#6733)
Bumps [socket.io-client](https://github.com/socketio/socket.io) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-client@4.8.0...socket.io-client@4.8.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3bb2bde83
commit
ec8ecc980f
3 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-router-dom": "^6.27.0",
|
||||
"socket.io-client": "^4.8.0",
|
||||
"socket.io-client": "^4.8.1",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.10",
|
||||
"vite-plugin-static-copy": "^2.0.0",
|
||||
|
|
|
@ -83,8 +83,8 @@ importers:
|
|||
specifier: ^6.27.0
|
||||
version: 6.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
socket.io-client:
|
||||
specifier: ^4.8.0
|
||||
version: 4.8.0
|
||||
specifier: ^4.8.1
|
||||
version: 4.8.1
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
|
@ -252,8 +252,8 @@ importers:
|
|||
specifier: ^4.8.1
|
||||
version: 4.8.1
|
||||
socket.io-client:
|
||||
specifier: ^4.8.0
|
||||
version: 4.8.0
|
||||
specifier: ^4.8.1
|
||||
version: 4.8.1
|
||||
superagent:
|
||||
specifier: 10.1.1
|
||||
version: 10.1.1
|
||||
|
@ -4344,8 +4344,8 @@ packages:
|
|||
socket.io-adapter@2.5.5:
|
||||
resolution: {integrity: sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==}
|
||||
|
||||
socket.io-client@4.8.0:
|
||||
resolution: {integrity: sha512-C0jdhD5yQahMws9alf/yvtsMGTaIDBnZ8Rb5HU56svyq0l5LIrGzIDZZD5pHQlmzxLuU91Gz+VpQMKgCTNYtkw==}
|
||||
socket.io-client@4.8.1:
|
||||
resolution: {integrity: sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
|
||||
socket.io-parser@4.2.4:
|
||||
|
@ -7555,7 +7555,7 @@ snapshots:
|
|||
etherpad-cli-client@3.0.2:
|
||||
dependencies:
|
||||
async: 3.2.6
|
||||
socket.io-client: 4.8.0
|
||||
socket.io-client: 4.8.1
|
||||
superagent: 8.1.2
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
|
@ -9226,7 +9226,7 @@ snapshots:
|
|||
- supports-color
|
||||
- utf-8-validate
|
||||
|
||||
socket.io-client@4.8.0:
|
||||
socket.io-client@4.8.1:
|
||||
dependencies:
|
||||
'@socket.io/component-emitter': 3.1.2
|
||||
debug: 4.3.7
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"security": "1.0.0",
|
||||
"semver": "^7.6.3",
|
||||
"socket.io": "^4.8.1",
|
||||
"socket.io-client": "^4.8.0",
|
||||
"socket.io-client": "^4.8.1",
|
||||
"superagent": "10.1.1",
|
||||
"swagger-ui-express": "^5.0.1",
|
||||
"tinycon": "0.6.8",
|
||||
|
|
Loading…
Reference in a new issue