From c77c4cd02a88fffdb0fb7b96224d5546ab8efb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 04:37:53 +0000 Subject: [PATCH] chore(deps): bump react-modal from 3.16.1 to 3.16.3 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] --- 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 1c79510cab3..d1c5299ad3e 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", @@ -25532,21 +25532,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 02b6bf4e0c7..88e71830e7d 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",