From 2d14f8c1a4277d8a6f95d1ffa9ef5cdc1c344fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:51:06 +0000 Subject: [PATCH] chore(deps): bump react-tooltip from 4.2.11 to 4.2.15 in /client Bumps [react-tooltip](https://github.com/wwayne/react-tooltip) from 4.2.11 to 4.2.15. - [Release notes](https://github.com/wwayne/react-tooltip/releases) - [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md) - [Commits](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.15) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 024405e643870a..f68503f418e1f6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22004,9 +22004,9 @@ } }, "react-tooltip": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.11.tgz", - "integrity": "sha512-exREte3mK/qbeuQpFbEL3ImdF5/TSAb+x/T7pkVfKmgVcfQLZKHSgLN+Msv7ZOHxaWNJwuCrSsCAy/iTGoPigg==", + "version": "4.2.15", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.15.tgz", + "integrity": "sha512-xmVWi6N1qsrACiAquv28jhQ10igFbQX0Xk5rjSjgUPi9BAf8lCFhYpdFXe6NrEeuPrM7hdZkePa3eS2SrIRxIw==", "requires": { "prop-types": "^15.7.2", "uuid": "^7.0.3" diff --git a/client/package.json b/client/package.json index e67449f7f5ca5a..b5cf377f89d888 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,7 @@ "react-responsive": "^6.1.1", "react-spinkit": "^3.0.0", "react-stripe-elements": "^2.0.3", - "react-tooltip": "^4.2.11", + "react-tooltip": "^4.2.15", "react-transition-group": "^4.4.1", "react-youtube": "^7.13.0", "redux": "^4.0.4",