From 237b7c898d658497b85323f77b18422be3e8b562 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 21 May 2026 20:39:07 +0200 Subject: [PATCH] Bump frontend deps: vue and vite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update frontend dependencies to pull in recent patch fixes and compatibility updates. package.json bumps vue from ^3.5.13 to ^3.5.34 and vite from ^8.0.11 to 8.0.13. package-lock.json updated accordingly (including postcss 8.5.14 → 8.5.15 and nanoid ^3.3.11 → ^3.3.12). --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index af20a3a0..460f6758 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "dayjs": "^1.11.20", "otpauth": "^9.5.1", "qs": "^6.13.1", - "vue": "^3.5.13", + "vue": "^3.5.34", "vue-i18n": "^11.1.4", "vue3-persian-datetime-picker": "^1.2.2" }, @@ -27,7 +27,7 @@ "eslint": "^10.3.0", "eslint-plugin-vue": "^10.9.1", "globals": "^17.6.0", - "vite": "^8.0.11", + "vite": "8.0.13", "vue-eslint-parser": "^10.4.0" }, "engines": { @@ -2623,9 +2623,9 @@ } }, "node_modules/postcss": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", - "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "funding": [ { "type": "opencollective", @@ -2642,7 +2642,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.12", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/frontend/package.json b/frontend/package.json index 6c756e58..aefe82c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "dayjs": "^1.11.20", "otpauth": "^9.5.1", "qs": "^6.13.1", - "vue": "^3.5.13", + "vue": "^3.5.34", "vue-i18n": "^11.1.4", "vue3-persian-datetime-picker": "^1.2.2" }, @@ -34,7 +34,7 @@ "eslint": "^10.3.0", "eslint-plugin-vue": "^10.9.1", "globals": "^17.6.0", - "vite": "^8.0.11", + "vite": "8.0.13", "vue-eslint-parser": "^10.4.0" }, "overrides": {