From 952f459e7075f526dfb86e89c7a505f669a0ea20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 20:56:43 +0530 Subject: [PATCH] Bump react-modal from 3.14.3 to 3.14.4 (#292) Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.14.3 to 3.14.4. - [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.14.3...v3.14.4) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37484d62..5bce45ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-autosize-textarea": "^7.1.0", "react-dom": "^17.0.2", "react-google-recaptcha": "^2.1.0", - "react-modal": "^3.13.1", + "react-modal": "^3.14.4", "sanitize-html": "^2.5.3", "tippy.js": "^6.3.1", "twemoji": "^13.1.0" @@ -12862,9 +12862,9 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-modal": { - "version": "3.14.3", - "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.3.tgz", - "integrity": "sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g==", + "version": "3.14.4", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.4.tgz", + "integrity": "sha512-8surmulejafYCH9wfUmFyj4UfbSJwjcgbS9gf3oOItu4Hwd6ivJyVBETI0yHRhpJKCLZMUtnhzk76wXTsNL6Qg==", "dependencies": { "exenv": "^1.2.0", "prop-types": "^15.7.2", @@ -25731,9 +25731,9 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "react-modal": { - "version": "3.14.3", - "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.3.tgz", - "integrity": "sha512-+C2KODVKyu20zHXPJxfOOcf571L1u/EpFlH+oS/3YDn8rgVE51QZuxuuIwabJ8ZFnOEHaD+r6XNjqwtxZnXO0g==", + "version": "3.14.4", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.14.4.tgz", + "integrity": "sha512-8surmulejafYCH9wfUmFyj4UfbSJwjcgbS9gf3oOItu4Hwd6ivJyVBETI0yHRhpJKCLZMUtnhzk76wXTsNL6Qg==", "requires": { "exenv": "^1.2.0", "prop-types": "^15.7.2", diff --git a/package.json b/package.json index 771d35d1..eb15ca07 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-autosize-textarea": "^7.1.0", "react-dom": "^17.0.2", "react-google-recaptcha": "^2.1.0", - "react-modal": "^3.13.1", + "react-modal": "^3.14.4", "sanitize-html": "^2.5.3", "tippy.js": "^6.3.1", "twemoji": "^13.1.0"