diff --git a/package-lock.json b/package-lock.json index 832b10d..254c622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tauri-plugin-system-info-api": "^2.0.10", "ulidx": "^2.4.1", "vue": "^3.5.22", - "vue-i18n": "^11.1.10", + "vue-i18n": "^11.1.12", "vue-router": "^4.5.1" }, "devDependencies": { @@ -1212,13 +1212,13 @@ } }, "node_modules/@intlify/core-base": { - "version": "11.1.10", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.10.tgz", - "integrity": "sha512-JhRb40hD93Vk0BgMgDc/xMIFtdXPHoytzeK6VafBNOj6bb6oUZrGamXkBKecMsmGvDQQaPRGG2zpa25VCw8pyw==", + "version": "11.1.12", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.12.tgz", + "integrity": "sha512-whh0trqRsSqVLNEUCwU59pyJZYpU8AmSWl8M3Jz2Mv5ESPP6kFh4juas2NpZ1iCvy7GlNRffUD1xr84gceimjg==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "11.1.10", - "@intlify/shared": "11.1.10" + "@intlify/message-compiler": "11.1.12", + "@intlify/shared": "11.1.12" }, "engines": { "node": ">= 16" @@ -1228,12 +1228,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "11.1.10", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.10.tgz", - "integrity": "sha512-TABl3c8tSLWbcD+jkQTyBhrnW251dzqW39MPgEUCsd69Ua3ceoimsbIzvkcPzzZvt1QDxNkenMht+5//V3JvLQ==", + "version": "11.1.12", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.12.tgz", + "integrity": "sha512-Fv9iQSJoJaXl4ZGkOCN1LDM3trzze0AS2zRz2EHLiwenwL6t0Ki9KySYlyr27yVOj5aVz0e55JePO+kELIvfdQ==", "license": "MIT", "dependencies": { - "@intlify/shared": "11.1.10", + "@intlify/shared": "11.1.12", "source-map-js": "^1.0.2" }, "engines": { @@ -1244,9 +1244,9 @@ } }, "node_modules/@intlify/shared": { - "version": "11.1.10", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.10.tgz", - "integrity": "sha512-6ZW/f3Zzjxfa1Wh0tYQI5pLKUtU+SY7l70pEG+0yd0zjcsYcK0EBt6Fz30Dy0tZhEqemziQQy2aNU3GJzyrMUA==", + "version": "11.1.12", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.12.tgz", + "integrity": "sha512-Om86EjuQtA69hdNj3GQec9ZC0L0vPSAnXzB3gP/gyJ7+mA7t06d9aOAiqMZ+xEOsumGP4eEBlfl8zF2LOTzf2A==", "license": "MIT", "engines": { "node": ">= 16" @@ -9990,13 +9990,13 @@ } }, "node_modules/vue-i18n": { - "version": "11.1.10", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.10.tgz", - "integrity": "sha512-C+IwnSg8QDSOAox0gdFYP5tsKLx5jNWxiawNoiNB/Tw4CReXmM1VJMXbduhbrEzAFLhreqzfDocuSVjGbxQrag==", + "version": "11.1.12", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.12.tgz", + "integrity": "sha512-BnstPj3KLHLrsqbVU2UOrPmr0+Mv11bsUZG0PyCOzsawCivk8W00GMXHeVUWIDOgNaScCuZah47CZFE+Wnl8mw==", "license": "MIT", "dependencies": { - "@intlify/core-base": "11.1.10", - "@intlify/shared": "11.1.10", + "@intlify/core-base": "11.1.12", + "@intlify/shared": "11.1.12", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/package.json b/package.json index 627d20a..9c2d4ad 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "tauri-plugin-system-info-api": "^2.0.10", "ulidx": "^2.4.1", "vue": "^3.5.22", - "vue-i18n": "^11.1.10", + "vue-i18n": "^11.1.12", "vue-router": "^4.5.1" }, "devDependencies": {