From d52e998111932514c5c51e0eccb9e4521a7b2b7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 00:31:12 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.12.1 to 6.12.2 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.12.1 to 6.12.2. - [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.1...v6.12.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44cf9e112..1e4bc3df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1636,9 +1636,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.1.tgz", - "integrity": "sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==" + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz", + "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==" } } }, @@ -9693,18 +9693,25 @@ } }, "nuxt-i18n": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.1.tgz", - "integrity": "sha512-IkdYTnwREM+cuds2w3bqTnCB52wK2Sbs4VwXQgRyXzLpHGUn0TN9vuQ4OhQzw3VP+xWNNPke+bzMkjIKw8YlNQ==", + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.2.tgz", + "integrity": "sha512-XECHvyEGrHd4AnVFogE3XmaiOzn8j7VDssLjmMWUjZ4RbzB6pecNsxCwcUR7WGPvjXDONKAROS/zQDQL3g5Q7Q==", "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": "^1.0.0", + "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": { diff --git a/package.json b/package.json index c6f4f1170..316c86032 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "graphql": "^14.6.0", "graphql-language-service-interface": "^2.3.3", "nuxt": "^2.12.2", - "nuxt-i18n": "^6.12.1", + "nuxt-i18n": "^6.12.2", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",