From b227b4e995b1f02a8ea2c70e8fad659fdb042b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 15:17:34 +0000 Subject: [PATCH] build(deps): bump @types/react-tabs from 2.3.2 to 2.3.4 Bumps [@types/react-tabs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-tabs) from 2.3.2 to 2.3.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-tabs) --- updated-dependencies: - dependency-name: "@types/react-tabs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 988a25746c..245316392b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6758,9 +6758,9 @@ } }, "@types/react-tabs": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@types/react-tabs/-/react-tabs-2.3.2.tgz", - "integrity": "sha512-QfMelaJSdMcp+CenKhATp12XFFqqUcLXILgwpX3dgWfVYNZPtsLXZDDCRsVn+kwmBOWB+DFPKpQorxbUhnXINw==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/react-tabs/-/react-tabs-2.3.4.tgz", + "integrity": "sha512-HQzhKW+RF/7h14APw/2cu4Nnt+GmsTvfBKbFdn/NbYpb8Q+iB65wIkPHz4VRKDxWtOpNFpOUtzt5r0LRmQMfOA==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index 486ef1e07c..7544395651 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@storybook/addons": "^6.2.9", "@storybook/builder-webpack5": "^6.2.9", "@storybook/react": "^6.2.9", - "@types/react-tabs": "2.3.2", + "@types/react-tabs": "2.3.4", "babel-preset-react-app": "^10.0.0", "classnames": "^2.2.6", "color": "^3.1.2",