From 0b681f91beac098cd4cc55ba8955aca1db9da685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:13:05 +0000 Subject: [PATCH] Bump dhtmlx-gantt from 9.1.4 to 10.0.2 Bumps [dhtmlx-gantt](https://github.com/DHTMLX/gantt) from 9.1.4 to 10.0.2. - [Release notes](https://github.com/DHTMLX/gantt/releases) - [Changelog](https://github.com/DHTMLX/gantt/blob/master/whatsnew.md) - [Commits](https://github.com/DHTMLX/gantt/compare/v9.1.4...v10.0.2) --- updated-dependencies: - dependency-name: dhtmlx-gantt dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20a6cad..6f4eeb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { - "dhtmlx-gantt": "^9.1.4" + "dhtmlx-gantt": "^10.0.2" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", @@ -644,10 +644,10 @@ } }, "node_modules/dhtmlx-gantt": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-9.1.4.tgz", - "integrity": "sha512-XCNA5QUiuV79Xq1ykNpH9LFNR2IVpDZMqnmBV6dsBeOkHyPMOpkyQ/gqAPCcK2GAvYHoN2nGAMYb2LldCWhMuQ==", - "license": "GPL-2.0" + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-10.0.2.tgz", + "integrity": "sha512-ClwDZEz0qQJQi8xCfXkIpxsvGh4YtcU8vZ+gcg6CkiXF03XhEHcQuO9mxL1keeQyr/97d6EnVx8ISSOpaIwClw==", + "license": "MIT" }, "node_modules/electron-to-chromium": { "version": "1.5.400", diff --git a/package.json b/package.json index f376e81..298fdaa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "license": "GPL-2.0-or-later", "dependencies": { - "dhtmlx-gantt": "^9.1.4" + "dhtmlx-gantt": "^10.0.2" }, "scripts": { "build": "webpack --config .webpack.config.js",