From 20c2320e54b4b8f5527dca934f5a0a33f6e11c31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 20:36:19 +0000 Subject: [PATCH] fix: upgrade react-router from 3.0.5 to 3.2.6 Snyk has created this PR to upgrade react-router from 3.0.5 to 3.2.6. See this package in yarn: react-router See this project in Snyk: https://app.snyk.io/org/kraus.martina.m/project/673c05f0-36ba-4be0-a101-b658d6f99bff?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 0f5871d..b046bb5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jsoneditor": "^9.2.0", "material-ui": "0.19.0", "react-redux": "^7.2.2", - "react-router": "3.0.5", + "react-router": "3.2.6", "redux": "^4.0.5", "redux-thunk": "^2.3.0" } diff --git a/yarn.lock b/yarn.lock index c373fb6..67c6652 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7108,7 +7108,7 @@ hmac-drbg@^1.0.1: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoist-non-react-statics@^1.0.0, hoist-non-react-statics@^1.2.0: +hoist-non-react-statics@^1.0.0: version "1.2.0" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb" integrity sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs= @@ -11901,7 +11901,7 @@ react-final-form@^6.5.1: dependencies: "@babel/runtime" "^7.12.1" -react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: +react-is@^16.13.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== @@ -11935,17 +11935,18 @@ react-refresh@^0.8.3: resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== -react-router@3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-3.0.5.tgz#c3b7873758045a8bbc9562aef4ff4bc8cce7c136" - integrity sha1-w7eHN1gEWou8lWKu9P9LyMznwTY= +react-router@3.2.6: + version "3.2.6" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-3.2.6.tgz#cad202796a7bba3efc2100da453b3379c9d4aeb4" + integrity sha512-nlxtQE8B22hb/JxdaslI1tfZacxFU8x8BJryXOnR2RxB4vc01zuHYAHAIgmBkdk1kzXaA25hZxK6KAH/+CXArw== dependencies: create-react-class "^15.5.1" history "^3.0.0" - hoist-non-react-statics "^1.2.0" + hoist-non-react-statics "^3.3.2" invariant "^2.2.1" loose-envify "^1.2.0" - prop-types "^15.5.6" + prop-types "^15.7.2" + react-is "^16.13.0" warning "^3.0.0" react-scripts@^4.0.0: