Update dependencies

This commit is contained in:
Slava Bacherikov 2020-02-02 14:39:02 +02:00
parent b88a9b4aaf
commit 560fbe25a0
2 changed files with 654 additions and 902 deletions

1528
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,17 +4,17 @@
"description": "Password generator for BIOS",
"main": "decrypt_bios.js",
"dependencies": {
"@types/jasmine": "^3.4.0",
"@types/jasmine": "^3.5.2",
"@types/long": "^3.0.32",
"gulp-jasmine": "^4.0.0",
"long": "dcodeIO/long.js"
"long": "github:dcodeIO/long.js"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.4",
"coveralls": "^3.0.6",
"del": "^5.0.0",
"closure-webpack-plugin": "^2.2.1",
"copy-webpack-plugin": "^5.1.1",
"coveralls": "^3.0.9",
"del": "^5.1.0",
"google-closure-compiler": "^20190819.0.0",
"gulp": "^4.0.2",
"gulp-istanbul": "^1.1.3",
@ -23,20 +23,20 @@
"gulp-typescript": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"istanbul": "^0.4.5",
"karma": "^4.2.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"remap-istanbul": "^0.13.0",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.1.3"
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "3.5.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
},
"scripts": {
"test": "gulp test",