From 8c8f6177e5b31d549f7e16ba7c3752d9dc7a3914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 00:51:08 +0000 Subject: [PATCH] fix(deps): bump vue-i18n from 8.22.4 to 8.24.5 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.22.4 to 8.24.5. - [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.24.5) --- 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..55937cd 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.24.5" }, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 54c2c4d..30bd11f 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.24.5: + version "8.24.5" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.5.tgz#7127a666d5be2199be69be39e439a419a90ff931" + integrity sha512-p8W5xOmniuZ8fj76VXe0vBL3bRWVU87jHuC/v8VwmhKVH2iMQsKnheB1U+umxDBqC/5g9K+NwzokepcLxnBAVQ== vue-jest@^3.0.4: version "3.0.7"