From 6487add34b6c84bcef5f055427f5ea75b4154ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:59:19 +0000 Subject: [PATCH] npm: bump react-tooltip from 5.26.4 to 5.28.0 in /src/main/web Bumps [react-tooltip](https://github.com/ReactTooltip/react-tooltip) from 5.26.4 to 5.28.0. - [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.28.0) --- 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..2811005f 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", @@ -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.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" @@ -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..0b49cf0e 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",