From 15abb4b7567109aa2a906b9940a3763fcb0045b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 04:28:40 +0000 Subject: [PATCH] Bump react-dnd-html5-backend from 14.0.2 to 14.1.0 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 14.0.2 to 14.1.0. - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-dnd/react-dnd/commits) --- updated-dependencies: - dependency-name: react-dnd-html5-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97c8f54..e6501cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-bootstrap": "^2.0.3", "react-contenteditable": "^3.3.6", "react-dnd": "^14.0.4", - "react-dnd-html5-backend": "^14.0.2", + "react-dnd-html5-backend": "^14.1.0", "react-dom": "^17.0.2", "react-redux": "^7.2.6", "react-scripts": "4.0.3", @@ -16848,9 +16848,9 @@ } }, "node_modules/react-dnd-html5-backend": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.0.2.tgz", - "integrity": "sha512-QgN6rYrOm4UUj6tIvN8ovImu6uP48xBXF2rzVsp6tvj6d5XQ7OjHI4SJ/ZgGobOneRAU3WCX4f8DGCYx0tuhlw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.1.0.tgz", + "integrity": "sha512-6ONeqEC3XKVf4eVmMTe0oPds+c5B9Foyj8p/ZKLb7kL2qh9COYxiBHv3szd6gztqi/efkmriywLUVlPotqoJyw==", "dependencies": { "dnd-core": "14.0.1" } @@ -35837,9 +35837,9 @@ } }, "react-dnd-html5-backend": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.0.2.tgz", - "integrity": "sha512-QgN6rYrOm4UUj6tIvN8ovImu6uP48xBXF2rzVsp6tvj6d5XQ7OjHI4SJ/ZgGobOneRAU3WCX4f8DGCYx0tuhlw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.1.0.tgz", + "integrity": "sha512-6ONeqEC3XKVf4eVmMTe0oPds+c5B9Foyj8p/ZKLb7kL2qh9COYxiBHv3szd6gztqi/efkmriywLUVlPotqoJyw==", "requires": { "dnd-core": "14.0.1" } diff --git a/package.json b/package.json index 9b6a725..3cfad7c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-bootstrap": "^2.0.3", "react-contenteditable": "^3.3.6", "react-dnd": "^14.0.4", - "react-dnd-html5-backend": "^14.0.2", + "react-dnd-html5-backend": "^14.1.0", "react-dom": "^17.0.2", "react-redux": "^7.2.6", "react-scripts": "4.0.3",