From 831a0ded072bb1b6dde76c8450a926c1c2c3ce90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 19:23:48 +0000 Subject: [PATCH] fix: upgrade clsx from 2.0.0 to 2.1.0 Snyk has created this PR to upgrade clsx from 2.0.0 to 2.1.0. See this package in npm: https://www.npmjs.com/package/clsx See this project in Snyk: https://app.snyk.io/org/gabber235/project/3223518d-11b0-43a9-8071-60a88cfb3ce7?utm_source=github&utm_medium=referral&page=upgrade-pr --- documentation/package-lock.json | 8 ++++---- documentation/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 6eb8626332..1500046b02 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -12,7 +12,7 @@ "@docusaurus/preset-classic": "^3.0.1", "@mdx-js/react": "^3.0.0", "@rive-app/react-canvas": "^4.7.0", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "prism-react-renderer": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -4933,9 +4933,9 @@ } }, "node_modules/clsx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", - "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", "engines": { "node": ">=6" } diff --git a/documentation/package.json b/documentation/package.json index 5a113199ec..2e0b07e377 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -19,7 +19,7 @@ "@docusaurus/preset-classic": "^3.0.1", "@mdx-js/react": "^3.0.0", "@rive-app/react-canvas": "^4.7.0", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "prism-react-renderer": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0",