From 26ff5c68caf2fb893965d241b413a7bfd392ed69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 06:16:19 +0000 Subject: [PATCH] Bump react-responsive-modal from 5.0.2 to 5.0.3 Bumps [react-responsive-modal](https://github.com/pradel/react-responsive-modal) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/pradel/react-responsive-modal/releases) - [Commits](https://github.com/pradel/react-responsive-modal/compare/v5.0.2...v5.0.3) Signed-off-by: dependabot[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 27529f0..cbc40db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16229,9 +16229,9 @@ } }, "react-responsive-modal": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/react-responsive-modal/-/react-responsive-modal-5.0.2.tgz", - "integrity": "sha512-7QzL5NIhzYKe+jnl3QQVBWlpVCQv6QDCKtlJQvBxEbnjNSMkwFep2uSTu4CQFt9QItFEBV7onC/1i6O0t78nYg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/react-responsive-modal/-/react-responsive-modal-5.0.3.tgz", + "integrity": "sha512-iLEkCv/wJZ/zvCEh9eirxdA4hKj7fVAsiaR408XLmEKSKAsQLScSAF3neJN3ZRiGzvyhk4cYTflJfjE9eqLiIQ==", "requires": { "classnames": "^2.2.6", "no-scroll": "^2.1.1" diff --git a/package.json b/package.json index d3b8a5f..490d194 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "npm": "^6.14.7", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-responsive-modal": "^5.0.2", + "react-responsive-modal": "^5.0.3", "react-scripts": "^3.4.1", "react-select": "^3.1.0", "react-spinners": "^0.9.0",