Merge pull request #319 from mirumee/dependabot/npm_and_yarn/react-sortable-hoc-1.10.1

Bump react-sortable-hoc from 0.6.8 to 1.10.1
This commit is contained in:
Marcin Gębala 2019-12-16 11:04:54 +01:00 committed by GitHub
commit 4a6be2594e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -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"
}
},

View file

@ -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",