From e4dd9d59f69ba8cc2972f4c89f67d5c0d71517c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:14:14 +0000 Subject: [PATCH] chore(deps): bump react-modal from 3.14.4 to 3.15.1 (#260) Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.14.4 to 3.15.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.14.4...v3.15.1) --- updated-dependencies: - dependency-name: react-modal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8f954ce..b9c09c1e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-dom": "18.0.0", "react-hot-keys": "2.7.2", "react-icons": "^4.3.1", - "react-modal": "3.14.4", + "react-modal": "3.15.1", "react-sortable-hoc": "2.0.0", "react-toastify": "8.2.0" },