From d65e753a4899a7da791edb2d176aa96b03a4807c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:58:17 +0000 Subject: [PATCH] Bump vite in /scripts/python/lollms_installer/frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../python/lollms_installer/frontend/package-lock.json | 8 ++++---- scripts/python/lollms_installer/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/python/lollms_installer/frontend/package-lock.json b/scripts/python/lollms_installer/frontend/package-lock.json index 0beb1a2d..5c71abee 100644 --- a/scripts/python/lollms_installer/frontend/package-lock.json +++ b/scripts/python/lollms_installer/frontend/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", - "vite": "^5.0.12" + "vite": "^5.0.13" } }, "node_modules/@alloc/quick-lru": { @@ -2299,9 +2299,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", - "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz", + "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/scripts/python/lollms_installer/frontend/package.json b/scripts/python/lollms_installer/frontend/package.json index bb5b9a80..bff15a89 100644 --- a/scripts/python/lollms_installer/frontend/package.json +++ b/scripts/python/lollms_installer/frontend/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", - "vite": "^5.0.12" + "vite": "^5.0.13" } }