From 7dcfc88866e4bb11f84a69c1b062a8b2a4275531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:09:57 +0530 Subject: [PATCH] Bump datatables.net-autofill-bs4 from 2.3.6 to 2.3.7 (#3759) Bumps [datatables.net-autofill-bs4](https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap4) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap4/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: datatables.net-autofill-bs4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36d9bdabc..e5de20037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3906,20 +3906,20 @@ } }, "datatables.net-autofill": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/datatables.net-autofill/-/datatables.net-autofill-2.3.6.tgz", - "integrity": "sha512-J5BA9Rq1R9BQtYLcBPZgvfEmNrGaAjOhESnuCLhVbSpMKkQO+sdU+Tv9sPy38tRIeWJDI1lkxVqWjgkps5ASXA==", + "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==", "requires": { "datatables.net": "^1.10.15", "jquery": ">=1.7" } }, "datatables.net-autofill-bs4": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/datatables.net-autofill-bs4/-/datatables.net-autofill-bs4-2.3.6.tgz", - "integrity": "sha512-mMS/w9XUdFH/xiyofVulioLtqTS05YfqfDWjqloXetdpeakLdjsNx8gWCSovNA7rJwgt0ebZKl5YAE9UiGtwdQ==", + "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==", "requires": { - "datatables.net-autofill": "2.3.6", + "datatables.net-autofill": "2.3.7", "datatables.net-bs4": "^1.10.15", "jquery": ">=1.7" } diff --git a/package.json b/package.json index 512dc714e..d076c2763 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.6", + "datatables.net-autofill-bs4": "^2.3.7", "datatables.net-bs4": "^1.10.25", "datatables.net-buttons-bs4": "^1.7.1", "datatables.net-colreorder-bs4": "^1.5.4",