From c7a50f36106c14abb7615cf82578a10bf3b158e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 09:14:39 +0000 Subject: [PATCH] Bump nuxt-i18n from 6.13.1 to 6.13.2 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.13.1 to 6.13.2. - [Release notes](https://github.com/nuxt-community/i18n-module/releases) - [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.13.1...v6.13.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c40fe8b..82fc635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6950,9 +6950,9 @@ } }, "nuxt-i18n": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.1.tgz", - "integrity": "sha512-75ZmwNBQ+NmsubvntWBWbzRMbv0GojKFmzLA1trN/x7aio7q5t4dGbrAgkLumD6ZKiNW+q3L2vx+LNlDCAj6sA==", + "version": "6.13.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.2.tgz", + "integrity": "sha512-ceYk3Q3rFdqVMGMEwTCeXJbFfcRPX5TKI4+gY3sVm3T20hc5T7LLu3fD1QQijbybHc8SoTXlE7WmaWPX01Rb4g==", "dev": true, "requires": { "@babel/parser": "^7.5.5", @@ -10472,9 +10472,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.18.2", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.18.2.tgz", - "integrity": "sha512-0X5nBTCZAVjlwcrPaYJwNs3iipBBTv0AUHwQUOa8yP3XbQGWKbRHqBb3OhCYtum/IHDD21d/df5Xd2VgyxbxfA==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.20.0.tgz", + "integrity": "sha512-ZiAOoeR4d/JtKpbjipx3I80ey7cYG1ki5gQ7HwzWm4YFio9brA15BEYHjalEoBaEfzF5OBEZP+Y2MvAaWnyXXg==", "dev": true }, "vue-loader": { diff --git a/package.json b/package.json index 63d1203..af4f6c0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@tailwindcss/ui": "^0.3.1", "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.4", - "nuxt-i18n": "^6.13.1", + "nuxt-i18n": "^6.13.2", "oidc-client": "^1.10.1", "prettier": "^1.19.1" }