From 48089b6b7b3271565b4f24b3798262d9c80b952c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 05:52:26 +0000 Subject: [PATCH] Bump react-tether from 2.0.7 to 3.0.1 Bumps [react-tether](https://github.com/danreeves/react-tether) from 2.0.7 to 3.0.1. - [Release notes](https://github.com/danreeves/react-tether/releases) - [Changelog](https://github.com/danreeves/react-tether/blob/main/CHANGELOG.md) - [Commits](https://github.com/danreeves/react-tether/commits) --- updated-dependencies: - dependency-name: react-tether dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- package.json | 2 +- yarn.lock | 9 ++++----- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f140996..68b4350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12720,11 +12720,10 @@ "integrity": "sha512-2FoTQzRNTncBVtnzxFOk2mCpcfxQpenBMbk5kSVBg5UcPqV9fRbgY2zhb7GTWWOlpFmAxhClBDlIq8Rsubz1yQ==" }, "react-tether": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/react-tether/-/react-tether-2.0.7.tgz", - "integrity": "sha512-OZAMoT0y1//SN357HiJKic+Ax/kMe3CwdaDT+05P/DHMR9adTYH2RTMDZMjw/OGMmLlBFg6UrDFXiulVKKIBRw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/react-tether/-/react-tether-3.0.1.tgz", + "integrity": "sha512-c9yI50o7thRFBlgbb63RZoAfkhUUjOSwXEbiOqRUi7+QgAp5XMlGMn8ZFj2HXqA8+cm2+nFmBetWnBlypCpSwg==", "requires": { - "prop-types": "^15.6.2", "tether": "^1.4.5" } }, diff --git a/package.json b/package.json index ca6ef3a..29df835 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "react-redux": "^7.1.1", "react-router": "^5.0.1", "react-router-dom": "^5.0.1", - "react-tether": "^2.0.7", + "react-tether": "^3.0.1", "react-tooltip": "^4.2.6", "react-transition-group": "^4.3.0", "redux": "^4.0.4", diff --git a/yarn.lock b/yarn.lock index 700882e..01d9551 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8633,12 +8633,11 @@ react-side-effect@^2.1.0: resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.0.tgz#1ce4a8b4445168c487ed24dab886421f74d380d3" integrity sha512-IgmcegOSi5SNX+2Snh1vqmF0Vg/CbkycU9XZbOHJlZ6kMzTmi3yc254oB1WCkgA7OQtIAoLmcSFuHTc/tlcqXg== -react-tether@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/react-tether/-/react-tether-2.0.7.tgz#81b15e84d9588b0f9e4c40a92596cce46d98e104" - integrity sha512-OZAMoT0y1//SN357HiJKic+Ax/kMe3CwdaDT+05P/DHMR9adTYH2RTMDZMjw/OGMmLlBFg6UrDFXiulVKKIBRw== +react-tether@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/react-tether/-/react-tether-3.0.1.tgz#6a6dce4ceb2246de69f68620e50d633d995eb023" + integrity sha512-c9yI50o7thRFBlgbb63RZoAfkhUUjOSwXEbiOqRUi7+QgAp5XMlGMn8ZFj2HXqA8+cm2+nFmBetWnBlypCpSwg== dependencies: - prop-types "^15.6.2" tether "^1.4.5" react-tooltip@^4.2.6: