From c98b1f2fea4a087a6075f78105d8d97e79e8ff9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:34:38 +0000 Subject: [PATCH] chore: bump @tsparticles/engine from 4.1.0 to 4.1.3 Bumps [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/HEAD/engine) from 4.1.0 to 4.1.3. - [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.3/engine) --- updated-dependencies: - dependency-name: "@tsparticles/engine" dependency-version: 4.1.3 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 b8057a88..17c80368 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.3", "@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.3", + "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-4.1.3.tgz", + "integrity": "sha512-AtecYuW/YHeLvPRwehbqsEEToRaeGPVet7uWC0Fbc0nXiaH0xp7ht2XBS7WmQsj7kbGB2WQ15e3Gj+ZlNKCczQ==", "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 31b340e6..d918de2c 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.3", "@tsparticles/react": "^4.1.0", "@tsparticles/slim": "^4.1.0", "@vercel/analytics": "^1.5.0",