From bdd9f70dc09983e73d456adbbd959958e9bf37d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 02:17:48 +0000 Subject: [PATCH] Bump react-tooltip from 4.4.2 to 4.4.3 in /dashboard Bumps [react-tooltip](https://github.com/ReactTooltip/react-tooltip) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/ReactTooltip/react-tooltip/releases) - [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactTooltip/react-tooltip/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: react-tooltip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 2309b036419..52a63bfdb73 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -59,7 +59,7 @@ "react-redux": "^7.2.9", "react-router-dom": "^5.3.0", "react-router-hash-link": "^2.4.3", - "react-tooltip": "^4.4.2", + "react-tooltip": "^4.4.3", "react-transition-group": "^4.4.5", "redux": "^4.2.0", "redux-devtools-extension": "^2.13.9", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 7cc4bb093e1..1276fa9ae45 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -11252,10 +11252,10 @@ react-test-renderer@^17.0.0, react-test-renderer@^17.0.2: react-shallow-renderer "^16.13.1" scheduler "^0.20.2" -react-tooltip@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.4.2.tgz#e81659b07bc9f08081b12366aecb389a9d8fc424" - integrity sha512-VncdQWS6wfTZK/J1xW9PLCfKwmeNcxDGZ6mC8ZE7V3UUyNRw/ZpzcqQZm84WWKptAiBwyKL0PgCRrKJk3N440Q== +react-tooltip@^4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.4.3.tgz#44cbb6c8bdb3281c2819d16c92e3c419ebd98582" + integrity sha512-l7/TDBwq3JtuLBtq6FvIs7wsqcHjvoHFT8AvNGpf0JhHwzh+ZhCDN25wM/+gxelj8i1ngw/ULFv53XRQ/wCMzQ== dependencies: prop-types "^15.8.1" uuid "^7.0.3"