Explorar el Código

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>
tags/v16.0.0alpha1
dependabot[bot] hace 5 años
padre
commit
2afa16e579
No account linked to committer's email address
Se han modificado 4 ficheros con 14 adiciones y 14 borrados
  1. 3
    3
      apps/oauth2/js/oauth2.js
  2. 1
    1
      apps/oauth2/js/oauth2.js.map
  3. 8
    8
      package-lock.json
  4. 2
    2
      package.json

+ 3
- 3
apps/oauth2/js/oauth2.js
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
apps/oauth2/js/oauth2.js.map
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 8
- 8
package-lock.json Ver fichero

@@ -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",

+ 2
- 2
package.json Ver fichero

@@ -43,7 +43,7 @@
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
"underscore": "^1.9.1",
"vue": "^2.6.5"
"vue": "^2.6.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
@@ -59,7 +59,7 @@
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.6.5",
"vue-template-compiler": "^2.6.6",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"

Cargando…
Cancelar
Guardar