From 6cfc535decfa6fdd5f05229b0bb585a6398566c1 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 9 Apr 2024 16:32:23 +0200 Subject: [PATCH] chore: packages update --- package-lock.json | 44 ++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 979f606..acc0e42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "pojazdownik", - "version": "1.7.4", + "version": "1.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pojazdownik", - "version": "1.7.4", + "version": "1.8.4", "dependencies": { "axios": "^1.4.0", "pinia": "^2.0.17", "prettier": "^3.0.3", "vue": "^3.2.37", - "vue-i18n": "9" + "vue-i18n": "9.11.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", @@ -2028,13 +2028,12 @@ "license": "BSD-3-Clause" }, "node_modules/@intlify/core-base": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.9.1.tgz", - "integrity": "sha512-qsV15dg7jNX2faBRyKMgZS8UcFJViWEUPLdzZ9UR0kQZpFVeIpc0AG7ZOfeP7pX2T9SQ5jSiorq/tii9nkkafA==", - "license": "MIT", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.11.0.tgz", + "integrity": "sha512-cveOqAstjLZIiyatcP/HrzrQ87cZI8ScPQna3yvoM8zjcjcIRK1MRvmxUNlPdg0rTNJMZw7rixPVM58O5aHVPA==", "dependencies": { - "@intlify/message-compiler": "9.9.1", - "@intlify/shared": "9.9.1" + "@intlify/message-compiler": "9.11.0", + "@intlify/shared": "9.11.0" }, "engines": { "node": ">= 16" @@ -2044,12 +2043,11 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.9.1.tgz", - "integrity": "sha512-zTvP6X6HeumHOXuAE1CMMsV6tTX+opKMOxO1OHTCg5N5Sm/F7d8o2jdT6W6L5oHUsJ/vvkGefHIs7Q3hfowmsA==", - "license": "MIT", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.11.0.tgz", + "integrity": "sha512-x31Gl7cscnoI4UUY1yaIy8e7vVMVW1VVlTXZz4SIHKqoSEUkfmgqK8NAx1e7RcoHEbICR7uyCbud0ZL1s4OGXQ==", "dependencies": { - "@intlify/shared": "9.9.1", + "@intlify/shared": "9.11.0", "source-map-js": "^1.0.2" }, "engines": { @@ -2060,10 +2058,9 @@ } }, "node_modules/@intlify/shared": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.9.1.tgz", - "integrity": "sha512-b3Pta1nwkz5rGq434v0psHwEwHGy1pYCttfcM22IE//K9owbpkEvFptx9VcuRAxjQdrO2If249cmDDjBu5wMDA==", - "license": "MIT", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.11.0.tgz", + "integrity": "sha512-KHSNgi7sRjmSm7aD8QH8WFt9VfKaekJuJ473opbJlkGY3EDnDUU8ikIhG8PbasQbgNvbY3m3tWNGqk2omIdwMA==", "engines": { "node": ">= 16" }, @@ -7624,13 +7621,12 @@ } }, "node_modules/vue-i18n": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.9.1.tgz", - "integrity": "sha512-xyQ4VspLdNSPTKBFBPWa1tvtj+9HuockZwgFeD2OhxxXuC2CWeNvV4seu2o9+vbQOyQbhAM5Ez56oxUrrnTWdw==", - "license": "MIT", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.11.0.tgz", + "integrity": "sha512-vU4gY6lu8Pdfs9BgKGiDAJmFDf88cceR47KcSB0VW4xJzUrXR/7qwqM7A8dQ2nedhoIDxoOm5Ro4pFd2KvJqbA==", "dependencies": { - "@intlify/core-base": "9.9.1", - "@intlify/shared": "9.9.1", + "@intlify/core-base": "9.11.0", + "@intlify/shared": "9.11.0", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/package.json b/package.json index 2aea9e6..ea79e7a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "pinia": "^2.0.17", "prettier": "^3.0.3", "vue": "^3.2.37", - "vue-i18n": "9" + "vue-i18n": "9.11.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3",