From 1320bec4c79536757c2dfbcdbd7905c98922907f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 05:06:27 +0000 Subject: [PATCH] Bump @types/react-router-dom from 5.1.8 to 5.3.2 (#243) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5fbf4bb..90f8f40 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/react": "^17.0.33", "@types/react-dom": "^17.0.9", "@types/react-router": "^5.1.17", - "@types/react-router-dom": "^5.1.8", + "@types/react-router-dom": "^5.3.2", "@types/styled-components": "^5.1.15", "@types/webpack-subresource-integrity": "^5.0.0", "@types/workbox-webpack-plugin": "^5.1.8", diff --git a/yarn.lock b/yarn.lock index 2ed30c8..2a80398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2063,10 +2063,10 @@ dependencies: "@types/react" "*" -"@types/react-router-dom@^5.1.8": - version "5.1.8" - resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.8.tgz#bf3e1c8149b3d62eaa206d58599de82df0241192" - integrity sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw== +"@types/react-router-dom@^5.3.2": + version "5.3.2" + resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.2.tgz#ebd8e145cf056db5c66eb1dac63c72f52e8542ee" + integrity sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ== dependencies: "@types/history" "*" "@types/react" "*"