From 64414ce7b85bb84cd18e189a3f201a00104925ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 00:04:50 +0000 Subject: [PATCH] :arrow_up: Bump nuxt-i18n from 6.13.0 to 6.13.1 Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.13.0 to 6.13.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.13.0...v6.13.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f53f626d..3458c4da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9570,9 +9570,9 @@ } }, "nuxt-i18n": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.0.tgz", - "integrity": "sha512-TuCPKbzYxcSYZbJ5d5EccCVKfDjb7mpMkqtxiC0Ypgb0ycwwwCNSnwFQOigk/l1xlDSrSXToX6Q+eCYm+fhC0g==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.1.tgz", + "integrity": "sha512-75ZmwNBQ+NmsubvntWBWbzRMbv0GojKFmzLA1trN/x7aio7q5t4dGbrAgkLumD6ZKiNW+q3L2vx+LNlDCAj6sA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", diff --git a/package.json b/package.json index a3788cb3f..3a825c4b7 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.13.0", + "nuxt-i18n": "^6.13.1", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",