From eb9fff0b547bad6e666adab838be4396b43d35d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 00:10:42 +0000 Subject: [PATCH] Bump nuxt-i18n from 6.13.2 to 6.20.3 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.13.2 to 6.20.3. - [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.2...v6.20.3) Signed-off-by: dependabot[bot] --- package-lock.json | 33 +++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c14c42cb32..8352c69cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1650,9 +1650,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.0.tgz", - "integrity": "sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==" + "version": "7.13.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.4.tgz", + "integrity": "sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==" } } }, @@ -9598,18 +9598,31 @@ } }, "nuxt-i18n": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.2.tgz", - "integrity": "sha512-ceYk3Q3rFdqVMGMEwTCeXJbFfcRPX5TKI4+gY3sVm3T20hc5T7LLu3fD1QQijbybHc8SoTXlE7WmaWPX01Rb4g==", + "version": "6.20.3", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.20.3.tgz", + "integrity": "sha512-c+JQzJH5vp5fLwz6BcYFXB6dHxtlmZL10gPZLHo9Z13CU5NB2/U5ewbUfWuxK86Mi+41JW4aGPPaNL4U5LXOfQ==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", "@intlify/vue-i18n-extensions": "^1.0.1", "@intlify/vue-i18n-loader": "^1.0.0", "cookie": "^0.4.0", - "is-https": "^2.0.0", + "is-https": "^3.0.0", "js-cookie": "^2.2.1", + "klona": "^2.0.4", "vue-i18n": "^8.18.1" + }, + "dependencies": { + "is-https": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-https/-/is-https-3.0.2.tgz", + "integrity": "sha512-jFgAKhbNF7J+lTMJxbq5z9bf1V9f8rXn9mP5RSY2GUEW5M0nOiVhVC9dNra96hQDjGpNzskIzusUnXwngqmhAA==" + }, + "klona": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz", + "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==" + } } }, "oauth-sign": { @@ -13895,9 +13908,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.20.0.tgz", - "integrity": "sha512-ZiAOoeR4d/JtKpbjipx3I80ey7cYG1ki5gQ7HwzWm4YFio9brA15BEYHjalEoBaEfzF5OBEZP+Y2MvAaWnyXXg==" + "version": "8.23.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.23.0.tgz", + "integrity": "sha512-mXgniaumwca8tKdp55fmvqIcW658vQQXq0zEyRHp8sgZ6t+Md+Whhu6CCPg9/erVNlvpKzsGsucGjt2N8GrFCA==" }, "vue-loader": { "version": "15.9.1", diff --git a/package.json b/package.json index 42d3d44c78..62a8c538c8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "graphql": "^15.3.0", "graphql-language-service-interface": "^2.4.0", "nuxt": "^2.12.2", - "nuxt-i18n": "^6.13.2", + "nuxt-i18n": "^6.20.3", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",