diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-24 15:00:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 15:00:16 +0100 |
commit | b17a4afaa10330af5a44cb72c5dad3a520d29f85 (patch) | |
tree | ffd381b610089fec85c7f094eff599e91336518a /apps/updatenotification | |
parent | b5a545dcf5f48eee2d2dbb8617b7f4d729fb95b7 (diff) | |
parent | b708ebbf0c871756b373c932623a5914873698af (diff) | |
download | nextcloud-server-b17a4afaa10330af5a44cb72c5dad3a520d29f85.tar.gz nextcloud-server-b17a4afaa10330af5a44cb72c5dad3a520d29f85.zip |
Merge pull request #13777 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-loader-15.6.0
Bump vue-loader from 15.5.1 to 15.6.0 in /apps/updatenotification
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/package-lock.json | 20 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 28ca2725d0c..713eb6e3b79 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -5356,14 +5356,14 @@ "dev": true }, "postcss": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.8.tgz", - "integrity": "sha512-WudsIzuTKRw9IInRTPBgVXJ7DKR26HT09Rxp0g3w0Fqh3TUtYICcUmvC0xURj04o3vdcDtnjCAUCECg/p341iQ==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz", + "integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==", "dev": true, "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", - "supports-color": "^6.0.0" + "supports-color": "^6.1.0" }, "dependencies": { "chalk": { @@ -7081,9 +7081,9 @@ "dev": true }, "vue-loader": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.5.1.tgz", - "integrity": "sha512-gsTA9xRzu9jGBzkcrAB8my14RkHMzdr5rY/mCFmxgY2tOVsd2Z1MaYCDXHu5nX6PyHAsVK2/hXmarPln/2MiIw==", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.6.0.tgz", + "integrity": "sha512-V1Hzv04jVj9bwQuq1ha+109+7xYRRZIAQ+lK5oIGsE1IH5z5wXhzGgcTtZwIfSqBOuij6Z8exfrrHV812v1eFA==", "dev": true, "requires": { "@vue/component-compiler-utils": "^2.4.0", @@ -7124,9 +7124,9 @@ } }, "vue-template-es2015-compiler": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.8.1.tgz", - "integrity": "sha512-mxBBMuSaPG9+NkVMbh28r8gvWQJ8UXxqDxVNeLy2KBUZiSNxZsagjYwLL8gjROb4oaaYtwRv3K8gAmw76I/U7Q==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.8.2.tgz", + "integrity": "sha512-cliV19VHLJqFUYbz/XeWXe5CO6guzwd0yrrqqp0bmjlMP3ZZULY7fu8RTC4+3lmHwo6ESVDHFDsvjB15hcR5IA==", "dev": true }, "vue2-datepicker": { diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 308ef16ed73..9e6159d042f 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -37,7 +37,7 @@ "node-sass": "^4.11.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", - "vue-loader": "^15.5.1", + "vue-loader": "^15.6.0", "vue-template-compiler": "^2.5.22", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", |