diff --git a/package-lock.json b/package-lock.json index e2f819b4a2d..adf3327fe21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21415,15 +21415,15 @@ } }, "node_modules/vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dev": true, "dependencies": { "esbuild": "^0.14.27", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" }, "bin": { "vite": "bin/vite.js" @@ -22922,7 +22922,7 @@ "devDependencies": { "@types/lodash-es": "^4.14.182", "@vitejs/plugin-react": "^1.0.7", - "vite": "^2.8.0", + "vite": "^2.9.16", "vite-plugin-replace": "0.1.1" } }, @@ -35376,7 +35376,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^3.1.4", - "vite": "^2.8.0", + "vite": "^2.9.16", "vite-plugin-replace": "0.1.1", "y-websocket": ">=1.3.x", "yjs": ">=13.5.42" @@ -40261,16 +40261,16 @@ } }, "vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dev": true, "requires": { "esbuild": "^0.14.27", "fsevents": "~2.3.2", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" } }, "vite-plugin-replace": { diff --git a/packages/lexical-playground/package.json b/packages/lexical-playground/package.json index acc307a4fac..001a8813fdd 100644 --- a/packages/lexical-playground/package.json +++ b/packages/lexical-playground/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/lodash-es": "^4.14.182", "@vitejs/plugin-react": "^1.0.7", - "vite": "^2.8.0", + "vite": "^2.9.16", "vite-plugin-replace": "0.1.1" } }