diff --git a/Content/minimal/package-lock.json b/Content/minimal/package-lock.json index 1710b5e9..696b4ef8 100644 --- a/Content/minimal/package-lock.json +++ b/Content/minimal/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@types/node": "^20.10.0", "@vitejs/plugin-react": "^4.2.0", - "vite": "^5.4.6" + "vite": "^5.4.18" }, "engines": { "node": "~18 || ~20 || ~22", @@ -1467,9 +1467,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.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.18.tgz", + "integrity": "sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/Content/minimal/package.json b/Content/minimal/package.json index 98358eef..d88535ee 100644 --- a/Content/minimal/package.json +++ b/Content/minimal/package.json @@ -10,6 +10,6 @@ "devDependencies": { "@types/node": "^20.10.0", "@vitejs/plugin-react": "^4.2.0", - "vite": "^5.4.6" + "vite": "^5.4.18" } }