From e260116f10d6b434fe8f1f3da55101c547e23e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:23:22 +0000 Subject: [PATCH] fix(deps): update dependency react-confetti to v6.4.0 --- pnpm-lock.yaml | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48e83b24d..9791d010e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -281,8 +281,8 @@ importers: specifier: 2.10.0 version: 2.10.0(react@18.3.1) react-confetti: - specifier: 6.1.0 - version: 6.1.0(react@18.3.1) + specifier: 6.4.0 + version: 6.4.0(react@18.3.1) react-dom: specifier: 18.3.1 version: 18.3.1(react@18.3.1) @@ -4819,11 +4819,11 @@ packages: peerDependencies: react: '>=15' - react-confetti@6.1.0: - resolution: {integrity: sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==} - engines: {node: '>=10.18'} + react-confetti@6.4.0: + resolution: {integrity: sha512-5MdGUcqxrTU26I2EU7ltkWPwxvucQTuqMm8dUz72z2YMqTD6s9vMcDUysk7n9jnC+lXuCPeJJ7Knf98VEYE9Rg==} + engines: {node: '>=16'} peerDependencies: - react: ^16.3.0 || ^17.0.1 || ^18.0.0 + react: ^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 react-dom@18.3.1: resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} @@ -11368,7 +11368,7 @@ snapshots: dependencies: react: 18.3.1 - react-confetti@6.1.0(react@18.3.1): + react-confetti@6.4.0(react@18.3.1): dependencies: react: 18.3.1 tween-functions: 1.2.0 diff --git a/website/package.json b/website/package.json index 8bcb952cc..108373243 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "react": "18.3.1", "react-avatar": "5.0.3", "react-children-utilities": "2.10.0", - "react-confetti": "6.1.0", + "react-confetti": "6.4.0", "react-dom": "18.3.1", "react-hot-toast": "2.4.1", "rss": "1.2.2",