From 3d66a7deb963650e437fa80269bc7f025b74991e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 01:02:36 +0000 Subject: [PATCH] :arrow_up: Bump nuxt-i18n from 6.4.0 to 6.4.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.4.0 to 6.4.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.4.0...v6.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6cf428df..d74fe8317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7260,16 +7260,16 @@ } }, "nuxt-i18n": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.4.0.tgz", - "integrity": "sha512-1JQBL0Jn8G7ZialCa8S3HxgokM2Rqa68RtyPB4oT6Og58oN1d2OreZsQhNITLYdPn3hTOqTO+i55cdOs7AW5sw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.4.1.tgz", + "integrity": "sha512-SHAK5eA9oci8AtqOCDvPgWKp+W7SIBbbxW5xraPO0YTdyJWuA1gmUuo24w7MSms4d/cUcWoJaNiEYZHqxidUTA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", "@kazupon/vue-i18n-loader": "^0.4.0", "cookie": "^0.4.0", "is-https": "^1.0.0", - "js-cookie": "^2.2.0", + "js-cookie": "^2.2.1", "vue-i18n": "^8.12.0", "vue-i18n-extensions": "^0.2.1" }, @@ -10990,9 +10990,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.0.tgz", - "integrity": "sha512-juJ/avAP39bOMycC+qQDLJ8U9z9LtLF/9PsRoJLBSfsYZo9bqYntyyX5QPicwlb1emJKjgxhZ3YofHiQcXBu0Q==" + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.15.1.tgz", + "integrity": "sha512-GBbz8qYCu0U2LNu4IcuFLZiuyninG4k26knvhL7GZG5Ncp4RR2VKDEH6g8gQ6I+UUBCvH2MBQVPSdxWe4DBkPw==" }, "vue-i18n-extensions": { "version": "0.2.1", diff --git a/package.json b/package.json index e2de719d9..bac5a0ba6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ace-builds": "^1.4.7", "graphql": "^14.5.8", "nuxt": "^2.10.2", - "nuxt-i18n": "^6.4.0", + "nuxt-i18n": "^6.4.1", "v-tooltip": "^2.0.2", "vue-virtual-scroll-list": "^1.4.3", "vuejs-auto-complete": "^0.9.0",