From 817598740545127e7f78943684a6af688d38a969 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 03:21:05 +0000 Subject: [PATCH] Bump react-router-prop-types from 1.0.0 to 1.0.5 Bumps [react-router-prop-types](https://github.com/Javascript-Ninja/react-router-prop-types) from 1.0.0 to 1.0.5. - [Release notes](https://github.com/Javascript-Ninja/react-router-prop-types/releases) - [Commits](https://github.com/Javascript-Ninja/react-router-prop-types/compare/v1.0.0...v1.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fcedd67..5f69fbbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9860,13 +9860,13 @@ } }, "react-router-prop-types": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/react-router-prop-types/-/react-router-prop-types-1.0.0.tgz", - "integrity": "sha512-xEQVnlFe37o0+/uXDu0y+L+K+8IMjGfRRV+ZKnwSIJCz2gwJbfdgVgLzkWWw7niru4FGwIEd+5xeQBjxp3CFfQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/react-router-prop-types/-/react-router-prop-types-1.0.5.tgz", + "integrity": "sha512-q1xlFU2ol2U5zeVbA5hyBuxD3scHenqgMgCTuJQUanA2SyG8A3Fb1S6DleOo1cnGJB5Q05hnLge64kRj+xsuPA==", "dev": true, "requires": { - "@types/prop-types": "^15.5.2", - "prop-types": "^15.6.0" + "@types/prop-types": "^15.7.3", + "prop-types": "^15.7.2" } }, "react-slick": { diff --git a/package.json b/package.json index 9c6b8c49..b23c6136 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react": "15.6.2", "react-dom": "15.6.2", "react-router-dom": "4.2.2", - "react-router-prop-types": "1.0.0", + "react-router-prop-types": "1.0.5", "react-slick": "0.23.1", "react-twitter-widgets": "1.7.1", "rrc": "0.10.1",