From 113c8fbb48d16fc598f9cd5771376929d1715310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:13:54 +0530 Subject: [PATCH] Bump datatables.net-fixedcolumns-bs4 from 3.3.2 to 3.3.3 (#3763) Bumps [datatables.net-fixedcolumns-bs4](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: datatables.net-fixedcolumns-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 a5bad4ed1..3785f76cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3982,21 +3982,21 @@ } }, "datatables.net-fixedcolumns": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns/-/datatables.net-fixedcolumns-3.3.2.tgz", - "integrity": "sha512-LKWJZDSU9R8Z7rz/YSxSyAhxvtBvrA08oCY7y9h8ExynfEG3XUzAPejb2Y1I0YznPcnaYEnukUXLRHU6DjTnWQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns/-/datatables.net-fixedcolumns-3.3.3.tgz", + "integrity": "sha512-xo6MeI2xc/Ufk4ffrpao+OiPo8/GPB8cO80gA6NFgYBVw6eP9pPa2NsV+gSWRVr7d3A8iZC7mUZT5WdtliNHEA==", "requires": { "datatables.net": "^1.10.15", "jquery": ">=1.7" } }, "datatables.net-fixedcolumns-bs4": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns-bs4/-/datatables.net-fixedcolumns-bs4-3.3.2.tgz", - "integrity": "sha512-pmZ/yg4bCQ9Rij1Zk6LApF4UCxFRezsj00p3Eol8eDnw20y0JFF2YSC+xxDAhqmnozLOKq8ILButMaavtyEHyA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns-bs4/-/datatables.net-fixedcolumns-bs4-3.3.3.tgz", + "integrity": "sha512-d0dqCYk93wnCT382hW2Y1YMwgJXpTfdTu3Tb+UKQvt7OApxKYuWUFfKde+wHtIhqodswZ1jrMfYmxZHJYAysZQ==", "requires": { "datatables.net-bs4": "^1.10.15", - "datatables.net-fixedcolumns": "3.3.2", + "datatables.net-fixedcolumns": "3.3.3", "jquery": ">=1.7" } }, diff --git a/package.json b/package.json index 9b964bedb..1067d4382 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "datatables.net-bs4": "^1.10.25", "datatables.net-buttons-bs4": "^1.7.1", "datatables.net-colreorder-bs4": "^1.5.4", - "datatables.net-fixedcolumns-bs4": "^3.3.2", + "datatables.net-fixedcolumns-bs4": "^3.3.3", "datatables.net-fixedheader-bs4": "^3.1.9", "datatables.net-keytable-bs4": "^2.6.2", "datatables.net-responsive-bs4": "^2.2.8",