From fa2d47f012fe68700c4ef2e2e7ad4eacef9f2255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:02:21 +0000 Subject: [PATCH] Bump dhtmlx-gantt from 8.0.10 to 9.0.1 Bumps [dhtmlx-gantt](https://github.com/DHTMLX/gantt) from 8.0.10 to 9.0.1. - [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/v8.0.10...v9.0.1) --- updated-dependencies: - dependency-name: dhtmlx-gantt 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 c78fa75..47b77d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { - "dhtmlx-gantt": "^8.0.10" + "dhtmlx-gantt": "^9.0.1" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", @@ -609,9 +609,9 @@ } }, "node_modules/dhtmlx-gantt": { - "version": "8.0.10", - "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-8.0.10.tgz", - "integrity": "sha512-DNfxZw4ctR8zj/N7jHQHtrfsb4i2CRcTBmshFILbpwvui3VyQZqWavWB+CwLxVXjKiO/443yrdqB7K9DOs903Q==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-9.0.1.tgz", + "integrity": "sha512-8yCRtCH8I3HmVyAt5Tth97NyJizrDJvoqEz1c551VLIRgjV//yvVPO1mRGFMy1FhwPHnIeOYf8I8pzRr3LHxxA==" }, "node_modules/electron-to-chromium": { "version": "1.4.661", @@ -2402,9 +2402,9 @@ } }, "dhtmlx-gantt": { - "version": "8.0.10", - "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-8.0.10.tgz", - "integrity": "sha512-DNfxZw4ctR8zj/N7jHQHtrfsb4i2CRcTBmshFILbpwvui3VyQZqWavWB+CwLxVXjKiO/443yrdqB7K9DOs903Q==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-9.0.1.tgz", + "integrity": "sha512-8yCRtCH8I3HmVyAt5Tth97NyJizrDJvoqEz1c551VLIRgjV//yvVPO1mRGFMy1FhwPHnIeOYf8I8pzRr3LHxxA==" }, "electron-to-chromium": { "version": "1.4.661", diff --git a/package.json b/package.json index 2176089..ef0049e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "license": "GPL-2.0-or-later", "dependencies": { - "dhtmlx-gantt": "^8.0.10" + "dhtmlx-gantt": "^9.0.1" }, "scripts": { "build": "webpack --config webpack.config.js",