From 0b40cd96325320a212da72c9c69a47b77424d818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:07:54 +0000 Subject: [PATCH] chore: bump @tsparticles/engine from 4.1.0 to 4.1.2 Bumps [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/HEAD/engine) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/tsparticles/tsparticles/releases) - [Changelog](https://github.com/tsparticles/tsparticles/blob/main/engine/CHANGELOG.md) - [Commits](https://github.com/tsparticles/tsparticles/commits/v4.1.2/engine) --- updated-dependencies: - dependency-name: "@tsparticles/engine" dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 52 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f552074..045d01c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-slot": "^1.2.3", - "@tsparticles/engine": "^4.0.5", + "@tsparticles/engine": "^4.1.2", "@tsparticles/react": "^4.1.0", "@tsparticles/slim": "^4.1.0", "@vercel/analytics": "^1.5.0", @@ -6981,6 +6981,28 @@ "@tsparticles/updater-size": "4.1.0" } }, + "node_modules/@tsparticles/basic/node_modules/@tsparticles/engine": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-4.1.0.tgz", + "integrity": "sha512-CHjqmV1DWi33B16U7QMKWITx2Eh+4ELtNo7MRDAXAcCNJUryRk3zFBy3jxBV2aPO9jIdt9n2AYiokF4uv8LWuA==", + "deprecated": "Please update to version 4.1.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "hasInstallScript": true, + "license": "MIT" + }, "node_modules/@tsparticles/canvas-utils": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@tsparticles/canvas-utils/-/canvas-utils-4.1.0.tgz", @@ -7005,9 +7027,9 @@ } }, "node_modules/@tsparticles/engine": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-4.1.0.tgz", - "integrity": "sha512-CHjqmV1DWi33B16U7QMKWITx2Eh+4ELtNo7MRDAXAcCNJUryRk3zFBy3jxBV2aPO9jIdt9n2AYiokF4uv8LWuA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-4.1.2.tgz", + "integrity": "sha512-qrV7SO1q114Lm2fRLtRVVWn3+TCkdlSvID/vvSCU+CfQvGmlcm+6djb8RE8c5G2FtuIgNFPukP/6d0lhvEkwDA==", "funding": [ { "type": "github", @@ -7430,6 +7452,28 @@ "@tsparticles/updater-rotate": "4.1.0" } }, + "node_modules/@tsparticles/slim/node_modules/@tsparticles/engine": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-4.1.0.tgz", + "integrity": "sha512-CHjqmV1DWi33B16U7QMKWITx2Eh+4ELtNo7MRDAXAcCNJUryRk3zFBy3jxBV2aPO9jIdt9n2AYiokF4uv8LWuA==", + "deprecated": "Please update to version 4.1.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "hasInstallScript": true, + "license": "MIT" + }, "node_modules/@tsparticles/updater-life": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@tsparticles/updater-life/-/updater-life-4.1.0.tgz", diff --git a/package.json b/package.json index 12dbeb25..17f11a9a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-slot": "^1.2.3", - "@tsparticles/engine": "^4.0.5", + "@tsparticles/engine": "^4.1.2", "@tsparticles/react": "^4.1.0", "@tsparticles/slim": "^4.1.0", "@vercel/analytics": "^1.5.0",