removes a non required dependency

This commit is contained in:
Lars Berning 2021-05-21 13:24:08 +02:00
parent 53ddec27da
commit db7559e640
No known key found for this signature in database
GPG Key ID: 028E73C9E1D8A0B3
2 changed files with 0 additions and 6 deletions

5
package-lock.json generated
View File

@ -1823,11 +1823,6 @@
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"http": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/http/-/http-0.0.1-security.tgz",
"integrity": "sha512-RnDvP10Ty9FxqOtPZuxtebw1j4L/WiqNMDtuc1YMH1XQm5TgDRaR1G9u8upL6KD1bXHSp9eSXo/ED+8Q7FAr+g=="
},
"http-cache-semantics": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",

View File

@ -28,7 +28,6 @@
"@abandonware/noble": "^1.9.2-13",
"ant-plus": "^0.1.24",
"finalhandler": "^1.1.2",
"http": "0.0.1-security",
"loglevel": "^1.7.1",
"nosleep.js": "^0.12.0",
"onoff": "^6.0.3",