diff --git a/frontend/package.json b/frontend/package.json index 23340eb..9bec6b0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.2", "@types/node": "^25.9.1", - "@types/pako": "^2.0.4", + "@types/pako": "^3.0.0", "sass": "^1.100.0", "svelte": "^5.55.2", "svelte-check": "^4.4.6", @@ -34,7 +34,7 @@ "dependencies": { "bits-ui": "^2.18.1", "lottie-web": "^5.13.0", - "pako": "^2.1.0", + "pako": "^3.0.0", "uqr": "^0.1.3" } }