24
1
Fork 0

removed fast-crc32c since we aren't validating gcs payloads

This commit is contained in:
Danny Coates 2018-11-16 15:58:22 -08:00
parent b6517c5442
commit 291f02855c
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 1 additions and 25 deletions

25
package-lock.json generated
View File

@ -2172,12 +2172,6 @@
"integrity": "sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg==",
"dev": true
},
"bindings": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz",
"integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=",
"optional": true
},
"bl": {
"version": "1.2.2",
"resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
@ -5564,14 +5558,6 @@
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
},
"fast-crc32c": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/fast-crc32c/-/fast-crc32c-1.0.4.tgz",
"integrity": "sha1-qLVm6aouI7a0EWzz2NB/X1ItVOM=",
"requires": {
"sse4_crc32": "^5.0.0"
}
},
"fast-deep-equal": {
"version": "1.1.0",
"resolved": "http://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
@ -9587,6 +9573,7 @@
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.11.0.tgz",
"integrity": "sha512-F4miItu2rGnV2ySkXOQoA8FKz/SR2Q2sWP0sbTxNxz/tuokeC8WxOhPMcwi0qIyGtVn/rrSeLbvVkznqCdwYnw==",
"dev": true,
"optional": true
},
"nanoassert": {
@ -17769,16 +17756,6 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"dev": true
},
"sse4_crc32": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/sse4_crc32/-/sse4_crc32-5.3.0.tgz",
"integrity": "sha512-AgnPwYR3ABQHRz1VKir0Ftcvz831tEd7ggwXkuTh1ULcDS6GMAioICCCnMj6YBmVnYbaeuePInqM7jrGuTencA==",
"optional": true,
"requires": {
"bindings": "~1.2.1",
"nan": "2.11.0"
}
},
"sshpk": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz",

View File

@ -140,7 +140,6 @@
"convict": "^4.4.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"fast-crc32c": "^1.0.4",
"fluent": "^0.9.1",
"fluent-langneg": "^0.1.0",
"helmet": "^3.15.0",