From 685ad5cebc6b0141db7f3c800a595fc846795de4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 11:30:02 +0000 Subject: [PATCH] build(deps): bump react-modal from 3.11.2 to 3.12.1 Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.11.2 to 3.12.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.12.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15ca977..5b72b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15032,9 +15032,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.12.1", + "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.12.1.tgz", + "integrity": "sha512-WGuXn7Fq31PbFJwtWmOk+jFtGC7E9tJVbFX0lts8ZoS5EPi9+WWylUJWLKKVm3H4GlQ7ZxY7R6tLlbSIBQ5oZA==", "requires": { "exenv": "^1.2.0", "prop-types": "^15.5.10", diff --git a/package.json b/package.json index 813709e..8e0007a 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.12.1" }, "devDependencies": { "prettier": "2.1.1"