From 1ccda5fd8690f62dbe0b139c60e64721fa0c88e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:19:56 +0800 Subject: [PATCH] chore(deps-dev): bump react-highlight-words from 0.20.0 to 0.21.0 (#52385) Bumps [react-highlight-words](https://github.com/bvaughn/react-highlight-words) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/bvaughn/react-highlight-words/releases) - [Commits](https://github.com/bvaughn/react-highlight-words/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: react-highlight-words dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54dd2e7cb8..42f243e77d 100644 --- a/package.json +++ b/package.json @@ -293,7 +293,7 @@ "react-dom": "^19.0.0", "react-draggable": "^4.4.6", "react-fast-marquee": "^1.6.5", - "react-highlight-words": "^0.20.0", + "react-highlight-words": "^0.21.0", "react-icons": "^5.4.0", "react-infinite-scroll-component": "^6.1.0", "react-intersection-observer": "^9.13.1",