From d6bc3416d5e97e7f810686cf8c907c8f86f890d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:37:17 +0000 Subject: [PATCH] npm: bump react-tooltip from 5.26.4 to 5.27.1 in /src/main/web Bumps [react-tooltip](https://github.com/ReactTooltip/react-tooltip) from 5.26.4 to 5.27.1. - [Release notes](https://github.com/ReactTooltip/react-tooltip/releases) - [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactTooltip/react-tooltip/compare/v5.26.4...v5.27.1) --- updated-dependencies: - dependency-name: react-tooltip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/main/web/package-lock.json | 10 +++++----- src/main/web/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",