From e5266955ac9edc00d0591567a01c793155e5f3f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Mar 2021 08:45:54 +0000 Subject: [PATCH] Update dependency nuxt-i18n to v6.20.5 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fcec7c2..02aa3053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "medium-zoom": "1.0.6", "normalize.css": "8.0.1", "nuxt": "2.15.2", - "nuxt-i18n": "6.20.3", + "nuxt-i18n": "6.20.5", "nuxt-property-decorator": "2.9.1", "vue-carousel": "0.18.0", "vue-lazyload": "1.3.3", @@ -8447,9 +8447,9 @@ } }, "node_modules/nuxt-i18n": { - "version": "6.20.3", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.20.3.tgz", - "integrity": "sha512-c+JQzJH5vp5fLwz6BcYFXB6dHxtlmZL10gPZLHo9Z13CU5NB2/U5ewbUfWuxK86Mi+41JW4aGPPaNL4U5LXOfQ==", + "version": "6.20.5", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.20.5.tgz", + "integrity": "sha512-UwTyXMw46rX9yJ2VdvKbiHjr3d+jEazPWJ52aX3Oo6QQjymboZ82qv7w+IXcAnTRDpU38ZajjxkHjFkSiZdOtg==", "dependencies": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -8459,7 +8459,7 @@ "is-https": "^3.0.0", "js-cookie": "^2.2.1", "klona": "^2.0.4", - "vue-i18n": "^8.18.1" + "vue-i18n": "^8.23.0" } }, "node_modules/nuxt-i18n/node_modules/cookie": { @@ -21233,9 +21233,9 @@ } }, "nuxt-i18n": { - "version": "6.20.3", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.20.3.tgz", - "integrity": "sha512-c+JQzJH5vp5fLwz6BcYFXB6dHxtlmZL10gPZLHo9Z13CU5NB2/U5ewbUfWuxK86Mi+41JW4aGPPaNL4U5LXOfQ==", + "version": "6.20.5", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.20.5.tgz", + "integrity": "sha512-UwTyXMw46rX9yJ2VdvKbiHjr3d+jEazPWJ52aX3Oo6QQjymboZ82qv7w+IXcAnTRDpU38ZajjxkHjFkSiZdOtg==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -21245,7 +21245,7 @@ "is-https": "^3.0.0", "js-cookie": "^2.2.1", "klona": "^2.0.4", - "vue-i18n": "^8.18.1" + "vue-i18n": "^8.23.0" }, "dependencies": { "cookie": { diff --git a/package.json b/package.json index 1b3bb9ee..3191059a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "medium-zoom": "1.0.6", "normalize.css": "8.0.1", "nuxt": "2.15.2", - "nuxt-i18n": "6.20.3", + "nuxt-i18n": "6.20.5", "nuxt-property-decorator": "2.9.1", "vue-carousel": "0.18.0", "vue-lazyload": "1.3.3",