diff --git a/client/package-lock.json b/client/package-lock.json index d2550868f7..f8da1b6c9f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22639,9 +22639,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.13", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.13.tgz", + "integrity": "sha512-iAZ02wSxChLWb7Vnu0zeQMyAo/jiGHrwFNILWaR3pCKaFVRjKcv/B6TBI4+Xd66xLXVzLngwJ91Tf5D+mqAqVA==", "requires": { "prop-types": "^15.7.2", "uuid": "^7.0.3" diff --git a/client/package.json b/client/package.json index 369f578ec4..b4338c5ab9 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.13", "react-transition-group": "^4.4.1", "react-youtube": "^7.13.0", "redux": "^4.0.4",