From 4f50191611ee0f5b163548dc0f521ae05a035a88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 11:26:39 +0000 Subject: [PATCH] build(deps): bump react-modal from 3.11.2 to 3.14.2 Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.11.2 to 3.14.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.11.2...v3.14.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15ca977..ca6b47a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15032,12 +15032,12 @@ "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.14.2", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.2.tgz", + "integrity": "sha512-CYasEJanwneDsmvtx/fisXhgDxtt3I8jWTVX/tP9dM/J1NgDKU9lgjR9zuCCl33ub2jrTWhXyijCxCzYGN8sJg==", "requires": { "exenv": "^1.2.0", - "prop-types": "^15.5.10", + "prop-types": "^15.7.2", "react-lifecycles-compat": "^3.0.0", "warning": "^4.0.3" } diff --git a/package.json b/package.json index 813709e..8c8dc85 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^16.14.0", "react-dom": "^16.12.0", "react-helmet": "^6.1.0", - "react-modal": "^3.11.2" + "react-modal": "^3.14.2" }, "devDependencies": { "prettier": "2.1.1"