1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

remove zlib-sync

This commit is contained in:
Flam3rboy 2021-04-07 15:48:17 +02:00
parent 61d85d04ae
commit e2078a3207
2 changed files with 2 additions and 21 deletions

20
package-lock.json generated
View File

@ -18,8 +18,7 @@
"missing-native-js-functions": "^1.2.3",
"node-fetch": "^2.6.1",
"uuid": "^8.3.2",
"ws": "^7.4.2",
"zlib-sync": "^0.1.7"
"ws": "^7.4.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",
@ -1792,15 +1791,6 @@
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
},
"node_modules/zlib-sync": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/zlib-sync/-/zlib-sync-0.1.7.tgz",
"integrity": "sha512-UmciU6ZrIwtwPC8noMzq+kGMdiWwNRZ3wC0SbED4Ew5Ikqx14MqDPRs/Pbk+3rZPh5SzsOgUBs1WRE0iieddpg==",
"hasInstallScript": true,
"dependencies": {
"nan": "^2.14.0"
}
}
},
"dependencies": {
@ -3146,14 +3136,6 @@
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
},
"zlib-sync": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/zlib-sync/-/zlib-sync-0.1.7.tgz",
"integrity": "sha512-UmciU6ZrIwtwPC8noMzq+kGMdiWwNRZ3wC0SbED4Ew5Ikqx14MqDPRs/Pbk+3rZPh5SzsOgUBs1WRE0iieddpg==",
"requires": {
"nan": "^2.14.0"
}
}
}
}

View File

@ -22,8 +22,7 @@
"missing-native-js-functions": "^1.2.3",
"node-fetch": "^2.6.1",
"uuid": "^8.3.2",
"ws": "^7.4.2",
"zlib-sync": "^0.1.7"
"ws": "^7.4.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",