From 9e0a6f1ba4905bed7ae4ba4fb638a334d22ffac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 00:14:34 +0000 Subject: [PATCH] fix(deps): bump vue-i18n from 8.22.4 to 8.26.7 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.22.4 to 8.26.7. - [Release notes](https://github.com/kazupon/vue-i18n/releases) - [Changelog](https://github.com/kazupon/vue-i18n/blob/v8.x/CHANGELOG.md) - [Commits](https://github.com/kazupon/vue-i18n/compare/v8.22.4...v8.26.7) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e373bc8..3976b6b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "core-js": "^3.8.3", "echarts": "^5.0.1", "nuxt": "^2.14.12", - "vue-i18n": "^8.22.4" + "vue-i18n": "^8.26.7" }, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 54c2c4d..7b137b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11963,10 +11963,10 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== -vue-i18n@^8.22.4: - version "8.22.4" - resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.22.4.tgz#255cbdab4ffa7337c5819b82dd171208af74e385" - integrity sha512-XLI5s0AdqMP2Lf4I4CmdmOq8kjb5DDFGR77wAuxCfpEuYSfhTRyyx6MetgZMiL6Lxa0DasjBOiOcciU3NkL3/Q== +vue-i18n@^8.26.7: + version "8.26.7" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.26.7.tgz#adfd48373449fe31438c48e3b3bd43044dc3a681" + integrity sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg== vue-jest@^3.0.4: version "3.0.7"