From c987d1e070dc4f412a612544833cf96a7fe68f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:10:23 +0000 Subject: [PATCH] chore(deps): bump react-modal from 3.15.1 to 3.16.1 (#309) Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.15.1 to 3.16.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.15.1...v3.16.1) --- updated-dependencies: - dependency-name: react-modal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 a77438c4..5b0f84d8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-dom": "18.2.0", "react-hot-keys": "2.7.2", "react-icons": "^4.3.1", - "react-modal": "3.15.1", + "react-modal": "3.16.1", "react-sortable-hoc": "2.0.0", "react-toastify": "9.0.8" },