From 219a277fe8144d81487129d36036c829678adbe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:40:38 +0000 Subject: [PATCH] Update dependency @intlify/unplugin-vue-i18n to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 42e4fe7e..1e58b96d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@coreui/vue": "^5.2.0", "@formkit/themes": "^1.0.0-beta.10", "@formkit/vue": "^1.0.0-beta.15", - "@intlify/unplugin-vue-i18n": "^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^1.0.0 || ^4.0.0 || ^5.0.0", + "@intlify/unplugin-vue-i18n": "^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^1.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", "@openid/appauth": "^1.3.1", "@tanstack/vue-query": "^4.32.6 || ^5.0.0", "@vueform/multiselect": "^2.5.2", @@ -1134,9 +1134,9 @@ } }, "node_modules/@intlify/bundle-utils": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-9.0.0.tgz", - "integrity": "sha512-19dunbgM4wuCvi2xSai2PKhXkcKGjlbJhNWm9BCQWkUYcPmXwzptNWOE0O7OSrhNlEDxwpkHsJzZ/vLbCkpElw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-10.0.0.tgz", + "integrity": "sha512-BR5yLOkF2dzrARTbAg7RGAIPcx9Aark7p1K/0O285F7rfzso9j2dsa+S4dA67clZ0rToZ10NSSTfbyUptVu7Bg==", "license": "MIT", "dependencies": { "@intlify/message-compiler": "next", @@ -1234,13 +1234,13 @@ } }, "node_modules/@intlify/unplugin-vue-i18n": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-5.3.1.tgz", - "integrity": "sha512-76huP8TpMOtBMLsYYIMLNbqMPXJ7+Q6xcjP6495h/pmbOQ7sw/DB8E0OFvDFeIZ2571a4ylzJnz+KMuYbAs1xA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-6.0.2.tgz", + "integrity": "sha512-5AuwBfdFtA4OSh31tfGpjhvmh7BVCzClHCgFlVdNM3ojyai3UZY4ViYh35TlE1xeWFyduOtUsG12r70xy24nzg==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@intlify/bundle-utils": "^9.0.0", + "@intlify/bundle-utils": "^10.0.0", "@intlify/shared": "latest", "@intlify/vue-i18n-extensions": "^7.0.0", "@rollup/pluginutils": "^5.1.0", diff --git a/frontend/package.json b/frontend/package.json index f58d1579..b2d80fb2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@coreui/vue": "^5.2.0", "@formkit/themes": "^1.0.0-beta.10", "@formkit/vue": "^1.0.0-beta.15", - "@intlify/unplugin-vue-i18n": "^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^1.0.0 || ^4.0.0 || ^5.0.0", + "@intlify/unplugin-vue-i18n": "^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^1.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", "@openid/appauth": "^1.3.1", "@tanstack/vue-query": "^4.32.6 || ^5.0.0", "@vueform/multiselect": "^2.5.2",