diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 16375863..59bbb239 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -64,7 +64,7 @@ "babel-plugin-macros": "^3.1.0", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.5.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.0.5", "vitest-mock-extended": "^2.0.0" @@ -8182,14 +8182,14 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz", + "integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", + "postcss": "^8.4.41", "rollup": "^4.13.0" }, "bin": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 88801d2a..02368f3e 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -71,7 +71,7 @@ "babel-plugin-macros": "^3.1.0", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.5.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.0.5", "vitest-mock-extended": "^2.0.0"