From 5dda4828c6ce936463debaa172cd94aabc923922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:24:24 -0800 Subject: [PATCH] Bump react-modal from 3.16.1 to 3.16.3 (#4924) Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.16.1 to 3.16.3. - [Release notes](https://github.com/reactjs/react-modal/releases) - [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactjs/react-modal/compare/v3.16.1...v3.16.3) --- updated-dependencies: - dependency-name: react-modal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f0acf33ee0..1a5400cd44 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-hot-toast": "^2.4.1", "react-hotkeys-hook": "^4.6.1", "react-json-view": "^1.21.3", - "react-modal": "^3.16.1", + "react-modal": "^3.16.3", "react-modal-promise": "^1.0.2", "react-router-dom": "^6.28.0", "sketch-helpers": "^0.0.4", diff --git a/yarn.lock b/yarn.lock index a556d28406..79d51c73fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7850,10 +7850,10 @@ react-modal-promise@^1.0.2: resolved "https://registry.yarnpkg.com/react-modal-promise/-/react-modal-promise-1.0.2.tgz#122620b7f19eec73683affadfa77c543d88edc40" integrity sha512-dqT618ROhG8qh1+O6EZkia5ELw3zaZWGpMX2YfEH4bgwYENPuFonqKw1W70LFx3K/SCZvVBcD6UYEI12yzYXzg== -react-modal@^3.16.1: - version "3.16.1" - resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.1.tgz#34018528fc206561b1a5467fc3beeaddafb39b2b" - integrity sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg== +react-modal@^3.16.3: + version "3.16.3" + resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.3.tgz#c412d41915782e3c261253435d01468e2439b11b" + integrity sha512-yCYRJB5YkeQDQlTt17WGAgFJ7jr2QYcWa1SHqZ3PluDmnKJ/7+tVU+E6uKyZ0nODaeEj+xCpK4LcSnKXLMC0Nw== dependencies: exenv "^1.2.0" prop-types "^15.7.2"