chore: Upgrade socket.io (#3697)

* Upgrade wip

* tsc

* tsc

* fix: Missing authenticated message
This commit is contained in:
Tom Moor
2022-07-16 14:02:03 +01:00
committed by GitHub
parent 96d1c4997b
commit de18196fd8
7 changed files with 164 additions and 321 deletions

View File

@@ -132,8 +132,8 @@
"mobx": "^4.15.4",
"mobx-react": "^6.3.1",
"natural-sort": "^1.0.0",
"nodemailer": "^6.6.1",
"node-fetch": "2.6.7",
"nodemailer": "^6.6.1",
"outline-icons": "^1.43.1",
"oy-vey": "^0.10.0",
"passport": "^0.4.1",
@@ -194,8 +194,9 @@
"slug": "^4.0.4",
"slugify": "^1.6.5",
"smooth-scroll-into-view-if-needed": "^1.1.32",
"socket.io": "^2.4.0",
"socket.io-redis": "^5.4.0",
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.3",
"socket.io-redis": "^6.1.0",
"stoppable": "^1.1.0",
"string-replace-to-array": "^1.0.3",
"styled-components": "^5.2.3",
@@ -279,8 +280,6 @@
"@types/semver": "^7.3.9",
"@types/sequelize": "^4.28.10",
"@types/slug": "^5.0.2",
"@types/socket.io": "2.1.13",
"@types/socket.io-parser": "^2.2.1",
"@types/stoppable": "^1.1.1",
"@types/styled-components": "^5.1.15",
"@types/throng": "^5.0.3",
@@ -335,7 +334,6 @@
"resolutions": {
"d3": "^7.0.0",
"node-fetch": "^2.6.7",
"socket.io-parser": "^3.4.0",
"prosemirror-transform": "1.2.5",
"dot-prop": "^5.2.0",
"js-yaml": "^3.14.1",