update package lock

Simon Smith committed Feb 11, 2024 at 15:07 UTC 980eca3765c925e3be6d29bfa94f1f823d551557
1 file changed +2 -19
package-lock.json
+2 -19
@@ -1,12 +1,12 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.1.16",
3 + "version": "1.1.20",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "meshcentral",
9 - "version": "1.1.16",
9 + "version": "1.1.20",
10 "license": "Apache-2.0",
11 "dependencies": {
12 "@yetzt/nedb": "1.8.0",
@@ -22,7 +22,6 @@
22 "minimist": "1.2.8",
23 "multiparty": "4.2.3",
24 "node-forge": "1.3.1",
25 - "otplib": "10.2.3",
25 "ua-parser-js": "1.0.37",
26 "ws": "8.14.2",
27 "yauzl": "2.10.0"
@@ -1231,14 +1230,6 @@
1230 "wrappy": "1"
1231 }
1232 },
1234 - "node_modules/otplib": {
1235 - "version": "10.2.3",
1236 - "resolved": "https://registry.npmjs.org/otplib/-/otplib-10.2.3.tgz",
1237 - "integrity": "sha512-dwQTF4SkLFVZyV85JFrzCh+zSSlWHyKQtjbHrDmldxqBo6BMZ8uMfQ+kcVTf/VCkbUx1KARvn9cR/inYM2nHTw==",
1238 - "dependencies": {
1239 - "thirty-two": "1.0.2"
1240 - }
1241 - },
1233 "node_modules/parseurl": {
1234 "version": "1.3.3",
1235 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -1508,14 +1499,6 @@
1499 "node": ">=6"
1500 }
1501 },
1511 - "node_modules/thirty-two": {
1512 - "version": "1.0.2",
1513 - "resolved": "https://registry.npmjs.org/thirty-two/-/thirty-two-1.0.2.tgz",
1514 - "integrity": "sha512-OEI0IWCe+Dw46019YLl6V10Us5bi574EvlJEOcAkB29IzQ/mYD1A6RyNHLjZPiHCmuodxvgF6U+vZO1L15lxVA==",
1515 - "engines": {
1516 - "node": ">=0.2.6"
1517 - }
1518 - },
1502 "node_modules/toidentifier": {
1503 "version": "1.0.1",
1504 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",