diff --git a/patches/datatables.net-colreorder+1.7.0.patch b/patches/datatables.net-colreorder+1.7.0.patch
deleted file mode 100644
index b207f5446..000000000
--- a/patches/datatables.net-colreorder+1.7.0.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/node_modules/datatables.net-colreorder/types/types.d.ts b/node_modules/datatables.net-colreorder/types/types.d.ts
-index e5dc283..1930c2b 100644
---- a/node_modules/datatables.net-colreorder/types/types.d.ts
-+++ b/node_modules/datatables.net-colreorder/types/types.d.ts
-@@ -7,7 +7,7 @@
-
- ///
-
--import DataTables, {Api} from 'datatables.net';
-+import DataTables, { Api } from 'datatables.net';
-
- export default DataTables;
-
-@@ -40,6 +40,8 @@ declare module 'datatables.net' {
- /**
- * Create a new ColReorder instance for the target DataTable
- */
-+ // Ignore this error: error TS7013: Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.
-+ // @ts-ignore
- new (dt: Api, settings: boolean | ConfigColReorder);
-
- /**