From e4e856f27426b66c2cb32a0f3fbbd7812773b705 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 15:36:47 +0000 Subject: [PATCH] build(deps-dev): bump re-resizable from 4.9.3 to 6.0.0 Bumps [re-resizable](https://github.com/bokuweb/react-resizable-box) from 4.9.3 to 6.0.0. - [Release notes](https://github.com/bokuweb/react-resizable-box/releases) - [Changelog](https://github.com/bokuweb/re-resizable/blob/master/CHANGELOG.md) - [Commits](https://github.com/bokuweb/react-resizable-box/commits) Signed-off-by: dependabot-preview[bot] --- packages/cockpit/cockpit-ui/package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/packages/cockpit/cockpit-ui/package.json b/packages/cockpit/cockpit-ui/package.json index a22043855..a74c059ee 100644 --- a/packages/cockpit/cockpit-ui/package.json +++ b/packages/cockpit/cockpit-ui/package.json @@ -68,7 +68,7 @@ "npm-run-all": "4.1.5", "prop-types": "15.7.2", "qs": "6.5.2", - "re-resizable": "4.9.3", + "re-resizable": "6.0.0", "react": "16.9.0", "react-blockies": "1.4.0", "react-bootstrap-typeahead": "3.4.6", diff --git a/yarn.lock b/yarn.lock index 5159ac590..ac264bff9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8775,6 +8775,11 @@ fast-levenshtein@~2.0.4: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= +fast-memoize@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/fast-memoize/-/fast-memoize-2.5.1.tgz#c3519241e80552ce395e1a32dcdde8d1fd680f5d" + integrity sha512-xdmw296PCL01tMOXx9mdJSmWY29jQgxyuZdq0rEHMu+Tpe1eOEtCycoG6chzlcrWsNgpZP7oL8RiQr7+G6Bl6g== + fast-safe-stringify@^2.0.4: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.6.tgz#04b26106cc56681f51a044cfc0d76cf0008ac2c2" @@ -16125,10 +16130,12 @@ rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -re-resizable@4.9.3: - version "4.9.3" - resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-4.9.3.tgz#833df4a4a9b62cfc1de11bc1456285374826e1f0" - integrity sha512-JKzmZdUAYWs85YErkmZNB7hjGR9qUOHFUZUtEplZlEZBFHRguiWck5J+HFTy/NjlMJtqQsYPQq57nQAO2BuRRg== +re-resizable@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.0.0.tgz#84258f098b0dde214a39ca6d9ca9959aeefbc26d" + integrity sha512-RTrnhbGgYyZ4hTc6db4JeMnRfmloEPWtuYaXZEa2PRaEC4mreWNFnZtMVsHil3z3iX+WchD+da8BLlTJBcstMA== + dependencies: + fast-memoize "^2.5.1" react-addons-create-fragment@^15.6.2: version "15.6.2"