mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(deps): pin dependency socket.io to 2.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
11b856f3b6
commit
36cc55ae8e
2 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
||||||
"scrypt-kdf": "2.0.1",
|
"scrypt-kdf": "2.0.1",
|
||||||
"sequelize": "5.22.5",
|
"sequelize": "5.22.5",
|
||||||
"shortid": "2.2.16",
|
"shortid": "2.2.16",
|
||||||
"socket.io": "^2.1.1",
|
"socket.io": "2.5.0",
|
||||||
"sqlite3": "5.1.6",
|
"sqlite3": "5.1.6",
|
||||||
"store": "2.0.12",
|
"store": "2.0.12",
|
||||||
"string": "3.3.3",
|
"string": "3.3.3",
|
||||||
|
|
|
@ -1295,7 +1295,7 @@ __metadata:
|
||||||
select2: 3.5.2-browserify
|
select2: 3.5.2-browserify
|
||||||
sequelize: 5.22.5
|
sequelize: 5.22.5
|
||||||
shortid: 2.2.16
|
shortid: 2.2.16
|
||||||
socket.io: ^2.1.1
|
socket.io: 2.5.0
|
||||||
socket.io-client: 2.5.0
|
socket.io-client: 2.5.0
|
||||||
spin.js: 4.1.1
|
spin.js: 4.1.1
|
||||||
sqlite3: 5.1.6
|
sqlite3: 5.1.6
|
||||||
|
@ -14088,7 +14088,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"socket.io@npm:^2.1.1":
|
"socket.io@npm:2.5.0":
|
||||||
version: 2.5.0
|
version: 2.5.0
|
||||||
resolution: "socket.io@npm:2.5.0"
|
resolution: "socket.io@npm:2.5.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue