1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

Bump vue-meta from 2.0.4 to 2.0.5 (#73)

Bumps [vue-meta](https://github.com/nuxt/vue-meta) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/nuxt/vue-meta/releases)
- [Changelog](https://github.com/nuxt/vue-meta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/vue-meta/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-12 10:07:14 -07:00
committed by Amir Raminfar
parent 459f3f534d
commit 1da26a49c1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3262,9 +3262,9 @@
"dev": true
},
"deepmerge": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz",
"integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz",
"integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww=="
},
"defaults": {
"version": "1.0.3",
@@ -10554,11 +10554,11 @@
}
},
"vue-meta": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.0.4.tgz",
"integrity": "sha512-lPAuYblOHbsnwmwrm1C8UQxtFfABgfndK6Sej3VUzYbtTYLYak0TIDMB2KfFKFfdCFhzmfnR+dU+4xfYyVf+Iw==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.0.5.tgz",
"integrity": "sha512-dilq74cPhTCFAs9B2CJsrQcmjW7UCz3FvkK94wlJxaCErYxvyd/vq8/Q+7vLCgUzbfQI1ZKUqLI9JEqIZvHkUQ==",
"requires": {
"deepmerge": "^3.3.0"
"deepmerge": "^4.0.0"
}
},
"vue-router": {

View File

@@ -28,7 +28,7 @@
"bulma": "^0.7.5",
"date-fns": "^2.0.0-beta.2",
"vue": "^2.6.10",
"vue-meta": "^2.0.4",
"vue-meta": "^2.0.5",
"vue-router": "^3.0.7"
},
"devDependencies": {