From 254b500f03d04f346210a1373dd89eee289c5d1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2020 00:16:15 +0000 Subject: [PATCH] chore(deps): bump nuxt-i18n from 6.4.1 to 6.5.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.4.1 to 6.5.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.4.1...v6.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb672b789..98cb48884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1203,12 +1203,12 @@ } }, "@kazupon/vue-i18n-loader": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@kazupon/vue-i18n-loader/-/vue-i18n-loader-0.4.1.tgz", - "integrity": "sha512-hVznmhnyoUKozGY7pwq/UtPL76UDzb+aiN2YksZZIzCY/MkEqih0MSyEmTGw7+HVWzJRPAlDyoRNR4tWKmkCRw==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@kazupon/vue-i18n-loader/-/vue-i18n-loader-0.5.0.tgz", + "integrity": "sha512-Tp2mXKemf9/RBhI9CW14JjR9oKjL2KH7tV6S0eKEjIBuQBAOFNuPJu3ouacmz9hgoXbNp+nusw3MVQmxZWFR9g==", "requires": { "js-yaml": "^3.13.1", - "json5": "^2.1.0" + "json5": "^2.1.1" } }, "@nuxt/babel-preset-app": { @@ -8098,13 +8098,13 @@ } }, "nuxt-i18n": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.4.1.tgz", - "integrity": "sha512-SHAK5eA9oci8AtqOCDvPgWKp+W7SIBbbxW5xraPO0YTdyJWuA1gmUuo24w7MSms4d/cUcWoJaNiEYZHqxidUTA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.5.0.tgz", + "integrity": "sha512-JNg5rJl/8/b5ruX1ZXPHGk2hXFFefaSgUgg19vaNPMpSWt4UqP2X47ShSv6UdRvUw8TZvcDjDBieZsyfsx+GEg==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", - "@kazupon/vue-i18n-loader": "^0.4.0", + "@kazupon/vue-i18n-loader": "^0.5.0", "cookie": "^0.4.0", "is-https": "^1.0.0", "js-cookie": "^2.2.1", @@ -11914,9 +11914,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.1.tgz", - "integrity": "sha512-GBbz8qYCu0U2LNu4IcuFLZiuyninG4k26knvhL7GZG5Ncp4RR2VKDEH6g8gQ6I+UUBCvH2MBQVPSdxWe4DBkPw==" + "version": "8.15.3", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.3.tgz", + "integrity": "sha512-PVNgo6yhOmacZVFjSapZ314oewwLyXHjJwAqjnaPN1GJAJd/dvsrShGzSiJuCX4Hc36G4epJvNXUwO8y7wEKew==" }, "vue-i18n-extensions": { "version": "0.2.1", diff --git a/package.json b/package.json index 73776225d..f37158aa0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "firebase": "^7.7.0", "graphql": "^14.5.8", "nuxt": "^2.11.0", - "nuxt-i18n": "^6.4.1", + "nuxt-i18n": "^6.5.0", "v-tooltip": "^2.0.2", "vue-virtual-scroll-list": "^1.4.4", "vuefire": "^2.2.1",