From 42be5cd419cb9057321cc8e3590ce825aedb37dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 15:23:31 -0700 Subject: [PATCH] build(deps): bump react-table from 7.6.3 to 7.7.0 in /htmlui (#1036) Bumps [react-table](https://github.com/tannerlinsley/react-table) from 7.6.3 to 7.7.0. - [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.6.3...v7.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- htmlui/package-lock.json | 6 +++--- htmlui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htmlui/package-lock.json b/htmlui/package-lock.json index 077e64ed3..46a5c9fd8 100644 --- a/htmlui/package-lock.json +++ b/htmlui/package-lock.json @@ -15350,9 +15350,9 @@ } }, "react-table": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.6.3.tgz", - "integrity": "sha512-hfPF13zDLxPMpLKzIKCE8RZud9T/XrRTsaCIf8zXpWZIZ2juCl7qrGpo3AQw9eAetXV5DP7s2GDm+hht7qq5Dw==" + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.7.0.tgz", + "integrity": "sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==" }, "react-test-renderer": { "version": "16.14.0", diff --git a/htmlui/package.json b/htmlui/package.json index a87f2b180..9ab89e452 100644 --- a/htmlui/package.json +++ b/htmlui/package.json @@ -18,7 +18,7 @@ "react-dom": "^16.14.0", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", - "react-table": "^7.6.3" + "react-table": "^7.7.0" }, "scripts": { "start": "react-scripts start",