From bb318fb171bb5b1b5f3b2febebdbcce57a882d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:02:23 +0000 Subject: [PATCH] build(deps): bump vue3-i18next from 0.2.1 to 0.2.2 Bumps [vue3-i18next](https://github.com/h3poteto/vue3-i18next) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/h3poteto/vue3-i18next/releases) - [Commits](https://github.com/h3poteto/vue3-i18next/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: vue3-i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 8e596e34..235f68b4 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "vue-resize": "^2.0.0-alpha.1", "vue-router": "^4.1.6", "vue-virtual-scroller": "2.0.0-beta.7", - "vue3-i18next": "^0.2.1", + "vue3-i18next": "^0.2.2", "vuex": "^4.1.0", "vuex-router-sync": "^6.0.0-rc.1" }, diff --git a/yarn.lock b/yarn.lock index 604b5fb3..c2439e2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12339,10 +12339,10 @@ vue-virtual-scroller@2.0.0-beta.7: vue-observe-visibility "^2.0.0-alpha.1" vue-resize "^2.0.0-alpha.1" -vue3-i18next@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/vue3-i18next/-/vue3-i18next-0.2.1.tgz#e6798068a16121fdc3b9af8471a99f13d7d97c1a" - integrity sha512-t0Se8TFHybyPWR5RWrcfcgx85qS+N8iOub/eie6XVkmtBSqOTse0ZX5Gbd6sc51rERJX/WoLg67VIAp608EcEw== +vue3-i18next@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/vue3-i18next/-/vue3-i18next-0.2.2.tgz#3f6ff83bef9503333e15b32c786ce3bfe6e16511" + integrity sha512-Yv3HmfUBuxpd1S2NlryLfSKMV4zpd9N3ffQU0sAd+fCzNvBwO36MR7keWIaWMXRhgtMJaKyAWJTfjhA1OThJbA== vue@^3.2.45: version "3.2.45"