From e3654bb4725a678f8b1679ac21b7ed73b69ab764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 02:32:25 +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[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0d37a609..5cc414dac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1639,9 +1639,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", - "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.0.tgz", + "integrity": "sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==" } } }, @@ -9590,9 +9590,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==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -13887,9 +13887,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==" }, "vue-loader": { "version": "15.9.1", diff --git a/package.json b/package.json index 0c61f3ecc..d5b46f1bf 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "graphql": "^15.3.0", "graphql-language-service-interface": "^2.4.0", "nuxt": "^2.12.2", - "nuxt-i18n": "^6.13.1", + "nuxt-i18n": "^6.13.2", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",