1
0
mirror of https://github.com/Luzifer/webtotp.git synced 2024-09-16 14:58:28 +00:00

npm update / audit fix

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-08-02 15:35:08 +02:00
parent 8ab5050d5d
commit b3f1a66660
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 856 additions and 1241 deletions

2079
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,19 +4,19 @@
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.22",
"bootswatch": "^4.3.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.16.0",
"bootswatch": "^4.5.0",
"css-loader": "^1.0.0",
"otp": "^0.1.3",
"path": "^0.12.7",
"style-loader": "^0.23.1",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-qr": "^2.1.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-qr": "^2.2.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"main": "src/main.js",
"name": "webotp",