From 3992168ac574eae784e4405ea3f0cf8e2cea9d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:24:14 +0000 Subject: [PATCH] chore(deps-dev): Bump vite in /pbase/archive/apps/cabinet Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pbase/archive/apps/cabinet/package-lock.json | 8 ++++---- pbase/archive/apps/cabinet/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pbase/archive/apps/cabinet/package-lock.json b/pbase/archive/apps/cabinet/package-lock.json index ddfde2f1..5ce476c0 100644 --- a/pbase/archive/apps/cabinet/package-lock.json +++ b/pbase/archive/apps/cabinet/package-lock.json @@ -14,7 +14,7 @@ "svelte": "^5.0.0", "svelte-check": "^4.0.0", "typescript": "^5.0.0", - "vite": "^5.4.11" + "vite": "^5.4.21" } }, "node_modules/@ampproject/remapping": { @@ -1365,9 +1365,9 @@ } }, "node_modules/vite": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", - "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/pbase/archive/apps/cabinet/package.json b/pbase/archive/apps/cabinet/package.json index 4f1f0acd..1f6907b1 100644 --- a/pbase/archive/apps/cabinet/package.json +++ b/pbase/archive/apps/cabinet/package.json @@ -17,6 +17,6 @@ "svelte": "^5.0.0", "svelte-check": "^4.0.0", "typescript": "^5.0.0", - "vite": "^5.4.11" + "vite": "^5.4.21" } }