From 230df3eadf344606cc2b99b3689431bd9760cfc2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 1 Oct 2025 22:11:37 +0000
Subject: [PATCH] chore: bump react-confetti from 6.2.2 to 6.4.0 in /site
(#20126)
Bumps [react-confetti](https://github.com/alampros/react-confetti) from
6.2.2 to 6.4.0.
Release notes
Sourced from react-confetti's
releases.
v6.4.0
6.4.0
(2025-03-04)
Bug Fixes
- clamp tweenProgress between 0 and tweenDuration (f988305)
Features
- adding tweenFrom property to allow smooth transition when parameters
change (dde31e0)
v6.3.0
6.3.0
(2025-03-01)
Bug Fixes
- prevent particle flicker on removal (5cb5bd8)
Features
- using elapsed time in physics updates (d1626dc)
v6.2.3
6.2.3
(2025-02-22)
Bug Fixes
Changelog
Sourced from react-confetti's
changelog.
6.4.0
(2025-03-04)
Bug Fixes
- clamp tweenProgress between 0 and tweenDuration (f988305)
Features
- adding tweenFrom property to allow smooth transition when parameters
change (dde31e0)
6.3.0
(2025-03-01)
Bug Fixes
- prevent particle flicker on removal (5cb5bd8)
Features
- using elapsed time in physics updates (d1626dc)
6.2.3
(2025-02-22)
Bug Fixes
Commits
0d53537
chore(release): 6.4.0 [skip ci]
641b351
Merge branch 'develop'
6ac61ed
lint fix
90f5a59
Merge pull request #172
from AlexJDG/bugfix/fix-tweening
f988305
fix: clamp tweenProgress between 0 and tweenDuration
dde31e0
feat: adding tweenFrom property to allow smooth transition when
parameters ch...
5dd9f7b
chore: renaming property for clarity
31eb46d
chore(release): 6.3.0 [skip ci]
e447389
Merge branch 'develop'
b177991
fix lint action name
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
site/package.json | 2 +-
site/pnpm-lock.yaml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/site/package.json b/site/package.json
index 660227b137..38617dce23 100644
--- a/site/package.json
+++ b/site/package.json
@@ -96,7 +96,7 @@
"pretty-bytes": "6.1.1",
"react": "19.1.1",
"react-color": "2.19.3",
- "react-confetti": "6.2.2",
+ "react-confetti": "6.4.0",
"react-date-range": "1.4.0",
"react-dom": "19.1.1",
"react-markdown": "9.1.0",
diff --git a/site/pnpm-lock.yaml b/site/pnpm-lock.yaml
index 068bc19596..eebed5b445 100644
--- a/site/pnpm-lock.yaml
+++ b/site/pnpm-lock.yaml
@@ -203,8 +203,8 @@ importers:
specifier: 2.19.3
version: 2.19.3(react@19.1.1)
react-confetti:
- specifier: 6.2.2
- version: 6.2.2(react@19.1.1)
+ specifier: 6.4.0
+ version: 6.4.0(react@19.1.1)
react-date-range:
specifier: 1.4.0
version: 1.4.0(date-fns@2.30.0)(react@19.1.1)
@@ -5588,8 +5588,8 @@ packages:
peerDependencies:
react: '*'
- react-confetti@6.2.2:
- resolution: {integrity: sha512-K+kTyOPgX+ZujMZ+Rmb7pZdHBvg+DzinG/w4Eh52WOB8/pfO38efnnrtEZNJmjTvLxc16RBYO+tPM68Fg8viBA==, tarball: https://registry.npmjs.org/react-confetti/-/react-confetti-6.2.2.tgz}
+ react-confetti@6.4.0:
+ resolution: {integrity: sha512-5MdGUcqxrTU26I2EU7ltkWPwxvucQTuqMm8dUz72z2YMqTD6s9vMcDUysk7n9jnC+lXuCPeJJ7Knf98VEYE9Rg==, tarball: https://registry.npmjs.org/react-confetti/-/react-confetti-6.4.0.tgz}
engines: {node: '>=16'}
peerDependencies:
react: ^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0
@@ -12427,7 +12427,7 @@ snapshots:
reactcss: 1.2.3(react@19.1.1)
tinycolor2: 1.6.0
- react-confetti@6.2.2(react@19.1.1):
+ react-confetti@6.4.0(react@19.1.1):
dependencies:
react: 19.1.1
tween-functions: 1.2.0