From 9933f30c25a4352cdf7d41ccabc367355cde26ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 07:04:58 -0700 Subject: [PATCH] chore(deps): bump react-table and @types/react-table (#5484) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 41ad15db1..5a6869faa 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "react-merge-refs": "^2.0.2", "react-portal": "^4.2.2", "react-router-dom": "^5.2.0", - "react-table": "^7.7.0", + "react-table": "^7.8.0", "react-virtualized-auto-sizer": "^1.0.17", "react-waypoint": "^10.3.0", "react-window": "^1.8.7", @@ -274,7 +274,7 @@ "@types/react-helmet": "^6.1.6", "@types/react-portal": "^4.0.4", "@types/react-router-dom": "^5.3.2", - "@types/react-table": "^7.7.9", + "@types/react-table": "^7.7.14", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "@types/redis-info": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 7342d4a06..f7d207291 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3283,10 +3283,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react-table@^7.7.9": - version "7.7.9" - resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.7.9.tgz#ea82875775fc6ee71a28408dcc039396ae067c92" - integrity sha512-ejP/J20Zlj9VmuLh73YgYkW2xOSFTW39G43rPH93M4mYWdMmqv66lCCr+axZpkdtlNLGjvMG2CwzT4S6abaeGQ== +"@types/react-table@^7.7.14": + version "7.7.14" + resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.7.14.tgz#b880f1ae140ed065bca2e21b3008ca1ebe71595a" + integrity sha512-TYrv7onCiakaG1uAu/UpQ9FojNEt/4/ht87EgJQaEGFoWV606ZLWUZAcUHzMxgc3v1mywP1cDyz3qB4ho3hWOw== dependencies: "@types/react" "*" @@ -11073,10 +11073,10 @@ react-style-singleton@^2.2.1: invariant "^2.2.4" tslib "^2.0.0" -react-table@^7.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.7.0.tgz#e2ce14d7fe3a559f7444e9ecfe8231ea8373f912" - integrity sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA== +react-table@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2" + integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA== react-test-renderer@^16.0.0-0: version "16.14.0"