summaryrefslogtreecommitdiff
path: root/client/simple
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-03 07:04:52 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-04-03 09:25:43 +0200
commit4452358e872af4dac2b451fcb5fec505df935456 (patch)
treedc9063a5fc02a4d07a42fd2cd115ed15458ef563 /client/simple
parent7546f88b1ed1720ab6f4acf6467e4f02a763217b (diff)
Bump vite from 6.2.3 to 6.2.4 in /client/simple
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/simple')
-rw-r--r--client/simple/package-lock.json8
-rw-r--r--client/simple/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json
index 05950e388..87bba80ab 100644
--- a/client/simple/package-lock.json
+++ b/client/simple/package-lock.json
@@ -31,7 +31,7 @@
"stylelint-prettier": "^5.0.3",
"svgo": "^3.3.2",
"swiped-events": "^1.2.0",
- "vite": "^6.2.3",
+ "vite": "^6.2.4",
"vite-plugin-static-copy": "^2.3.0",
"vite-plugin-stylelint": "^6.0.0",
"webpack": "^5.97.1",
@@ -6774,9 +6774,9 @@
"license": "MIT"
},
"node_modules/vite": {
- "version": "6.2.3",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
- "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
+ "version": "6.2.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
+ "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/client/simple/package.json b/client/simple/package.json
index fb756497a..72d23d26d 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -29,7 +29,7 @@
"stylelint-prettier": "^5.0.3",
"svgo": "^3.3.2",
"swiped-events": "^1.2.0",
- "vite": "^6.2.3",
+ "vite": "^6.2.4",
"vite-plugin-static-copy": "^2.3.0",
"vite-plugin-stylelint": "^6.0.0",
"webpack": "^5.97.1",