From 0f2460349918343d45efd04906fa2d243ba7d9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:34:47 +0000 Subject: [PATCH] chore: bump @tsparticles/react from 4.1.0 to 4.2.0 Bumps [@tsparticles/react](https://github.com/tsparticles/tsparticles/tree/HEAD/wrappers/react) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/tsparticles/tsparticles/releases) - [Changelog](https://github.com/tsparticles/tsparticles/blob/main/wrappers/react/CHANGELOG.md) - [Commits](https://github.com/tsparticles/tsparticles/commits/v4.2.0/wrappers/react) --- updated-dependencies: - dependency-name: "@tsparticles/react" dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d21d0dc7..33f434c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@radix-ui/react-collapsible": "^1.1.14", "@radix-ui/react-slot": "^1.2.3", "@tsparticles/engine": "^4.0.5", - "@tsparticles/react": "^4.1.0", + "@tsparticles/react": "^4.2.0", "@tsparticles/slim": "^4.1.0", "@vercel/analytics": "^1.5.0", "canvas-confetti": "^1.9.3", @@ -7242,12 +7242,12 @@ } }, "node_modules/@tsparticles/react": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@tsparticles/react/-/react-4.1.0.tgz", - "integrity": "sha512-6MiZtto+YkB22Nu+l2eJbCjlV/EQo2vl/78mkg1EAmg0Z9HK6f23azTOHmkiciI2WRDYopwI5yNN45a7iHyx8A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tsparticles/react/-/react-4.2.0.tgz", + "integrity": "sha512-M0N1yPdZIBgxhs0pu8fEJp8uZT8UIFZyDPeV3dS4vkf73fgA0g8dxiFu8fw3B4qBXqeev/UzIIAxCbCio72RFA==", "license": "MIT", "peerDependencies": { - "@tsparticles/engine": "4.1.0", + "@tsparticles/engine": "4.2.0", "react": ">=16.8.0", "react-dom": ">=16.8.0" } diff --git a/package.json b/package.json index 3666b505..7127bbb4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@radix-ui/react-collapsible": "^1.1.14", "@radix-ui/react-slot": "^1.2.3", "@tsparticles/engine": "^4.0.5", - "@tsparticles/react": "^4.1.0", + "@tsparticles/react": "^4.2.0", "@tsparticles/slim": "^4.1.0", "@vercel/analytics": "^1.5.0", "canvas-confetti": "^1.9.3",