From 76a1fdca2295d35b305621ae2d4c70aa7ee26317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:21:20 +0000 Subject: [PATCH] Bump dhtmlx-gantt from 9.1.4 to 10.0.0 Bumps [dhtmlx-gantt](https://github.com/DHTMLX/gantt) from 9.1.4 to 10.0.0. - [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.0) --- updated-dependencies: - dependency-name: dhtmlx-gantt dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 4aed896..e184d93 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.0" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", @@ -631,9 +631,9 @@ } }, "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==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-10.0.0.tgz", + "integrity": "sha512-6vRr8w+A2TJZSWuMezjAiJzOFfxvTPWgr6wA5VItJG32Sh+yEYUkkcEu90w4+3/SuHNa/h3AwcjOU0sIkDFJ8g==" }, "node_modules/electron-to-chromium": { "version": "1.5.267", @@ -2557,9 +2557,9 @@ } }, "dhtmlx-gantt": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-9.1.4.tgz", - "integrity": "sha512-XCNA5QUiuV79Xq1ykNpH9LFNR2IVpDZMqnmBV6dsBeOkHyPMOpkyQ/gqAPCcK2GAvYHoN2nGAMYb2LldCWhMuQ==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-10.0.0.tgz", + "integrity": "sha512-6vRr8w+A2TJZSWuMezjAiJzOFfxvTPWgr6wA5VItJG32Sh+yEYUkkcEu90w4+3/SuHNa/h3AwcjOU0sIkDFJ8g==" }, "electron-to-chromium": { "version": "1.5.267", diff --git a/package.json b/package.json index 4261548..7f58477 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.0" }, "scripts": { "build": "webpack --config .webpack.config.js",