From 8120961dfdb06a3ce938d26012ea5c3a217d6f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:43:41 +0000 Subject: [PATCH] chore(deps): bump @types/react-is from 16.7.4 to 16.7.5 Bumps [@types/react-is](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-is) from 16.7.4 to 16.7.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-is) --- updated-dependencies: - dependency-name: "@types/react-is" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index cfffc397..f643848e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4447,9 +4447,9 @@ "@types/react" "*" "@types/react-is@^16.7.1": - version "16.7.4" - resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-16.7.4.tgz#1e39a2c784548b4fec8770b45d97993855156a48" - integrity sha512-j2I6mK6HN9hu4NeQJkRRNru4WyVGeBQPeEHX15qchL5IjNqVLo3R/FVPxYfIjZOi+V31M4IR950KhUFeOPfIlQ== + version "16.7.5" + resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-16.7.5.tgz#cc72207e99d5d7f8861e8d75893cac3823b8471b" + integrity sha512-fcPxYqcx6uLZwl+SlcHs2C/3lU2+yM9paQiVokQW5Ux4ywpHRYsfDmraSRGec+5rw3xpXR3w7usvJAoKic6fyg== dependencies: "@types/react" "^16"