diff --git a/src/main/web/package-lock.json b/src/main/web/package-lock.json index ee289389..ebcc409b 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.27.1", "styled-components": "^6.1.11", "typescript": "^4.9.5", "web-vitals": "^3.5.2", @@ -21518,9 +21518,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.27.1", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.27.1.tgz", + "integrity": "sha512-a+micPXcMOMt11CYlwJD4XShcqGziasHco4NPe1OFw298WBTILMyzUgNC1LAFViAe791JdHNVSJIpzhZm2MvDA==", "dependencies": { "@floating-ui/dom": "^1.6.1", "classnames": "^2.3.0" @@ -25203,4 +25203,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/main/web/package.json b/src/main/web/package.json index c4e7535d..23b9c159 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.27.1", "styled-components": "^6.1.11", "typescript": "^4.9.5", "web-vitals": "^3.5.2",