From d1394d311e7c6f8808c01c20918db23f9c06125a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 May 2020 05:16:26 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.12.0 to 6.12.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.12.0 to 6.12.1. - [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.0...v6.12.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 897a6e864..7c0447fb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1636,9 +1636,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz", - "integrity": "sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==" + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.1.tgz", + "integrity": "sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==" } } }, @@ -9673,9 +9673,9 @@ } }, "nuxt-i18n": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.0.tgz", - "integrity": "sha512-d4bn8J13XVyCIbt2ARq7tk+9yiN4rrWAkCe/UA/pvhkJGAxUbrO56xL4xIPzSlT5fZ66lqTssxKq/F7H9MTMdA==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.1.tgz", + "integrity": "sha512-IkdYTnwREM+cuds2w3bqTnCB52wK2Sbs4VwXQgRyXzLpHGUn0TN9vuQ4OhQzw3VP+xWNNPke+bzMkjIKw8YlNQ==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -9684,7 +9684,7 @@ "cookie": "^0.4.0", "is-https": "^1.0.0", "js-cookie": "^2.2.1", - "vue-i18n": "^8.17.3" + "vue-i18n": "^8.18.1" } }, "oauth-sign": { @@ -13966,9 +13966,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.17.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.17.7.tgz", - "integrity": "sha512-7IQJ+72IIIxfR6Mt+X6EDmMP1i5oETFpc0FttnWKA9cgacf1DAlyho1aTItekG+AkbNs6nz4q3sYrXaPdC0irA==" + "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==" }, "vue-loader": { "version": "15.9.1", diff --git a/package.json b/package.json index f1881af12..f7bd04b1e 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.0", + "nuxt-i18n": "^6.12.1", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",