diff --git a/client/package-lock.json b/client/package-lock.json index 024405e643870a..5af7e7dbb7aecb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22004,14 +22004,24 @@ } }, "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.5.1", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.1.tgz", + "integrity": "sha512-Zo+CSFUGXar1uV+bgXFFDe7VeS2iByeIp5rTgTcc2HqtuOS5D76QapejNNfx320MCY91TlhTQat36KGFTqgcvw==", "requires": { - "prop-types": "^15.7.2", + "prop-types": "^15.8.1", "uuid": "^7.0.3" }, "dependencies": { + "prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, "uuid": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", diff --git a/client/package.json b/client/package.json index e67449f7f5ca5a..1ccfdd2b4a96ae 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.5.1", "react-transition-group": "^4.4.1", "react-youtube": "^7.13.0", "redux": "^4.0.4",