diff --git a/package-lock.json b/package-lock.json index 6cc649474..3270e927e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3277,21 +3277,21 @@ } }, "datatables.net-autofill": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/datatables.net-autofill/-/datatables.net-autofill-2.3.7.tgz", - "integrity": "sha512-zDgJzTl4V16+0djfD4iokO/8X6zYIALW/zW+wZecoYpiil3hwjGZLZNVsqGrTs/8Cxg84G/Ra4WpBZI8sJiM5Q==", + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/datatables.net-autofill/-/datatables.net-autofill-2.3.9.tgz", + "integrity": "sha512-A1e+VaeRsiNkWgoxLJVT0qo4WEffVoLYdF6XiXtFa6kd+Hl29AixSn2F9wZNWrvHB5+d+LXj9kBlMi++c/kAAw==", "requires": { - "datatables.net": "^1.10.15", + "datatables.net": ">=1.10.25", "jquery": ">=1.7" } }, "datatables.net-autofill-bs4": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/datatables.net-autofill-bs4/-/datatables.net-autofill-bs4-2.3.7.tgz", - "integrity": "sha512-n1SEGJNQYSzgGdOZkFA7yvvMfejKfkeRe4APfwG/SWl225T6XRg29Rk+Pj2j2FtbVdIK/Cpt5jx35Sbt15cCQw==", + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/datatables.net-autofill-bs4/-/datatables.net-autofill-bs4-2.3.9.tgz", + "integrity": "sha512-R3loty1CNQxwokpRQ1AJHNTYaiuugoV0vuehsSVZtspbiCah/p/2f2vqJrEUami/3yJh7sLxFJemy3Y0fBHPOA==", "requires": { - "datatables.net-autofill": "2.3.7", - "datatables.net-bs4": "^1.10.15", + "datatables.net-autofill": ">=2.3.7", + "datatables.net-bs4": ">=1.10.25", "jquery": ">=1.7" } }, diff --git a/package.json b/package.json index ae2da6171..6e8f6511a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "chart.js": "^2.9.4", "codemirror": "^5.61.1", "datatables.net": "^1.10.25", - "datatables.net-autofill-bs4": "^2.3.7", + "datatables.net-autofill-bs4": "^2.3.9", "datatables.net-bs4": "^1.10.25", "datatables.net-buttons-bs4": "^1.7.1", "datatables.net-colreorder-bs4": "^1.5.4",