From 5b99fe534b13c9b78a29ecaf1b7cb02f00e7fbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 04:13:34 +0000 Subject: [PATCH] Bump vite from 5.4.9 to 5.4.20 in /spatial Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.20. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- spatial/package-lock.json | 8 ++++---- spatial/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spatial/package-lock.json b/spatial/package-lock.json index 04702c4d..b3473a31 100644 --- a/spatial/package-lock.json +++ b/spatial/package-lock.json @@ -30,7 +30,7 @@ "tailwindcss": "^3.4.13", "typescript": "^5.5.3", "typescript-eslint": "^8.7.0", - "vite": "^5.4.8" + "vite": "^5.4.20" } }, "node_modules/@alloc/quick-lru": { @@ -4160,9 +4160,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", - "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", + "version": "5.4.20", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", + "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/spatial/package.json b/spatial/package.json index 436caf4c..e4a6aa33 100644 --- a/spatial/package.json +++ b/spatial/package.json @@ -31,6 +31,6 @@ "tailwindcss": "^3.4.13", "typescript": "^5.5.3", "typescript-eslint": "^8.7.0", - "vite": "^5.4.8" + "vite": "^5.4.20" } }