From 10824ed1a31014f1a03faba8b0c676605b5df7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 04:22:52 +0000 Subject: [PATCH] Bump vue-i18n from 8.25.0 to 8.25.1 in /frontend Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.25.0 to 8.25.1. - [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.25.0...v8.25.1) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 368ad9b..758df73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "socket.io-client": "^4.2.0", "vue": "^2.6.14", "vue-clipboard2": "^0.3.2", - "vue-i18n": "^8.25.0", + "vue-i18n": "^8.25.1", "vue-router": "^3.5.2", "vue-socket.io": "^3.0.10" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 41d12af..3dcfe14 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8774,10 +8774,10 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" integrity sha1-UylVzB6yCKPZkLOp+acFdGV+CPI= -vue-i18n@^8.25.0: - version "8.25.0" - resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.25.0.tgz#1037d9295fa2845a230b771de473481edb2cfc4c" - integrity sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ== +vue-i18n@^8.25.1: + version "8.25.1" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.25.1.tgz#63e4111ff50269c8ae91e7f0f73373198a81a0fc" + integrity sha512-UgvN6LxcANSG2O/i8draincxY3E/2bppMNN0szVinN7tuzSJdNFQdB9VDVaQcR1i8BprK9ISUAgZVZacsl+Zbw== "vue-loader-v16@npm:vue-loader@^16.1.0": version "16.2.0"