diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-06-07 08:31:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 08:31:48 +0200 |
commit | 4618f17654248d9057b1f06f589d9486d21823e7 (patch) | |
tree | bb134393429865dacfdc6c4e6ab828101babae68 /apps/updatenotification | |
parent | cc61c6ea15b80783a10e8a79d3729a44c38b98ea (diff) | |
parent | 59a8bb5547d9dcc369f4365fe541232771c02c14 (diff) | |
download | nextcloud-server-4618f17654248d9057b1f06f589d9486d21823e7.tar.gz nextcloud-server-4618f17654248d9057b1f06f589d9486d21823e7.zip |
Merge pull request #9676 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-template-compiler-2.5.16
Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotification
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index fa93b631f27..929d2121e3c 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -5880,9 +5880,9 @@ } }, "vue-template-compiler": { - "version": "2.5.13", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.13.tgz", - "integrity": "sha1-EqKqDs1hWKxeXxTSlLCZPzmcPTg=", + "version": "2.5.16", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.16.tgz", + "integrity": "sha512-ZbuhCcF/hTYmldoUOVcu2fcbeSAZnfzwDskGduOrnjBiIWHgELAd+R8nAtX80aZkceWDKGQ6N9/0/EUpt+l22A==", "dev": true, "requires": { "de-indent": "1.0.2", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 84755cc3e71..d7ff8a29fbc 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -31,7 +31,7 @@ "css-loader": "^0.28.11", "file-loader": "^1.1.6", "vue-loader": "^13.7.0", - "vue-template-compiler": "^2.5.13", + "vue-template-compiler": "^2.5.16", "webpack": "^3.6.0" } } |