diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f8ca7ab..cd7f08dc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "svelte-preprocess": "5.1.3", "typescript": "5.4.3", "vite": "5.2.6", - "vite-plugin-static-copy": "1.0.2" + "vite-plugin-static-copy": "2.3.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7625,21 +7625,36 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.2.tgz", - "integrity": "sha512-AfmEF+a/mfjsUsrgjbCkhzUCeIUF4EKQXXt3Ie1cour9MBpy6f6GphbdW2td28oYfOrwCyRzFCksgLkpk58q6Q==", + "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", "fs-extra": "^11.1.0", + "p-map": "^7.0.3", "picocolors": "^1.0.0" }, "engines": { "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0" + "vite": "^5.0.0 || ^6.0.0" + } + }, + "node_modules/vite-plugin-static-copy/node_modules/p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/vitefu": { diff --git a/frontend/package.json b/frontend/package.json index 0fb053e6..9dbf4388 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,6 +47,6 @@ "svelte-preprocess": "5.1.3", "typescript": "5.4.3", "vite": "5.2.6", - "vite-plugin-static-copy": "1.0.2" + "vite-plugin-static-copy": "2.3.2" } }