diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 8b617b59..4d9ed4a2 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -65,7 +65,7 @@ "babel-plugin-react-compiler": "1.0.0", "jsdom": "30.0.1", "typescript": "7.0.2", - "vite": "8.2.0", + "vite": "8.2.1", "vite-plugin-checker": "0.14.5", "vitest": "4.1.10", "yaml": "2.9.0" @@ -5923,16 +5923,16 @@ } }, "node_modules/vite": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.0.tgz", - "integrity": "sha512-pn+CFpM0lwDeKwmOq1ZaBK/9sjorZcgqxki6MbY/jPEVd9vichIlmlD4HmQ5wdP5EgqQCFRaACBxMC7uEGc6lQ==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.1.tgz", + "integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==", "devOptional": true, "license": "MIT", "dependencies": { "lightningcss": "^1.33.0", "picomatch": "^4.0.5", - "postcss": "^8.5.23", - "rolldown": "~1.2.0", + "postcss": "^8.5.25", + "rolldown": "~1.2.1", "tinyglobby": "^0.2.17" }, "bin": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 57d39634..57700dd8 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -72,7 +72,7 @@ "babel-plugin-react-compiler": "1.0.0", "jsdom": "30.0.1", "typescript": "7.0.2", - "vite": "8.2.0", + "vite": "8.2.1", "vite-plugin-checker": "0.14.5", "vitest": "4.1.10", "yaml": "2.9.0"