summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-09-17 10:29:25 +0200
committerGitHub <noreply@github.com>2018-09-17 10:29:25 +0200
commitcccd3fc077626c64166abe9fefd719c53dd3e935 (patch)
treebf9d253c5b497719f83b6d726c645ac6a91c810a
parent37bf4ae25031812f129a7c9612e00293653be03e (diff)
parent383cb5cace32c8148f1e416520bd89e6805c12fa (diff)
downloadnextcloud-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
-rw-r--r--apps/updatenotification/package-lock.json8
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index 8d9e5928edc..a6e35771ff9 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -2526,7 +2526,7 @@
},
"is-obj": {
"version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+ "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
"dev": true
},
@@ -4305,9 +4305,9 @@
"dev": true
},
"vue-loader": {
- "version": "15.4.1",
- "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.4.1.tgz",
- "integrity": "sha512-+9EgqF7YHcZG0wosbXij9qSzz7Ep1QNOk4a3asTyf5XC9kDud2R4aNAwQP65bELyKwWjcGm8sv7ChYndodxijw==",
+ "version": "15.4.2",
+ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.4.2.tgz",
+ "integrity": "sha512-nVV27GNIA9MeoD8yQ3dkUzwlAaAsWeYSWZHsu/K04KCD339lW0Jv2sJWsjj3721SP7sl2lYdPmjcHgkWQSp5bg==",
"dev": true,
"requires": {
"@vue/component-compiler-utils": "^2.0.0",
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",