diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-16 02:15:07 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-17 21:23:42 +0100 |
commit | 2afa16e579aa16026c63f017d1324fb304286682 (patch) | |
tree | eb96c3f30acfa09a1fad2b5dde46c628d337ed31 /package-lock.json | |
parent | 1edfffd091ed416d99925d9dc660920560c457fa (diff) | |
download | nextcloud-server-2afa16e579aa16026c63f017d1324fb304286682.tar.gz nextcloud-server-2afa16e579aa16026c63f017d1324fb304286682.zip |
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.
Updates `vue` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6)
Updates `vue-template-compiler` from 2.6.5 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 8f485b06477..350514668e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1419,7 +1419,7 @@ }, "async": { "version": "1.5.2", - "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, "async-each": { @@ -3820,7 +3820,7 @@ "dependencies": { "async": { "version": "2.6.1", - "resolved": "http://registry.npmjs.org/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "requires": { "lodash": "^4.17.10" @@ -7481,9 +7481,9 @@ } }, "vue": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.5.tgz", - "integrity": "sha512-htb449YZnpJ5ts+JjXQHVuvH3R3dcaGBe6/ePAwtsRj4cA1FG/OI0rHDCSMs+L9ZHDzpX7ru//Usb/2R3XfQaQ==" + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.6.tgz", + "integrity": "sha512-Y2DdOZD8sxApS+iUlwv1v8U1qN41kq6Kw45lM6nVZKhygeWA49q7VCCXkjXqeDBXgurrKWkYQ9cJeEJwAq0b9Q==" }, "vue-hot-reload-api": { "version": "2.3.2", @@ -7515,9 +7515,9 @@ } }, "vue-template-compiler": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.5.tgz", - "integrity": "sha512-7X/KZCqGulQ8KbysFd46cUnVzwvba7JxoPKA2TvVrO61/x0pIBqR17raV+ycnfUI4NYshhiNqH/3Db5NXErSdg==", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.6.tgz", + "integrity": "sha512-OakxDGyrmMQViCjkakQFbDZlG0NibiOzpLauOfyCUVRQc9yPmTqpiz9nF0VeA+dFkXegetw0E5x65BFhhLXO0A==", "dev": true, "requires": { "de-indent": "^1.0.2", |