1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 08:52:58 +00:00

npm audit fix

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-05-19 09:51:35 +02:00
parent fd9f992985
commit 8f70cf0b8b
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 737 additions and 508 deletions

View File

@ -9152,7 +9152,7 @@ func bindataFrontendAppjs() (*asset, error) {
size: 1143281,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1584275846, 0),
modTime: time.Unix(1589874677, 0),
}
a := &asset{bytes: bytes, info: info}

1239
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,14 +14,14 @@
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.5",
"webpack-cli": "^3.1.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.9.1"
},