Bump socket.io-client from 4.4.0 to 4.4.1

Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.4.0...4.4.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>
This commit is contained in:
dependabot[bot] 2022-01-06 10:28:31 +00:00 committed by GitHub
parent d439f80b1f
commit 87885cb5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -13,7 +13,7 @@
"paper": "0.12.15",
"pdfjs-dist": "2.9.359",
"pdfjs-dist-viewer-min": "2.9.359",
"socket.io-client": "4.4.0",
"socket.io-client": "4.4.1",
"url": "0.11.0"
},
"devDependencies": {
@ -3190,9 +3190,9 @@
}
},
"node_modules/socket.io-client": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.0.tgz",
"integrity": "sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.1.tgz",
"integrity": "sha512-N5C/L5fLNha5Ojd7Yeb/puKcPWWcoB/A09fEjjNsg91EDVr5twk/OEyO6VT9dlLSUNY85NpW6KBhVMvaLKQ3vQ==",
"dependencies": {
"@socket.io/component-emitter": "~3.0.0",
"backo2": "~1.0.2",
@ -6428,9 +6428,9 @@
}
},
"socket.io-client": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.0.tgz",
"integrity": "sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.1.tgz",
"integrity": "sha512-N5C/L5fLNha5Ojd7Yeb/puKcPWWcoB/A09fEjjNsg91EDVr5twk/OEyO6VT9dlLSUNY85NpW6KBhVMvaLKQ3vQ==",
"requires": {
"@socket.io/component-emitter": "~3.0.0",
"backo2": "~1.0.2",

View file

@ -17,7 +17,7 @@
"paper": "0.12.15",
"pdfjs-dist": "2.9.359",
"pdfjs-dist-viewer-min": "2.9.359",
"socket.io-client": "4.4.0",
"socket.io-client": "4.4.1",
"url": "0.11.0"
},
"devDependencies": {