diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 541787b3..24e82595 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -62,7 +62,7 @@ "jsdom": "^27.1.0", "rollup-plugin-visualizer": "^6.0.5", "typescript": "^5.9.3", - "vite": "^7.2.1", + "vite": "^7.2.2", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.7", @@ -6313,9 +6313,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz", - "integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", + "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", "dev": true, "license": "MIT", "peer": true, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index f39c1f33..584908a8 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -69,7 +69,7 @@ "jsdom": "^27.1.0", "rollup-plugin-visualizer": "^6.0.5", "typescript": "^5.9.3", - "vite": "^7.2.1", + "vite": "^7.2.2", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.7",