build(deps): bump react-dnd-html5-backend from 7.7.0 to 9.5.0 in /UI

Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 7.7.0 to 9.5.0.
- [Release notes](https://github.com/react-dnd/react-dnd/releases)
- [Changelog](https://github.com/react-dnd/react-dnd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-dnd/react-dnd/compare/v7.7.0...v9.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-25 10:32:25 +00:00 committed by GitHub
parent c196779ff2
commit 037dba1438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 5 deletions

32
UI/package-lock.json generated
View file

@ -1281,6 +1281,11 @@
"loader-utils": "^1.2.3"
}
},
"@types/asap": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/asap/-/asap-2.0.0.tgz",
"integrity": "sha512-upIS0Gt9Mc8eEpCbYMZ1K8rhNosfKUtimNcINce+zLwJF5UpM3Vv7yz3S5l/1IX+DxTa8lTkUjqynvjRXyJzsg=="
},
"@types/babel__core": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz",
@ -1332,6 +1337,11 @@
"hoist-non-react-statics": "^3.3.0"
}
},
"@types/invariant": {
"version": "2.2.30",
"resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.30.tgz",
"integrity": "sha512-98fB+yo7imSD2F7PF7GIpELNgtLNgo5wjivu0W5V4jx+KVVJxo6p/qN4zdzSTBWy4/sN3pPyXwnhRSD28QX+ag=="
},
"@types/istanbul-lib-coverage": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz",
@ -11754,11 +11764,25 @@
}
},
"react-dnd-html5-backend": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-7.7.0.tgz",
"integrity": "sha512-JgKmWOxqorFyfGPeWV+SAPhVGFe6+LrOR24jETE9rrYZU5hCppzwK9ujjS508kWibeDvbfEgi9j5qC2wB1/MoQ==",
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-9.5.0.tgz",
"integrity": "sha512-0kLZoUIXRfSFBjssRRc4oU0v+nGI+21GfKHQukRvvGGOtlsJNmdqpNxJ9BjStNEYub59TbbgPIjKM/Ba6IDbVw==",
"requires": {
"dnd-core": "^7.7.0"
"dnd-core": "^9.5.0"
},
"dependencies": {
"dnd-core": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-9.5.0.tgz",
"integrity": "sha512-UZyNMJKhxukwJHcTCXJg/PtmOwPnSQLCmYCIrgUOf+UX6gS3lKRiik/hJzIX0HzqadyMrLAO7PxazF6UmFLsBQ==",
"requires": {
"@types/asap": "^2.0.0",
"@types/invariant": "^2.2.30",
"asap": "^2.0.6",
"invariant": "^2.2.4",
"redux": "^4.0.4"
}
}
}
},
"react-dom": {

View file

@ -11,7 +11,7 @@
"react": "^16.12.0",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^7.0.0",
"react-dnd-html5-backend": "^9.5.0",
"react-dom": "^16.12.0",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^7.1.3",