From 57ab256230e667444623ceec836806b8ce1cfda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 22:11:44 +0000 Subject: [PATCH] :arrow_up: Bump nuxt-i18n from 6.12.2 to 6.13.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.12.2 to 6.13.0. - [Release notes](https://github.com/nuxt-community/nuxt-i18n/releases) - [Changelog](https://github.com/nuxt-community/nuxt-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/nuxt-i18n/compare/v6.12.2...v6.13.0) Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++---------------- package.json | 2 +- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba1f38acc..65600688d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1636,9 +1636,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz", - "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==" + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" } } }, @@ -9564,9 +9564,9 @@ } }, "nuxt-i18n": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.2.tgz", - "integrity": "sha512-XECHvyEGrHd4AnVFogE3XmaiOzn8j7VDssLjmMWUjZ4RbzB6pecNsxCwcUR7WGPvjXDONKAROS/zQDQL3g5Q7Q==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.0.tgz", + "integrity": "sha512-TuCPKbzYxcSYZbJ5d5EccCVKfDjb7mpMkqtxiC0Ypgb0ycwwwCNSnwFQOigk/l1xlDSrSXToX6Q+eCYm+fhC0g==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -9576,13 +9576,6 @@ "is-https": "^2.0.0", "js-cookie": "^2.2.1", "vue-i18n": "^8.18.1" - }, - "dependencies": { - "is-https": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-https/-/is-https-2.0.2.tgz", - "integrity": "sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==" - } } }, "oauth-sign": { @@ -13857,9 +13850,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.18.1.tgz", - "integrity": "sha512-K+hFQJksF8Ph23pnhbwSyoQx+4Y1q/rh2o7GiXI/3rLCCrwanUbzudC8+trp0Mb8rn9y83DYF6RXNrMd+VsuCw==" + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.18.2.tgz", + "integrity": "sha512-0X5nBTCZAVjlwcrPaYJwNs3iipBBTv0AUHwQUOa8yP3XbQGWKbRHqBb3OhCYtum/IHDD21d/df5Xd2VgyxbxfA==" }, "vue-loader": { "version": "15.9.1", diff --git a/package.json b/package.json index c41c33ef2..4e9873979 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "graphql": "^15.2.0", "graphql-language-service-interface": "^2.4.0", "nuxt": "^2.12.2", - "nuxt-i18n": "^6.12.2", + "nuxt-i18n": "^6.13.0", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",