From 7471cf88b1983a5c7e0b3ac2dfcec3db054d4ced Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 05:26:30 +0000 Subject: [PATCH] Bump react-sortable-hoc from 0.6.8 to 1.10.1 Bumps [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) from 0.6.8 to 1.10.1. - [Release notes](https://github.com/clauderic/react-sortable-hoc/releases) - [Changelog](https://github.com/clauderic/react-sortable-hoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/clauderic/react-sortable-hoc/compare/v0.6.8...v1.10.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e8b69a01..93d93949f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18315,13 +18315,12 @@ } }, "react-sortable-hoc": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-0.6.8.tgz", - "integrity": "sha512-sUUAtNdV84AKZ2o+F5lVOOFWcyWG6aGDkNFgHoieB1zFLeWLWENkix06asPS4/GhigfuRh06aZix1j3Qx8+NSQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-1.10.1.tgz", + "integrity": "sha512-eVyv5rrK6qY9bG60bboRY78In7OpdRRg+hxp4QMLIjC/UJaFSU7exTYd0764GtXvBqh+b+faYGzren5/ffRYKw==", "requires": { - "babel-runtime": "^6.11.6", - "invariant": "^2.2.1", - "lodash": "^4.12.0", + "@babel/runtime": "^7.2.0", + "invariant": "^2.2.4", "prop-types": "^15.5.7" } }, diff --git a/package.json b/package.json index c7f18d8d2..2e6ac459e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-moment": "^0.9.7", "react-router": "^5.0.1", "react-router-dom": "^5.0.1", - "react-sortable-hoc": "^0.6.8", + "react-sortable-hoc": "^1.10.1", "react-sortable-tree": "^2.6.2", "semver-compare": "^1.0.0", "slugify": "^1.3.4",