From ba108fe23aca3736427bbe32011d1a0dd73c0860 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 9 Sep 2020 05:47:43 +0530 Subject: [PATCH] Updated all non-major dependencies --- 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 d785e4f81..b57444335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10935,9 +10935,9 @@ } }, "nuxt-i18n": { - "version": "6.13.12", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.13.12.tgz", - "integrity": "sha512-lpk59Fs8+heoXSJ/7VAHmSLXvyegaPmlYe+wSeI7g4VHVHL7YHIHypUPu/pQfEe0h1f5GY0R/w1Y8AEEPaXiVw==", + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.14.2.tgz", + "integrity": "sha512-3xsoJGT+DVGIyYqoeEsuVOGUK0zK8Gsi8MM1G/NXaNWFfI+98vDYlJTccrYWUIjWVvdq9JxniMBm/qNHkE73GA==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", diff --git a/package.json b/package.json index 50586423e..eed25ebce 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "graphql": "^15.3.0", "graphql-language-service-interface": "^2.4.1", "nuxt": "^2.14.4", - "nuxt-i18n": "^6.13.12", + "nuxt-i18n": "^6.14.2", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",