diff --git a/src/main/web/package-lock.json b/src/main/web/package-lock.json index 7c60e1a3..3ee1abd5 100644 --- a/src/main/web/package-lock.json +++ b/src/main/web/package-lock.json @@ -61,7 +61,7 @@ "react-share": "^5.1.0", "react-share-social": "^0.1.58", "react-test-renderer": "^18.3.1", - "react-tooltip": "^5.26.4", + "react-tooltip": "^5.28.0", "styled-components": "^6.1.11", "typescript": "^4.9.5", "web-vitals": "^3.5.2", @@ -21471,9 +21471,9 @@ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" }, "node_modules/react-tooltip": { - "version": "5.26.4", - "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.26.4.tgz", - "integrity": "sha512-5WyDrsfw1+6qNVSr3IjqElqJ+cCwE8+44b+HpJ8qRLv7v0a3mcKf8wvv+NfgALFS6QpksGFqTLV2JQ60c+okZQ==", + "version": "5.28.0", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.28.0.tgz", + "integrity": "sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==", "dependencies": { "@floating-ui/dom": "^1.6.1", "classnames": "^2.3.0" diff --git a/src/main/web/package.json b/src/main/web/package.json index 4101a8e3..41f56252 100644 --- a/src/main/web/package.json +++ b/src/main/web/package.json @@ -57,7 +57,7 @@ "react-share": "^5.1.0", "react-share-social": "^0.1.58", "react-test-renderer": "^18.3.1", - "react-tooltip": "^5.26.4", + "react-tooltip": "^5.28.0", "styled-components": "^6.1.11", "typescript": "^4.9.5", "web-vitals": "^3.5.2",