From 87c92ad090f262a2e7ecf61ebb3ba8706153b88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:05:04 -0800 Subject: [PATCH] chore(deps): bump react-modal from 3.16.1 to 3.16.3 (#1862) 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-lock.json | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c0d6501267..e1ffcabb766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-alert": "^7.0.3", "react-dom": "^18.0.0", "react-dropdown-select": "^4.11.2", - "react-modal": "^3.16.1", + "react-modal": "^3.16.3", "react-player": "^2.13.0", "react-tippy": "^1.4.0", "remark-codesandbox": "^0.10.1", @@ -25533,21 +25533,19 @@ } }, "node_modules/react-modal": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.16.1.tgz", - "integrity": "sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.16.3.tgz", + "integrity": "sha512-yCYRJB5YkeQDQlTt17WGAgFJ7jr2QYcWa1SHqZ3PluDmnKJ/7+tVU+E6uKyZ0nODaeEj+xCpK4LcSnKXLMC0Nw==", + "license": "MIT", "dependencies": { "exenv": "^1.2.0", "prop-types": "^15.7.2", "react-lifecycles-compat": "^3.0.0", "warning": "^4.0.3" }, - "engines": { - "node": ">=8" - }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18", - "react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18" + "react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 || ^19", + "react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 || ^19" } }, "node_modules/react-player": { diff --git a/package.json b/package.json index 8fcfeb30941..1d6a6bf08f9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-alert": "^7.0.3", "react-dom": "^18.0.0", "react-dropdown-select": "^4.11.2", - "react-modal": "^3.16.1", + "react-modal": "^3.16.3", "react-player": "^2.13.0", "react-tippy": "^1.4.0", "remark-codesandbox": "^0.10.1",