From 3c9dd3bbd093168ac5b793482fc3aa264628ffb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:03:39 +0000 Subject: [PATCH] Bump react-tabs from 5.1.0 to 6.0.0 (#1838) Bumps [react-tabs](https://github.com/reactjs/react-tabs) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/reactjs/react-tabs/releases) - [Commits](https://github.com/reactjs/react-tabs/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: react-tabs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 675f19dcf..ae9a19df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-paginate": "^8.1.4", "react-select": "^5.7.0", "react-spring": "^9.5.5", - "react-tabs": "^5.1.0", + "react-tabs": "^6.0.0", "react-toastify": "^9.1.1", "remark": "^14.0.2", "remark-gfm": "^3.0.1", @@ -39758,9 +39758,9 @@ } }, "node_modules/react-tabs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-5.1.0.tgz", - "integrity": "sha512-jsPVEPuhG7JljTo8Q4ujz4UKRpG90nHlDClAdvV5KrLxCHU+MT/kg7dmhq8fDv8+frciDtaYeFFlTVRLm4N5AQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.0.tgz", + "integrity": "sha512-8jKLKrlwxmn5/+xsa76yi27ZdB8E/WhlhQZw739O5UlOeUGtVoVeWnpqIewv/KbjTw7gQf/uA51zWUNt4IVygQ==", "dependencies": { "clsx": "^1.1.0", "prop-types": "^15.5.0" @@ -77803,9 +77803,9 @@ } }, "react-tabs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-5.1.0.tgz", - "integrity": "sha512-jsPVEPuhG7JljTo8Q4ujz4UKRpG90nHlDClAdvV5KrLxCHU+MT/kg7dmhq8fDv8+frciDtaYeFFlTVRLm4N5AQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.0.tgz", + "integrity": "sha512-8jKLKrlwxmn5/+xsa76yi27ZdB8E/WhlhQZw739O5UlOeUGtVoVeWnpqIewv/KbjTw7gQf/uA51zWUNt4IVygQ==", "requires": { "clsx": "^1.1.0", "prop-types": "^15.5.0" diff --git a/package.json b/package.json index 04d5550ab..2b48676ad 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-paginate": "^8.1.4", "react-select": "^5.7.0", "react-spring": "^9.5.5", - "react-tabs": "^5.1.0", + "react-tabs": "^6.0.0", "react-toastify": "^9.1.1", "remark": "^14.0.2", "remark-gfm": "^3.0.1",