From a8bce2f436474588046f5548465bb2ba85982367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:19:35 +0000 Subject: [PATCH] Bump react-tabs from 6.0.0 to 6.0.2 Bumps [react-tabs](https://github.com/reactjs/react-tabs) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/reactjs/react-tabs/releases) - [Commits](https://github.com/reactjs/react-tabs/compare/v6.0.0...v6.0.2) --- updated-dependencies: - dependency-name: react-tabs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16b2c90..64c456e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "react-dom": "^18.2.0", "react-select": "^5.7.2", "react-switch": "^7.0.0", - "react-tabs": "^6.0.0" + "react-tabs": "^6.0.2" }, "devDependencies": { "@types/firefox-webext-browser": "^111.0.1", @@ -1592,9 +1592,9 @@ } }, "node_modules/clsx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", + "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", "engines": { "node": ">=6" } @@ -3323,11 +3323,11 @@ } }, "node_modules/react-tabs": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.0.tgz", - "integrity": "sha512-8jKLKrlwxmn5/+xsa76yi27ZdB8E/WhlhQZw739O5UlOeUGtVoVeWnpqIewv/KbjTw7gQf/uA51zWUNt4IVygQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.2.tgz", + "integrity": "sha512-aQXTKolnM28k3KguGDBSAbJvcowOQr23A+CUJdzJtOSDOtTwzEaJA+1U4KwhNL9+Obe+jFS7geuvA7ICQPXOnQ==", "dependencies": { - "clsx": "^1.1.0", + "clsx": "^2.0.0", "prop-types": "^15.5.0" }, "peerDependencies": { @@ -5278,9 +5278,9 @@ } }, "clsx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", + "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==" }, "color-convert": { "version": "2.0.1", @@ -6561,11 +6561,11 @@ } }, "react-tabs": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.0.tgz", - "integrity": "sha512-8jKLKrlwxmn5/+xsa76yi27ZdB8E/WhlhQZw739O5UlOeUGtVoVeWnpqIewv/KbjTw7gQf/uA51zWUNt4IVygQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.2.tgz", + "integrity": "sha512-aQXTKolnM28k3KguGDBSAbJvcowOQr23A+CUJdzJtOSDOtTwzEaJA+1U4KwhNL9+Obe+jFS7geuvA7ICQPXOnQ==", "requires": { - "clsx": "^1.1.0", + "clsx": "^2.0.0", "prop-types": "^15.5.0" } }, diff --git a/package.json b/package.json index dafaa1b..1da54ff 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "react-dom": "^18.2.0", "react-select": "^5.7.2", "react-switch": "^7.0.0", - "react-tabs": "^6.0.0" + "react-tabs": "^6.0.2" }, "scripts": { "start": "web-ext run --source-dir ./dist/",