From 01476aefe25973e69c2f6624e41c56abe17b63f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 Apr 2021 11:41:37 +0000 Subject: [PATCH] fix(deps): update dependency nuxt-i18n to v6.24.0 --- package-lock.json | 42 ++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcdb97919..89bbe5d61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1664,9 +1664,9 @@ "integrity": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==" }, "@intlify/shared": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz", - "integrity": "sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ==" + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.1.3.tgz", + "integrity": "sha512-riF2RDL0gDE5KULx0Q+N3SsUCv7jXeXRpE+PnqoFgp7sJQHWVBP8brSvEBASnxGBcoNa4HNEGwSLLz/JcvjRPg==" }, "@intlify/vue-i18n-extensions": { "version": "1.0.2", @@ -2828,20 +2828,6 @@ } } }, - "@nuxt/image": { - "version": "npm:@modified/image@0.0.4-beta4", - "resolved": "https://registry.npmjs.org/@modified/image/-/image-0.0.4-beta4.tgz", - "integrity": "sha512-jGkkLBQTHz6VSt0oZxO6yoKUHvJA8Gfwcfa4anlCOmygBaXsOhHUpgvYvok/cC9f2LkIwOwscYbPhilIrM8b+w==", - "requires": { - "defu": "^3.2.2", - "hasha": "^5.2.2", - "image-meta": "^0.0.1", - "ipx": "^0.4.1", - "node-fetch": "^2.6.1", - "upath": "^2.0.1", - "vue-lazy-hydration": "^2.0.0-beta.4" - } - }, "@nuxt/loading-screen": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.3.tgz", @@ -23977,9 +23963,9 @@ } }, "nuxt-i18n": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.23.0.tgz", - "integrity": "sha512-f/jVMYWdbHXFQGcoigMm5dUxg1qDz3X/ObqwaZXmaQj1zP/uHwlvMRJZFJpKywi7wMZJfJgTK3WONy0o25zw8w==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.24.0.tgz", + "integrity": "sha512-GrJzeSg31cDqmgT3TPt00mJ/flJ4qyL5AMf/fL6hvkMjRvlRyKcQRbGOvRYi9D0yef4RPM6sWBILskI/PZbPyQ==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", @@ -24074,6 +24060,22 @@ "serialize-to-js": "3.1.1", "vue-lazy-hydration": "2.0.0-beta.4", "youtube-player": "5.5.2" + }, + "dependencies": { + "@nuxt/image": { + "version": "npm:@modified/image@0.0.4-beta4", + "resolved": "https://registry.npmjs.org/@modified/image/-/image-0.0.4-beta4.tgz", + "integrity": "sha512-jGkkLBQTHz6VSt0oZxO6yoKUHvJA8Gfwcfa4anlCOmygBaXsOhHUpgvYvok/cC9f2LkIwOwscYbPhilIrM8b+w==", + "requires": { + "defu": "^3.2.2", + "hasha": "^5.2.2", + "image-meta": "^0.0.1", + "ipx": "^0.4.1", + "node-fetch": "^2.6.1", + "upath": "^2.0.1", + "vue-lazy-hydration": "^2.0.0-beta.4" + } + } } }, "object-assign": { diff --git a/package.json b/package.json index 579b055c1..6ae5b00fc 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "license-webpack-plugin": "2.3.16", "lost": "8.3.1", "nuxt": "2.15.4", - "nuxt-i18n": "6.23.0", + "nuxt-i18n": "6.24.0", "nuxt-polyfill": "1.0.3", "nuxt-postcss8": "1.1.2", "nuxt-speedkit": "1.2.3",