From 9c16ccaba194124b19a363d5d27df009a1acc630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:02:03 +0000 Subject: [PATCH] chore(deps-dev): bump @antv/g2plot from 2.4.34 to 2.4.35 Bumps [@antv/g2plot](https://github.com/antvis/G2plot) from 2.4.34 to 2.4.35. - [Release notes](https://github.com/antvis/G2plot/releases) - [Changelog](https://github.com/antvis/G2Plot/blob/master/CHANGELOG.md) - [Commits](https://github.com/antvis/G2plot/compare/2.4.34...2.4.35) --- updated-dependencies: - dependency-name: "@antv/g2plot" dependency-version: 2.4.35 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17f7e7f..daeb79d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -378,9 +378,9 @@ } }, "node_modules/@antv/g2": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/@antv/g2/-/g2-4.2.11.tgz", - "integrity": "sha512-QiqxLLYDWkv9c4oTcXscs6NMxBuWZ1JCarHPZ27J43IN2BV+qUKw8yce0A8CBR8fCILEFqQAfS00Szqpye036Q==", + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@antv/g2/-/g2-4.2.12.tgz", + "integrity": "sha512-kTg6ftJol+0hYRM2eMwJKq3JThdq4UAKgCoQalUPjwyF6SSKkWz2QdrIAxfLE7LSTwcIE+L8So1jMaOVVbEi6w==", "dev": true, "license": "MIT", "dependencies": { @@ -426,16 +426,16 @@ } }, "node_modules/@antv/g2plot": { - "version": "2.4.34", - "resolved": "https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.34.tgz", - "integrity": "sha512-XZ/XWbf+vU+LxxfD3xu6+nb/XMbFqMoOGdn5rQAKs9daT7fd19zU67PqWFdZ9EGh9fgwaohJFt2HirBh0c78HA==", + "version": "2.4.35", + "resolved": "https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.35.tgz", + "integrity": "sha512-jpfgUqC2ch1kkrSSiY8qsFZ5/cYGcwMA9MAgqZXHdNBDcClrLzdakHyc5RN2na9LwZTY3qoj6AawZzAQSiJ58w==", "dev": true, "license": "MIT", "dependencies": { "@antv/color-util": "^2.0.6", "@antv/event-emitter": "^0.1.2", "@antv/g-base": "^0.5.11", - "@antv/g2": "^4.1.26", + "@antv/g2": "^4.2.12", "@antv/matrix-util": "^3.1.0-beta.2", "@antv/path-util": "^3.0.1", "@antv/scale": "^0.3.18",