diff --git a/apps/verification-portal/package.json b/apps/verification-portal/package.json index 3286c31cc..6cd4f2ee9 100644 --- a/apps/verification-portal/package.json +++ b/apps/verification-portal/package.json @@ -64,7 +64,7 @@ "satori-html": "0.3.2", "svelte": "4.2.17", "svelte-check": "3.7.1", - "svelte-confetti": "^1.4.0", + "svelte-confetti": "^2.0.0", "svelte-sonner": "^0.3.19", "tailwindcss": "3.4.3", "tslib": "2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc3afd172..589cd9713 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -229,8 +229,8 @@ importers: specifier: 3.7.1 version: 3.7.1(@babel/core@7.24.5)(postcss-load-config@4.0.2)(postcss@8.4.38)(svelte@4.2.17) svelte-confetti: - specifier: ^1.4.0 - version: 1.4.0(svelte@4.2.17) + specifier: ^2.0.0 + version: 2.0.1(svelte@4.2.17) svelte-sonner: specifier: ^0.3.19 version: 0.3.24(svelte@4.2.17) @@ -13026,10 +13026,10 @@ packages: - sugarss dev: true - /svelte-confetti@1.4.0(svelte@4.2.17): - resolution: {integrity: sha512-B0woNwpsFGwhkEoP48BIDQgvW0bMxPhavLVD+E+tsTWevlpr1aiz1S2wA8ArIXX957BiaZWHRHKmI5/pFRDbdg==} + /svelte-confetti@2.0.1(svelte@4.2.17): + resolution: {integrity: sha512-o8jQ9GD6riVqQj7ndcdJFXoYIYw21AAnVKoQSxY1FgXoT1uTgJvsTdrDadlkjGmHNpg8Y5Ya0AzZfkESOGpcuQ==} peerDependencies: - svelte: ^4.0.0 + svelte: ^4.0.0 || ^5.0.0 dependencies: svelte: 4.2.17 dev: true