From c23b4f39a1df6a88e1e3ee5270207242c9e372ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 00:36:16 +0000 Subject: [PATCH] fix(deps): bump vue-i18n from 8.22.4 to 8.27.0 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.22.4 to 8.27.0. - [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.27.0) --- 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..17ded26 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.27.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 54c2c4d..71938a1 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.27.0: + version "8.27.0" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.27.0.tgz#3e3b3ed2c107ccbd7f20dbdd7a96763a9990253e" + integrity sha512-SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw== vue-jest@^3.0.4: version "3.0.7"