From 508b48caac00191040235477b464b2ba9855a212 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 13:17:06 +0000 Subject: [PATCH] Bump react-table from 7.0.4 to 7.6.3 Bumps [react-table](https://github.com/tannerlinsley/react-table) from 7.0.4 to 7.6.3. - [Release notes](https://github.com/tannerlinsley/react-table/releases) - [Changelog](https://github.com/tannerlinsley/react-table/blob/master/CHANGELOG.md) - [Commits](https://github.com/tannerlinsley/react-table/compare/v7.0.4...v7.6.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index db23ae1d9..ece1f0ca6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-router-dom": "5.1.2", "react-scripts": "3.4.1", "react-select": "3.1.0", - "react-table": "7.0.4", + "react-table": "7.6.3", "react-tagsinput": "3.19.0", "reactstrap": "5.0.0-alpha.4" }, diff --git a/yarn.lock b/yarn.lock index c0216f6aa..3ecc273a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1561,11 +1561,6 @@ resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.21.tgz#5264d12019ffb844dc1fc44d55517ded7b580ee2" integrity sha512-Wcu3CFJV+iiqPEIoPVx3/CYnZBRgPeRABo6bLJByRH9ptJXyObn7WYPG7Rv0cg3+55bqcBbG0xEfovzwE2PNXg== -"@scarf/scarf@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-0.1.5.tgz#fc4cc88294eca336eed9a91549180346de5e6946" - integrity sha512-Fx6atDc7JM1r0WkPCDhNetVZNp+DO21q/HGlomAKBG+k8vb1B8fg8Yige4oCf1P9OWTZWm5tM5i3jlXhrSbNOg== - "@svgr/babel-plugin-add-jsx-attribute@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1" @@ -9891,12 +9886,10 @@ react-select@3.1.0: react-input-autosize "^2.2.2" react-transition-group "^4.3.0" -react-table@7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.0.4.tgz#456838661982c83c3682f156c59a41b4339a2120" - integrity sha512-Uqpj+VnUIvsNWNtNFD1z2i7OCHdlhoJtQt0DWx3XOkZnvDyI/eCghK8YBfA9mY4TW7vEgCDLaRCcREC/fmcx6Q== - dependencies: - "@scarf/scarf" "^0.1.5" +react-table@7.6.3: + version "7.6.3" + resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.6.3.tgz#76434392b3f62344bdb704f5b227c2f29c1ffb14" + integrity sha512-hfPF13zDLxPMpLKzIKCE8RZud9T/XrRTsaCIf8zXpWZIZ2juCl7qrGpo3AQw9eAetXV5DP7s2GDm+hht7qq5Dw== react-tagsinput@3.19.0: version "3.19.0"