Bump react-dnd from 15.1.1 to 15.1.2 (#466)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 Apr 2022 03:37:23 +0000 (09:07 +0530)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 03:37:23 +0000 (09:07 +0530)
Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 15.1.1 to 15.1.2.
- [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/v15.1.2)

---
updated-dependencies:
- dependency-name: react-dnd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
package-lock.json
package.json

index 355c0386682134f12d95ad0cb87e02d47dfbcafd..7a34b7f295de6ca4f8d0f4fb291e41f749e66615 100644 (file)
@@ -31,7 +31,7 @@
         "prop-types": "^15.8.1",
         "react": "^17.0.2",
         "react-autosize-textarea": "^7.1.0",
-        "react-dnd": "^15.1.1",
+        "react-dnd": "^15.1.2",
         "react-dnd-html5-backend": "^15.1.2",
         "react-dom": "^17.0.2",
         "react-google-recaptcha": "^2.1.0",
       "integrity": "sha512-keberJRIqPX15IK3SWS/iO1t/kGETiL1oczKrDitAaMnQ+kpHf81l3MrRmFjvfqcnApE+izEvwM6GsyoIcpsVA=="
     },
     "node_modules/@react-dnd/shallowequal": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-3.0.0.tgz",
-      "integrity": "sha512-1ELWQdJB2UrCXTKK5cCD9uGLLIwECLIEdttKA255owdpchtXohIjZBTlFJszwYi2ZKe2Do+QvUzsGyGCMNwbdw=="
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-3.0.1.tgz",
+      "integrity": "sha512-XjDVbs3ZU16CO1h5Q3Ew2RPJqmZBDE/EVf1LYp6ePEffs3V/MX9ZbL5bJr8qiK5SbGmUMuDoaFgyKacYz8prRA=="
     },
     "node_modules/@tippyjs/react": {
       "version": "4.2.6",
       }
     },
     "node_modules/react-dnd": {
-      "version": "15.1.1",
-      "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-15.1.1.tgz",
-      "integrity": "sha512-QLrHtPU08U4c5zop0ANeqrHXaQw2EWLMn8DQoN6/e4eSN/UbB84P49/80Qg0MEF29VLB5vikSoiFh9N8ASNmpQ==",
+      "version": "15.1.2",
+      "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-15.1.2.tgz",
+      "integrity": "sha512-EaSbMD9iFJDY/o48T3c8wn3uWU+2uxfFojhesZN3LhigJoAIvH2iOjxofSA9KbqhAKP6V9P853G6XG8JngKVtA==",
       "dependencies": {
-        "@react-dnd/invariant": "3.0.0",
-        "@react-dnd/shallowequal": "3.0.0",
-        "dnd-core": "15.1.1",
+        "@react-dnd/invariant": "3.0.1",
+        "@react-dnd/shallowequal": "3.0.1",
+        "dnd-core": "15.1.2",
         "fast-deep-equal": "^3.1.3",
         "hoist-non-react-statics": "^3.3.2"
       },
         "dnd-core": "15.1.1"
       }
     },
+    "node_modules/react-dnd/node_modules/@react-dnd/asap": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-4.0.1.tgz",
+      "integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg=="
+    },
+    "node_modules/react-dnd/node_modules/@react-dnd/invariant": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/@react-dnd/invariant/-/invariant-3.0.1.tgz",
+      "integrity": "sha512-blqduwV86oiKw2Gr44wbe3pj3Z/OsXirc7ybCv9F/pLAR+Aih8F3rjeJzK0ANgtYKv5lCpkGVoZAeKitKDaD/g=="
+    },
+    "node_modules/react-dnd/node_modules/dnd-core": {
+      "version": "15.1.2",
+      "resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-15.1.2.tgz",
+      "integrity": "sha512-EOec1LyJUuGRFg0LDa55rSRAUe97uNVKVkUo8iyvzQlcECYTuPblVQfRWXWj1OyPseFIeebWpNmKFy0h6BcF1A==",
+      "dependencies": {
+        "@react-dnd/asap": "4.0.1",
+        "@react-dnd/invariant": "3.0.1",
+        "redux": "^4.1.2"
+      }
+    },
     "node_modules/react-dom": {
       "version": "17.0.2",
       "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
       "integrity": "sha512-keberJRIqPX15IK3SWS/iO1t/kGETiL1oczKrDitAaMnQ+kpHf81l3MrRmFjvfqcnApE+izEvwM6GsyoIcpsVA=="
     },
     "@react-dnd/shallowequal": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-3.0.0.tgz",
-      "integrity": "sha512-1ELWQdJB2UrCXTKK5cCD9uGLLIwECLIEdttKA255owdpchtXohIjZBTlFJszwYi2ZKe2Do+QvUzsGyGCMNwbdw=="
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-3.0.1.tgz",
+      "integrity": "sha512-XjDVbs3ZU16CO1h5Q3Ew2RPJqmZBDE/EVf1LYp6ePEffs3V/MX9ZbL5bJr8qiK5SbGmUMuDoaFgyKacYz8prRA=="
     },
     "@tippyjs/react": {
       "version": "4.2.6",
       }
     },
     "react-dnd": {
-      "version": "15.1.1",
-      "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-15.1.1.tgz",
-      "integrity": "sha512-QLrHtPU08U4c5zop0ANeqrHXaQw2EWLMn8DQoN6/e4eSN/UbB84P49/80Qg0MEF29VLB5vikSoiFh9N8ASNmpQ==",
+      "version": "15.1.2",
+      "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-15.1.2.tgz",
+      "integrity": "sha512-EaSbMD9iFJDY/o48T3c8wn3uWU+2uxfFojhesZN3LhigJoAIvH2iOjxofSA9KbqhAKP6V9P853G6XG8JngKVtA==",
       "requires": {
-        "@react-dnd/invariant": "3.0.0",
-        "@react-dnd/shallowequal": "3.0.0",
-        "dnd-core": "15.1.1",
+        "@react-dnd/invariant": "3.0.1",
+        "@react-dnd/shallowequal": "3.0.1",
+        "dnd-core": "15.1.2",
         "fast-deep-equal": "^3.1.3",
         "hoist-non-react-statics": "^3.3.2"
+      },
+      "dependencies": {
+        "@react-dnd/asap": {
+          "version": "4.0.1",
+          "resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-4.0.1.tgz",
+          "integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg=="
+        },
+        "@react-dnd/invariant": {
+          "version": "3.0.1",
+          "resolved": "https://registry.npmjs.org/@react-dnd/invariant/-/invariant-3.0.1.tgz",
+          "integrity": "sha512-blqduwV86oiKw2Gr44wbe3pj3Z/OsXirc7ybCv9F/pLAR+Aih8F3rjeJzK0ANgtYKv5lCpkGVoZAeKitKDaD/g=="
+        },
+        "dnd-core": {
+          "version": "15.1.2",
+          "resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-15.1.2.tgz",
+          "integrity": "sha512-EOec1LyJUuGRFg0LDa55rSRAUe97uNVKVkUo8iyvzQlcECYTuPblVQfRWXWj1OyPseFIeebWpNmKFy0h6BcF1A==",
+          "requires": {
+            "@react-dnd/asap": "4.0.1",
+            "@react-dnd/invariant": "3.0.1",
+            "redux": "^4.1.2"
+          }
+        }
       }
     },
     "react-dnd-html5-backend": {
index cb643d618acd75b7dbc13c920e18e5d75a1e39be..ded0377d0fd2dbb5c2075b861c01148ed477eaba 100644 (file)
@@ -37,7 +37,7 @@
     "prop-types": "^15.8.1",
     "react": "^17.0.2",
     "react-autosize-textarea": "^7.1.0",
-    "react-dnd": "^15.1.1",
+    "react-dnd": "^15.1.2",
     "react-dnd-html5-backend": "^15.1.2",
     "react-dom": "^17.0.2",
     "react-google-recaptcha": "^2.1.0",