From d559769c85c480ea52b58cb942a01d8d0ff9736d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:59:38 +0000 Subject: [PATCH] build(deps): 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-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..0b9b4fb 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.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 813709e..342d5cc 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.13.1" }, "devDependencies": { "prettier": "2.1.1"