From 4ed6bd59e2431bcb2786a67b2f6daede99efd3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:29:54 +0000 Subject: [PATCH] :arrow_up: Bump clsx from 2.1.0 to 2.1.1 in /website Bumps [clsx](https://github.com/lukeed/clsx) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index eb74222b54..c96d3b9031 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@loadable/component": "^5.16.3", "@mdx-js/react": "^3.0.0", "animate.css": "^4.1.1", - "clsx": "2.1.0", + "clsx": "2.1.1", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", "feather-icons": "^4.29.1", @@ -5401,9 +5401,9 @@ } }, "node_modules/clsx": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", - "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", "engines": { "node": ">=6" } diff --git a/website/package.json b/website/package.json index 9ac5ac9f96..fd5885a92f 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@loadable/component": "^5.16.3", "@mdx-js/react": "^3.0.0", "animate.css": "^4.1.1", - "clsx": "2.1.0", + "clsx": "2.1.1", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", "feather-icons": "^4.29.1",