diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2018-09-17 10:29:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 10:29:25 +0200 |
commit | cccd3fc077626c64166abe9fefd719c53dd3e935 (patch) | |
tree | bf9d253c5b497719f83b6d726c645ac6a91c810a /apps/updatenotification/package.json | |
parent | 37bf4ae25031812f129a7c9612e00293653be03e (diff) | |
parent | 383cb5cace32c8148f1e416520bd89e6805c12fa (diff) | |
download | nextcloud-server-cccd3fc077626c64166abe9fefd719c53dd3e935.tar.gz nextcloud-server-cccd3fc077626c64166abe9fefd719c53dd3e935.zip |
Merge pull request #11251 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-loader-15.4.2
Bump vue-loader from 15.4.1 to 15.4.2 in /apps/updatenotification
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index f09ab09f3fc..5751ef6f308 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -30,7 +30,7 @@ "devDependencies": { "css-loader": "^1.0.0", "file-loader": "^1.1.11", - "vue-loader": "^15.4.1", + "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", "webpack": "^4.19.0", "webpack-cli": "^3.1.0", |