update dependencies

This commit is contained in:
korelstar 2019-07-26 17:50:28 +02:00
parent 8c819c13c3
commit aa23326092
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ php:
addons:
apt:
packages:
- libxml2-utils
- libxml2-utils
cache:
directories:

6
package-lock.json generated
View File

@ -10872,9 +10872,9 @@
}
},
"webpack": {
"version": "4.36.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz",
"integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==",
"version": "4.38.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.38.0.tgz",
"integrity": "sha512-lbuFsVOq8PZY+1Ytz/mYOvYOo+d4IJ31hHk/7iyoeWtwN33V+5HYotSH+UIb9tq914ey0Hot7z6HugD+je3sWw==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -53,7 +53,7 @@
"stylelint-scss": "^3.9.2",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.36.1",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"