diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index a7a20141..10d7fb13 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -61,7 +61,7 @@ "jsdom": "^27.2.0", "rollup-plugin-visualizer": "^6.0.5", "typescript": "^5.9.3", - "vite": "^7.2.2", + "vite": "^7.2.4", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.10", @@ -6273,9 +6273,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", - "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", + "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", "dev": true, "license": "MIT", "peer": true, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index b414ba4f..3618dcfc 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -68,7 +68,7 @@ "jsdom": "^27.2.0", "rollup-plugin-visualizer": "^6.0.5", "typescript": "^5.9.3", - "vite": "^7.2.2", + "vite": "^7.2.4", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.10",