diff --git a/package-lock.json b/package-lock.json index 3c1980d0..10732f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@lezer/lr": "^1.4.2", "husky": "^9.1.7", "lint-staged": "^15.4.3", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.2", "vitepress": "^1.6.3", "vitest": "^3.0.5" } @@ -4153,9 +4153,9 @@ } }, "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": { diff --git a/package.json b/package.json index dfc9ce97..045b01a4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@lezer/lr": "^1.4.2", "husky": "^9.1.7", "lint-staged": "^15.4.3", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.2", "vitepress": "^1.6.3", "vitest": "^3.0.5" },