From 62bbf771e06ed2440757d912fb5b3d70630315cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:52:15 +0000 Subject: [PATCH] build(deps): bump clsx from 1.2.1 to 2.1.0 Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.1.0. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v1.2.1...v2.1.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e6e7129177..122f82527c1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@docusaurus/theme-mermaid": "^3.0.1", "@easyops-cn/docusaurus-search-local": "^0.40.0", "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "docusaurus-plugin-sass": "^0.2.5", "hast-util-is-element": "3.0.0", "prism-react-renderer": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index bd41c7a9d65..6858ed092cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3725,10 +3725,10 @@ clsx@^1.1.1: version "1.2.1" resolved "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz" -clsx@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b" - integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q== +clsx@^2.0.0, clsx@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.0.tgz#e851283bcb5c80ee7608db18487433f7b23f77cb" + integrity sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg== collapse-white-space@^2.0.0: version "2.1.0"