From 5c3b7b1d8423e7547d6e29d389e09622e9039eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:34:44 +0000 Subject: [PATCH] chore: bump styled-components from 6.4.1 to 6.4.2 Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.4.1...styled-components@6.4.2) --- updated-dependencies: - dependency-name: styled-components dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 400d303b..38b35a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", - "styled-components": "^6.4.1", + "styled-components": "^6.4.2", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.2.8", "vanilla-tilt": "^1.8.1" @@ -8095,6 +8095,15 @@ "hasInstallScript": true, "license": "MIT" }, + "node_modules/@tsparticles/basic/node_modules/@tsparticles/plugin-blend": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@tsparticles/plugin-blend/-/plugin-blend-4.0.4.tgz", + "integrity": "sha512-XY0AvvESoXQS6pVJD7kez8oORzfbI4hzlqCMTPwCsiWFP3f7uUnQyz+3R1KLC33jqZQhpzalFf9G0wTj2Egr3Q==", + "license": "MIT", + "peerDependencies": { + "@tsparticles/engine": "4.0.4" + } + }, "node_modules/@tsparticles/basic/node_modules/@tsparticles/plugin-hex-color": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@tsparticles/plugin-hex-color/-/plugin-hex-color-4.0.4.tgz", @@ -25355,9 +25364,9 @@ } }, "node_modules/styled-components": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.4.1.tgz", - "integrity": "sha512-ADu2dF53esUzzM4I0ewxhxFtsDd6v4V6dNkg3vG0iFKhnt06sJneTZnRvujAosZwW0XD58IKgGMQoqri4wHRqg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.4.2.tgz", + "integrity": "sha512-xZBhBJsMtGqb+aKcwKgaT+BtuFums9VynX2JRvXJGTx5UfZzN12rk5r4nVdhXYvRw+hE7yiYxVrOqJZaK2+Txg==", "license": "MIT", "dependencies": { "@emotion/is-prop-valid": "1.4.0", diff --git a/package.json b/package.json index 5ee3e98e..1abf0467 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", - "styled-components": "^6.4.1", + "styled-components": "^6.4.2", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.2.8", "vanilla-tilt": "^1.8.1"