diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 4a3afc9f..ed2116d6 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -66,7 +66,7 @@ "prettier": "^3.2.5", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", - "vite": "^5.1.3", + "vite": "^5.1.4", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.3.1", "vitest": "^1.3.1", @@ -8138,9 +8138,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", - "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", + "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 01764021..47ddb5e2 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -72,7 +72,7 @@ "prettier": "^3.2.5", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", - "vite": "^5.1.3", + "vite": "^5.1.4", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.3.1", "vitest": "^1.3.1",