diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index f4161c99..e465743f 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -60,7 +60,7 @@ "babel-plugin-react-compiler": "1.0.0", "jsdom": "^27.2.0", "typescript": "^5.9.3", - "vite": "^7.2.6", + "vite": "^7.2.7", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.15", @@ -6100,9 +6100,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.6.tgz", - "integrity": "sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==", + "version": "7.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.7.tgz", + "integrity": "sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==", "dev": true, "license": "MIT", "peer": true, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 6a524328..f70af13b 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -67,7 +67,7 @@ "babel-plugin-react-compiler": "1.0.0", "jsdom": "^27.2.0", "typescript": "^5.9.3", - "vite": "^7.2.6", + "vite": "^7.2.7", "vite-plugin-checker": "^0.11.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.15",