diff --git a/package-lock.json b/package-lock.json index 5ad2eb514..2e16815e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@tanstack/react-virtual": "3.0.0-alpha.0", "@testing-library/react": "14.0.0", "@types/react": "18.2.33", - "@types/react-beautiful-dnd": "13.1.4", + "@types/react-beautiful-dnd": "13.1.6", "@types/react-virtualized": "9.21.26", "@types/react-window": "1.8.7", "@typescript-eslint/parser": "6.9.0", @@ -9748,9 +9748,9 @@ } }, "node_modules/@types/react-beautiful-dnd": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.4.tgz", - "integrity": "sha512-4bIBdzOr0aavN+88q3C7Pgz+xkb7tz3whORYrmSj77wfVEMfiWiooIwVWFR7KM2e+uGTe5BVrXqSfb0aHeflJA==", + "version": "13.1.6", + "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.6.tgz", + "integrity": "sha512-FXAuaa52ux7HWQDumi3MFSAAsW8OKfDImy1pSZPKe85nV9mZ1f4spVzW0a2boYvkIhphjbWUi5EwUiRG8Rq/Qg==", "dev": true, "dependencies": { "@types/react": "*" @@ -31673,9 +31673,9 @@ } }, "@types/react-beautiful-dnd": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.4.tgz", - "integrity": "sha512-4bIBdzOr0aavN+88q3C7Pgz+xkb7tz3whORYrmSj77wfVEMfiWiooIwVWFR7KM2e+uGTe5BVrXqSfb0aHeflJA==", + "version": "13.1.6", + "resolved": "https://registry.npmjs.org/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.6.tgz", + "integrity": "sha512-FXAuaa52ux7HWQDumi3MFSAAsW8OKfDImy1pSZPKe85nV9mZ1f4spVzW0a2boYvkIhphjbWUi5EwUiRG8Rq/Qg==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index a51697a8c..9ed30e6bc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@tanstack/react-virtual": "3.0.0-alpha.0", "@testing-library/react": "14.0.0", "@types/react": "18.2.33", - "@types/react-beautiful-dnd": "13.1.4", + "@types/react-beautiful-dnd": "13.1.6", "@types/react-virtualized": "9.21.26", "@types/react-window": "1.8.7", "@typescript-eslint/parser": "6.9.0",