2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps-dev): bump socket.io from 4.0.0 to 4.0.1 (#78)

This commit is contained in:
dependabot[bot] 2021-04-01 13:24:20 +02:00 committed by GitHub
parent 089ca1b67e
commit f260bc793b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -31,7 +31,7 @@
"release-it": "14.5.0",
"rimraf": "3.0.2",
"server-destroy": "1.0.1",
"socket.io": "4.0.0",
"socket.io": "4.0.1",
"socket.io-client": "4.0.0",
"ts-jest": "26.5.4",
"ts-standard": "10.0.0",
@ -41,7 +41,7 @@
"node": ">=12"
},
"peerDependencies": {
"socket.io": ">=3.0.0"
"socket.io": "^4.0.1"
}
},
"node_modules/@babel/code-frame": {
@ -12406,9 +12406,9 @@
}
},
"node_modules/socket.io": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.0.0.tgz",
"integrity": "sha512-/c1riZMV/4yz7KEpaMhDQbwhJDIoO55whXaRKgyEBQrLU9zUHXo9rzeTMvTOqwL9mbKfHKdrXcMoCeQ/1YtMsg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.0.1.tgz",
"integrity": "sha512-g8eZB9lV0f4X4gndG0k7YZAywOg1VxYgCUspS4V+sDqsgI/duqd0AW84pKkbGj/wQwxrqrEq+VZrspRfTbHTAQ==",
"dev": true,
"dependencies": {
"@types/cookie": "^0.4.0",
@ -23691,9 +23691,9 @@
}
},
"socket.io": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.0.0.tgz",
"integrity": "sha512-/c1riZMV/4yz7KEpaMhDQbwhJDIoO55whXaRKgyEBQrLU9zUHXo9rzeTMvTOqwL9mbKfHKdrXcMoCeQ/1YtMsg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.0.1.tgz",
"integrity": "sha512-g8eZB9lV0f4X4gndG0k7YZAywOg1VxYgCUspS4V+sDqsgI/duqd0AW84pKkbGj/wQwxrqrEq+VZrspRfTbHTAQ==",
"dev": true,
"requires": {
"@types/cookie": "^0.4.0",

View File

@ -108,7 +108,7 @@
"release-it": "14.5.0",
"rimraf": "3.0.2",
"server-destroy": "1.0.1",
"socket.io": "4.0.0",
"socket.io": "4.0.1",
"socket.io-client": "4.0.0",
"ts-jest": "26.5.4",
"ts-standard": "10.0.0",