chore(deps): bump vue-i18n from 9.6.5 to 9.7.0 (#1339)

This commit is contained in:
dependabot[bot] 2023-11-21 04:22:51 +01:00 committed by GitHub
parent 672d9be52f
commit a14da26dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View file

@ -23,7 +23,7 @@
"uuid": "^9.0.1",
"vite-plugin-pwa": "^0.16.5",
"vue": "^3.3.4",
"vue-i18n": "^9.3.0",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.1.14",
@ -2254,12 +2254,12 @@
"dev": true
},
"node_modules/@intlify/core-base": {
"version": "9.6.5",
"resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.6.5.tgz",
"integrity": "sha512-LzbGXiZkMWPIHnHI0g6q554S87Cmh2mmCmjytK/3pDQfjI84l+dgGoeQuKj02q7EbULRuUUgYVZVqAwEUawXGg==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.7.0.tgz",
"integrity": "sha512-1tBnfnCI23jXqGW15cagCjn2GgD487VST1dMG8P5LRzrSfx+kUzqFyTrjMNIwgq1tVaF4HnDpFMUuyrzTLKphw==",
"dependencies": {
"@intlify/message-compiler": "9.6.5",
"@intlify/shared": "9.6.5"
"@intlify/message-compiler": "9.7.0",
"@intlify/shared": "9.7.0"
},
"engines": {
"node": ">= 16"
@ -2269,11 +2269,11 @@
}
},
"node_modules/@intlify/message-compiler": {
"version": "9.6.5",
"resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.6.5.tgz",
"integrity": "sha512-WeJ499thIj0p7JaIO1V3JaJbqdqfBykS5R8fElFs5hNeotHtPAMBs4IiA+8/KGFkAbjJusgFefCq6ajP7F7+4Q==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.7.0.tgz",
"integrity": "sha512-/YdZCio2L2tCM5bZ2eMHbSEIQNPh1QqvZIOLI/yCVKXLscis7O0SsR2nmuU/DfCJ3iSeI8juw82C2wLvfsAeww==",
"dependencies": {
"@intlify/shared": "9.6.5",
"@intlify/shared": "9.7.0",
"source-map-js": "^1.0.2"
},
"engines": {
@ -2284,9 +2284,9 @@
}
},
"node_modules/@intlify/shared": {
"version": "9.6.5",
"resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.6.5.tgz",
"integrity": "sha512-gD7Ey47Xi4h/t6P+S04ymMSoA3wVRxGqjxuIMglwRO8POki9h164Epu2N8wk/GHXM/hR6ZGcsx2HArCCENjqSQ==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.7.0.tgz",
"integrity": "sha512-PUkEuk//YKu4CHS5ah3mNa3XL/+TZj6rAY/6yYN+GCNFd2u+uWUkeuwE4Q6t8dydRWlErOePHHS0KyNoof/oBw==",
"engines": {
"node": ">= 16"
},
@ -7927,12 +7927,12 @@
}
},
"node_modules/vue-i18n": {
"version": "9.6.5",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.6.5.tgz",
"integrity": "sha512-dpUEjKHg7pEsaS7ZPPxp1CflaR7bGmsvZJEhnszHPKl9OTNyno5j/DvMtMSo41kpddq4felLA7GK2prjpnXVlw==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.7.0.tgz",
"integrity": "sha512-8Z8kSz9U2juzuAf+6mjW1HTd5pIlYuFJZkC+HvYOglFdpzwc2rTUGjxKwN8xGdtGur1MFnyJ44TSr+TksJtY8A==",
"dependencies": {
"@intlify/core-base": "9.6.5",
"@intlify/shared": "9.6.5",
"@intlify/core-base": "9.7.0",
"@intlify/shared": "9.7.0",
"@vue/devtools-api": "^6.5.0"
},
"engines": {

View file

@ -29,7 +29,7 @@
"uuid": "^9.0.1",
"vite-plugin-pwa": "^0.16.5",
"vue": "^3.3.4",
"vue-i18n": "^9.3.0",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.1.14",