Updated dependencies, fixed vulns
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nathan Kellenicki 2020-12-22 15:03:40 -08:00
parent 7852fa5823
commit 224415801f
2 changed files with 640 additions and 3073 deletions

3691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,20 +17,20 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"compare-versions": "^3.6.0", "compare-versions": "^3.6.0",
"debug": "^4.2.0", "debug": "^4.3.1",
"@abandonware/noble": "1.9.2-10" "@abandonware/noble": "1.9.2-10"
}, },
"devDependencies": { "devDependencies": {
"@types/debug": "4.1.5", "@types/debug": "4.1.5",
"@types/node": "^14.11.2", "@types/node": "^14.14.14",
"@types/web-bluetooth": "0.0.9", "@types/web-bluetooth": "0.0.9",
"ink-docstrap": "^1.3.2", "ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.6", "jsdoc": "^3.6.6",
"jsdoc-to-markdown": "^6.0.1", "jsdoc-to-markdown": "^6.0.1",
"ts-loader": "^8.0.4", "ts-loader": "^8.0.12",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "^4.0.3", "typescript": "^4.1.3",
"webpack": "^4.44.2", "webpack": "^5.11.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.2.0"
} }
} }