From be1300031caf7e2e353d5b3deab3d3f65af43e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 00:06:32 +0000 Subject: [PATCH] fix(deps): bump vue-i18n from 8.24.0 to 8.24.1 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.24.0 to 8.24.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.24.0...v8.24.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56456aa..fffaa13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11380,9 +11380,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.24.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.0.tgz", - "integrity": "sha512-tRVmPN36Dv+fLeZW5AzoNsZwjV2y2+UdHROaTewUgSG2YLjOj4dFmai4T5PPZtIdRnDnUdwbAwdufCG6fPSegA==" + "version": "8.24.1", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.1.tgz", + "integrity": "sha512-iqM+npjvI9SGOAYkw1Od/y4O74gpvn5WOHeb3K125TmDJssvR62tDMMLIasPmKNbePZ1BMZ6d5jOBsrB/cK8Lw==" }, "vue-loader": { "version": "15.9.6", diff --git a/package.json b/package.json index 5784893..b12882c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "nuxt": "^2.15.3", "nuxt-material-design-icons": "^1.0.4", "sweetalert": "^2.1.2", - "vue-i18n": "^8.24.0", + "vue-i18n": "^8.24.1", "vuetify": "^2.4.6", "vuex-persistedstate": "^3.2.0" },