diff --git a/clients/web/package.json b/clients/web/package.json index a391ba10..f7bfcd45 100644 --- a/clients/web/package.json +++ b/clients/web/package.json @@ -45,7 +45,7 @@ "typescript": "^5.5.4", "vite": "^5.3.5", "vite-plugin-solid": "^2.10.2", - "vite-plugin-static-copy": "^1.0.6", + "vite-plugin-static-copy": "^2.0.0", "vite-plugin-wasm": "^3.3.0", "vitest": "^1.6.0" }, diff --git a/clients/web/pnpm-lock.yaml b/clients/web/pnpm-lock.yaml index 9869951f..5945e497 100644 --- a/clients/web/pnpm-lock.yaml +++ b/clients/web/pnpm-lock.yaml @@ -142,8 +142,8 @@ importers: specifier: ^2.10.2 version: 2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.19)(vite@5.3.5(@types/node@22.1.0)) vite-plugin-static-copy: - specifier: ^1.0.6 - version: 1.0.6(vite@5.3.5(@types/node@22.1.0)) + specifier: ^2.0.0 + version: 2.3.2(vite@5.3.5(@types/node@22.1.0)) vite-plugin-wasm: specifier: ^3.3.0 version: 3.3.0(vite@5.3.5(@types/node@22.1.0)) @@ -1372,6 +1372,7 @@ packages: eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: @@ -2096,6 +2097,10 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} + p-map@7.0.4: + resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==} + engines: {node: '>=18'} + package-json-from-dist@1.0.0: resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} @@ -2667,11 +2672,11 @@ packages: '@testing-library/jest-dom': optional: true - vite-plugin-static-copy@1.0.6: - resolution: {integrity: sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew==} + vite-plugin-static-copy@2.3.2: + resolution: {integrity: sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - vite: ^5.0.0 + vite: ^5.0.0 || ^6.0.0 vite-plugin-wasm@3.3.0: resolution: {integrity: sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==} @@ -2760,6 +2765,7 @@ packages: whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} @@ -5032,6 +5038,8 @@ snapshots: dependencies: p-limit: 3.1.0 + p-map@7.0.4: {} + package-json-from-dist@1.0.0: {} parent-module@1.0.1: @@ -5637,11 +5645,12 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-static-copy@1.0.6(vite@5.3.5(@types/node@22.1.0)): + vite-plugin-static-copy@2.3.2(vite@5.3.5(@types/node@22.1.0)): dependencies: chokidar: 3.6.0 fast-glob: 3.3.2 fs-extra: 11.2.0 + p-map: 7.0.4 picocolors: 1.0.1 vite: 5.3.5(@types/node@22.1.0)