From ed39c54e9e1fae7b6af37998a3ce1fa596188003 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Tue, 17 Feb 2026 23:58:12 -0600 Subject: [PATCH 1/2] Fix typo in dataTables.dateTime.d.ts --- js/dataTables.dateTime.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dataTables.dateTime.d.ts b/js/dataTables.dateTime.d.ts index 134696d..0645b5e 100644 --- a/js/dataTables.dateTime.d.ts +++ b/js/dataTables.dateTime.d.ts @@ -62,6 +62,6 @@ interface JQuery { // Also attached to DataTables object declare module 'datatables.net-datetime' { interface ApiStatic { - DataTime: DateTime; + DateTime: DateTime; } } From adc6dfa437067bbd01391e98dc8d156209268bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:59:59 +0000 Subject: [PATCH 2/2] Upgrade: Bump lodash from 4.17.21 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52193db..d4b9450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "datatables.net-datetime", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datatables.net-datetime", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "devDependencies": { "gulp": "^5.0.0", @@ -1104,9 +1104,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true }, "node_modules/map-cache": { @@ -2645,9 +2645,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true }, "map-cache": {