diff --git a/package-lock.json b/package-lock.json index 03535c3..2faf42f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "sass": "^1.89.0", "simple-image-compressor": "^1.8.2", "vue": "^3.5.14", - "vue-i18n": "^11.1.3" + "vue-i18n": "^11.1.4" }, "devDependencies": { "@types/node": "^22.15.19", @@ -497,13 +497,13 @@ } }, "node_modules/@intlify/core-base": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.3.tgz", - "integrity": "sha512-cMuHunYO7LE80azTitcvEbs1KJmtd6g7I5pxlApV3Jo547zdO3h31/0uXpqHc+Y3RKt1wo2y68RGSx77Z1klyA==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.4.tgz", + "integrity": "sha512-VNIanL84HNBNAoJjPA2V8EykT5NtgNDquO2MsDQcSheo7EcCt4uvH14IHBEDKVoL6k38NNICLuRhtKOKqW2ylA==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "11.1.3", - "@intlify/shared": "11.1.3" + "@intlify/message-compiler": "11.1.4", + "@intlify/shared": "11.1.4" }, "engines": { "node": ">= 16" @@ -513,12 +513,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.3.tgz", - "integrity": "sha512-7rbqqpo2f5+tIcwZTAG/Ooy9C8NDVwfDkvSeDPWUPQW+Dyzfw2o9H103N5lKBxO7wxX9dgCDjQ8Umz73uYw3hw==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.4.tgz", + "integrity": "sha512-fQWJwTOBFNFGNr4I5k629hQxTGEKsDWhhTzr6Y4CN4OXJw/dLB/VbbQm5jlylqnv44RBZN5GSD+d1nWpNcAR5A==", "license": "MIT", "dependencies": { - "@intlify/shared": "11.1.3", + "@intlify/shared": "11.1.4", "source-map-js": "^1.0.2" }, "engines": { @@ -529,9 +529,9 @@ } }, "node_modules/@intlify/shared": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.3.tgz", - "integrity": "sha512-pTFBgqa/99JRA2H1qfyqv97MKWJrYngXBA/I0elZcYxvJgcCw3mApAoPW3mJ7vx3j+Ti0FyKUFZ4hWxdjKaxvA==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.4.tgz", + "integrity": "sha512-zOW2L5+QnWRQgM/7WNSPxa6E0F3wR2/KEQV7P4s4AXzxzmg0MuzLNiixvkRJU5h0Xb3DnHic6zybKva28kabDw==", "license": "MIT", "engines": { "node": ">= 16" @@ -2218,13 +2218,13 @@ } }, "node_modules/vue-i18n": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.3.tgz", - "integrity": "sha512-Pcylh9z9S5+CJAqgbRZ3EKxFIBIrtY5YUppU722GIT65+Nukm0TCqiQegZnNLCZkXGthxe0cpqj0AoM51H+6Gw==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.4.tgz", + "integrity": "sha512-0B2Q4rTSzQigfIQnsgNMgWOekouT2lr3hiKG3k7q3fQykr968BRdIUDnIvHisq/f1FPKbBznHpvAyGg78eDAyg==", "license": "MIT", "dependencies": { - "@intlify/core-base": "11.1.3", - "@intlify/shared": "11.1.3", + "@intlify/core-base": "11.1.4", + "@intlify/shared": "11.1.4", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/package.json b/package.json index 5da6d14..053088c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "sass": "^1.89.0", "simple-image-compressor": "^1.8.2", "vue": "^3.5.14", - "vue-i18n": "^11.1.3" + "vue-i18n": "^11.1.4" }, "devDependencies": { "@types/node": "^22.15.19",