From 483d8988fc6697e6fc2457916152c1c8670d05a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:37:29 +0000 Subject: [PATCH] Bump datatables.net in /templates/influx-adminlte-3 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.20 to 1.11.3. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.20...1.11.3) --- updated-dependencies: - dependency-name: datatables.net dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/influx-adminlte-3/package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/templates/influx-adminlte-3/package-lock.json b/templates/influx-adminlte-3/package-lock.json index 1ce5410..cf55d01 100644 --- a/templates/influx-adminlte-3/package-lock.json +++ b/templates/influx-adminlte-3/package-lock.json @@ -3018,9 +3018,9 @@ } }, "datatables.net": { - "version": "1.10.20", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.20.tgz", - "integrity": "sha512-4E4S7tTU607N3h0fZPkGmAtr9mwy462u+VJ6gxYZ8MxcRIjZqHy3Dv1GNry7i3zQCktTdWbULVKBbkAJkuHEnQ==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.3.tgz", + "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==", "requires": { "jquery": ">=1.7" } @@ -3051,6 +3051,16 @@ "requires": { "datatables.net": "1.10.20", "jquery": ">=1.7" + }, + "dependencies": { + "datatables.net": { + "version": "1.10.20", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.20.tgz", + "integrity": "sha512-4E4S7tTU607N3h0fZPkGmAtr9mwy462u+VJ6gxYZ8MxcRIjZqHy3Dv1GNry7i3zQCktTdWbULVKBbkAJkuHEnQ==", + "requires": { + "jquery": ">=1.7" + } + } } }, "datatables.net-buttons": {