From 9bfab1598fe9bb3d0850c7fa1faec99b81a3d418 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:59:50 +0000 Subject: [PATCH] chore(deps): update dependency @nuxtjs/i18n to v8.5.0 --- print/package-lock.json | 14 +++++++------- print/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/print/package-lock.json b/print/package-lock.json index 6d848ff65f..3bfbd2d91e 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@nuxt/eslint-config": "0.5.1", "@nuxtjs/eslint-module": "4.1.0", - "@nuxtjs/i18n": "8.3.3", + "@nuxtjs/i18n": "8.5.0", "@nuxtjs/tailwindcss": "6.12.1", "@tailwindcss/typography": "0.5.14", "@typescript-eslint/eslint-plugin": "7.18.0", @@ -2728,9 +2728,9 @@ } }, "node_modules/@nuxtjs/i18n": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.3.3.tgz", - "integrity": "sha512-R/Q7GgBf9sVKlB4Mz/2KPhlZwO7nm+YcADcJcBDGfQVoNZjGg2muDCkCXSqpqIjkm264QcERFoPP42aBR+SlgA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.5.0.tgz", + "integrity": "sha512-FMdVUzsbTWu3FOCQsUt5aDyc6ffPAowo1MfPmuFwDIgqWgzMnayDEaQM2c2D1Hyn1pjYYI46IVsJ9+aJqp+SHQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2739,9 +2739,9 @@ "@intlify/unplugin-vue-i18n": "^3.0.1", "@intlify/utils": "^0.12.0", "@miyaneee/rollup-plugin-json5": "^1.2.0", - "@nuxt/kit": "^3.10.3", + "@nuxt/kit": "^3.12.4", "@rollup/plugin-yaml": "^4.1.2", - "@vue/compiler-sfc": "^3.4.30", + "@vue/compiler-sfc": "^3.4.37", "debug": "^4.3.5", "defu": "^6.1.2", "estree-walker": "^3.0.3", @@ -2755,7 +2755,7 @@ "ufo": "^1.3.1", "unplugin": "^1.10.1", "vue-i18n": "^9.9.0", - "vue-router": "^4.2.5" + "vue-router": "^4.4.0" }, "engines": { "node": "^14.16.0 || >=16.11.0" diff --git a/print/package.json b/print/package.json index 28d15dce48..cca15fb901 100644 --- a/print/package.json +++ b/print/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@nuxt/eslint-config": "0.5.1", "@nuxtjs/eslint-module": "4.1.0", - "@nuxtjs/i18n": "8.3.3", + "@nuxtjs/i18n": "8.5.0", "@nuxtjs/tailwindcss": "6.12.1", "@tailwindcss/typography": "0.5.14", "@typescript-eslint/eslint-plugin": "7.18.0",