From 76f8f659c907782c8b9118d864107ccaea7b2cdd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 11:23:58 +0000 Subject: [PATCH] build(deps): bump react-modal from 3.11.2 to 3.14.3 Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.11.2 to 3.14.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.11.2...v3.14.3) 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..a209a07 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.3", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.3.tgz", + "integrity": "sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g==", "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..14bf3e8 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.3" }, "devDependencies": { "prettier": "2.1.1"