From 72204d5a6479f18cae8f854ad3363a972b6dd282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:36:51 +0000 Subject: [PATCH] Bump react-modal from 3.11.2 to 3.13.1 Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.11.2 to 3.13.1. - [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.11.2...v3.13.1) Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9b157ef..470e035a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "react-document-title": "^2.0.3", "react-dom": "^16.13.1", "react-intl": "^5.8.0", - "react-modal": "^3.11.2", + "react-modal": "^3.13.1", "react-motion": "^0.5.2", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0", @@ -19148,14 +19148,21 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-modal": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.11.2.tgz", - "integrity": "sha512-o8gvvCOFaG1T7W6JUvsYjRjMVToLZgLIsi5kdhFIQCtHxDkA47LznX62j+l6YQkpXDbvQegsDyxe/+JJsFQN7w==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.13.1.tgz", + "integrity": "sha512-m6yXK7I4YKssQnsjHK7xITSXy2O81BSOHOsg0/uWAsdKtuT9HF2tdoYhRuxNNQg2V+LgepsoHUPJKS8m6no+eg==", "dependencies": { "exenv": "^1.2.0", "prop-types": "^15.5.10", "react-lifecycles-compat": "^3.0.0", "warning": "^4.0.3" + }, + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "react": "^0.14.0 || ^15.0.0 || ^16 || ^17", + "react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17" } }, "node_modules/react-motion": { @@ -43283,9 +43290,9 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "react-modal": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.11.2.tgz", - "integrity": "sha512-o8gvvCOFaG1T7W6JUvsYjRjMVToLZgLIsi5kdhFIQCtHxDkA47LznX62j+l6YQkpXDbvQegsDyxe/+JJsFQN7w==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.13.1.tgz", + "integrity": "sha512-m6yXK7I4YKssQnsjHK7xITSXy2O81BSOHOsg0/uWAsdKtuT9HF2tdoYhRuxNNQg2V+LgepsoHUPJKS8m6no+eg==", "requires": { "exenv": "^1.2.0", "prop-types": "^15.5.10", diff --git a/package.json b/package.json index 0185f1fd..75ddb439 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "react-document-title": "^2.0.3", "react-dom": "^16.13.1", "react-intl": "^5.8.0", - "react-modal": "^3.11.2", + "react-modal": "^3.13.1", "react-motion": "^0.5.2", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0",