From 5cd97c24bb9f2598d05494184300d40a91ac7330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:40:44 +0000 Subject: [PATCH] Update dependency vue-i18n to v11.1.0 --- package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3bbef60..65284487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1867,13 +1867,13 @@ } }, "node_modules/@intlify/core-base": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.0.1.tgz", - "integrity": "sha512-NAmhw1l/llM0HZRpagR/ChJTNymW4ll6/4EDSJML5c8L5Hl/+k6UyF8EIgE6DeHpfheQujkSRngauViHqq6jJQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.0.tgz", + "integrity": "sha512-5KFrnfgcv4cVWzA1RC4HqMHYEWSD/69GQU7wpKJ2l6mA6ggqEjb9NJN5VJNJvP2mU5y8MAGwXLAJXJo5sbIkMQ==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "11.0.1", - "@intlify/shared": "11.0.1" + "@intlify/message-compiler": "11.1.0", + "@intlify/shared": "11.1.0" }, "engines": { "node": ">= 16" @@ -1883,12 +1883,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.0.1.tgz", - "integrity": "sha512-5RFH8x+Mn3mbjcHXnb6KCXGiczBdiQkWkv99iiA0JpKrNuTAQeW59Pjq/uObMB0eR0shnKYGTkIJxum+DbL3sw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.0.tgz", + "integrity": "sha512-UuV1YwWPBNgL4uqtC1vZPHF2QtYYqVeCDIsbV6JC6Vv90UWmEiU77U7EZmNVVV7DepT83Ow5MaF1CiWI77b61w==", "license": "MIT", "dependencies": { - "@intlify/shared": "11.0.1", + "@intlify/shared": "11.1.0", "source-map-js": "^1.0.2" }, "engines": { @@ -1899,9 +1899,9 @@ } }, "node_modules/@intlify/shared": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.0.1.tgz", - "integrity": "sha512-lH164+aDDptHZ3dBDbIhRa1dOPQUp+83iugpc+1upTOWCnwyC1PVis6rSWNMMJ8VQxvtHQB9JMib48K55y0PvQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.0.tgz", + "integrity": "sha512-DvpNSxiMrFqYMaGSRDDnQgO/L0MqNH4KWw9CUx8LRHHIdWp08En9DpmSRNpauUOxKpHAhyJJxx92BHZk9J84EQ==", "license": "MIT", "engines": { "node": ">= 16" @@ -8747,13 +8747,13 @@ } }, "node_modules/vue-i18n": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.0.1.tgz", - "integrity": "sha512-pWAT8CusK8q9/EpN7V3oxwHwxWm6+Kp2PeTZmRGvdZTkUzMQDpbbmHp0TwQ8xw04XKm23cr6B4GL72y3W8Yekg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.0.tgz", + "integrity": "sha512-UgtYUe99mLfo7ya5TJSsJcgJZaqIunwXjff5UA03xRry0VtgN4zIUbuoycK9/ZZQJg5Cmr6V6zq+u0H0P0hlNw==", "license": "MIT", "dependencies": { - "@intlify/core-base": "11.0.1", - "@intlify/shared": "11.0.1", + "@intlify/core-base": "11.1.0", + "@intlify/shared": "11.1.0", "@vue/devtools-api": "^6.5.0" }, "engines": {