From 880dfd0fae544824523e0cafcdaf18ee4c232fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:21:28 +0000 Subject: [PATCH] Update dependency vega-lite to v6.4.2 --- chart/package-lock.json | 28 ++++++++++++++-------------- chart/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/chart/package-lock.json b/chart/package-lock.json index 854c64e..fd984ce 100644 --- a/chart/package-lock.json +++ b/chart/package-lock.json @@ -16,7 +16,7 @@ "npm-run-all2": "8.0.4", "run-script-os": "1.1.6", "vega": "6.2.0", - "vega-lite": "6.4.1" + "vega-lite": "6.4.2" } }, "node_modules/@types/common-tags": { @@ -2821,9 +2821,9 @@ } }, "node_modules/vega-lite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vega-lite/-/vega-lite-6.4.1.tgz", - "integrity": "sha512-KO3ybHNouRK4A0al/+2fN9UqgTEfxrd/ntGLY933Hg5UOYotDVQdshR3zn7OfXwQ7uj0W96Vfa5R+QxO8am3IQ==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vega-lite/-/vega-lite-6.4.2.tgz", + "integrity": "sha512-Mv2PaRIpijz256LM0NdOJd9Md8cqyrXina54xW6Qp865YfY502zlXGUst+W/XznVwISGfatt0yLZuDqCUbBDuw==", "dev": true, "dependencies": { "json-stringify-pretty-compact": "~4.0.0", @@ -2840,7 +2840,7 @@ "vl2vg": "bin/vl2vg" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://app.hubspot.com/payments/GyPC972GD9Rt" @@ -2888,9 +2888,9 @@ } }, "node_modules/vega-lite/node_modules/emoji-regex": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "dev": true }, "node_modules/vega-lite/node_modules/string-width": { @@ -5710,9 +5710,9 @@ } }, "vega-lite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vega-lite/-/vega-lite-6.4.1.tgz", - "integrity": "sha512-KO3ybHNouRK4A0al/+2fN9UqgTEfxrd/ntGLY933Hg5UOYotDVQdshR3zn7OfXwQ7uj0W96Vfa5R+QxO8am3IQ==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vega-lite/-/vega-lite-6.4.2.tgz", + "integrity": "sha512-Mv2PaRIpijz256LM0NdOJd9Md8cqyrXina54xW6Qp865YfY502zlXGUst+W/XznVwISGfatt0yLZuDqCUbBDuw==", "dev": true, "requires": { "json-stringify-pretty-compact": "~4.0.0", @@ -5747,9 +5747,9 @@ } }, "emoji-regex": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "dev": true }, "string-width": { diff --git a/chart/package.json b/chart/package.json index 1ffd6fc..43dc157 100644 --- a/chart/package.json +++ b/chart/package.json @@ -36,6 +36,6 @@ "npm-run-all2": "8.0.4", "run-script-os": "1.1.6", "vega": "6.2.0", - "vega-lite": "6.4.1" + "vega-lite": "6.4.2" } }