From 1df0a7b32f1204df776e59b44606145988cbd84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:52:56 +0000 Subject: [PATCH] chore(deps): bump react-modal from 3.16.1 to 3.16.2 Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.16.1 to 3.16.2. - [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.2) --- updated-dependencies: - dependency-name: react-modal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f6c13924b2f7..b94273d55c02 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "prism-svelte": "^0.5.0", "prismjs": "^1.29.0", "react-markdown": "^9.0.1", - "react-modal": "^3.16.1", + "react-modal": "^3.16.2", "read-chunk": "^5.0.0", "rehype-format": "^5.0.1", "rehype-parse": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index c306f99ef8a2..2bd9afd0861f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12723,10 +12723,10 @@ react-markdown@^9.0.1: unist-util-visit "^5.0.0" vfile "^6.0.0" -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.2: + version "3.16.2" + resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.2.tgz#8a6e7cf329a7284212dff5926ca203e1d3751e3e" + integrity sha512-pTV7MC9/1UJ0BokLos19SAzshF57a6tpTqeJ5ZP6K8tKAOhbj8WwaOZVMvrbhqhLjdyojS3JIMuFcpqPW5ZNaw== dependencies: exenv "^1.2.0" prop-types "^15.7.2"