diff --git a/package-lock.json b/package-lock.json index 46d8d03373a..0597b03471a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39990,10 +39990,11 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.0.tgz", - "integrity": "sha512-LLKwhhHetGaCnWz4mas4qqjjguDka6/6b4+SeIohRroj8aCE7QTfiZECfPecslFQkWZ3HdQuq5kOPmWZjNYlKA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.2.tgz", + "integrity": "sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", @@ -42308,7 +42309,7 @@ "@vitejs/plugin-react": "^4.2.1", "rollup-plugin-copy": "^3.5.0", "vite": "^5.2.11", - "vite-plugin-static-copy": "^2.3.0" + "vite-plugin-static-copy": "^2.3.2" } }, "packages/lexical-playground/node_modules/prettier": { @@ -60665,7 +60666,7 @@ "react-error-boundary": "^3.1.4", "rollup-plugin-copy": "^3.5.0", "vite": "^5.2.11", - "vite-plugin-static-copy": "^2.3.0", + "vite-plugin-static-copy": "^2.3.2", "y-websocket": "^1.5.4", "yjs": ">=13.5.42" }, @@ -69306,9 +69307,9 @@ } }, "vite-plugin-static-copy": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.0.tgz", - "integrity": "sha512-LLKwhhHetGaCnWz4mas4qqjjguDka6/6b4+SeIohRroj8aCE7QTfiZECfPecslFQkWZ3HdQuq5kOPmWZjNYlKA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.2.tgz", + "integrity": "sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg==", "dev": true, "requires": { "chokidar": "^3.5.3", diff --git a/packages/lexical-playground/package.json b/packages/lexical-playground/package.json index 2a8aa7f94fd..0bfb4a75fb8 100644 --- a/packages/lexical-playground/package.json +++ b/packages/lexical-playground/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-react": "^4.2.1", "rollup-plugin-copy": "^3.5.0", "vite": "^5.2.11", - "vite-plugin-static-copy": "^2.3.0" + "vite-plugin-static-copy": "^2.3.2" }, "sideEffects": false }