diff --git a/package-lock.json b/package-lock.json index cdd473260..a82efc41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-beforeunload": "^2.6.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", - "react-draggable": "^4.4.5", + "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.4.1", "react-i18next": "^13.2.1", @@ -15821,8 +15821,9 @@ } }, "node_modules/react-draggable": { - "version": "4.4.5", - "license": "MIT", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz", + "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==", "dependencies": { "clsx": "^1.1.1", "prop-types": "^15.8.1" diff --git a/package.json b/package.json index 59d0d7ceb..cafeb7015 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-beforeunload": "^2.6.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", - "react-draggable": "^4.4.5", + "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.4.1", "react-i18next": "^13.2.1",