From f7919a2c9f8cbb573f291378b913050295aa2e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:58:03 +0000 Subject: [PATCH] Bump vega-selections from 5.4.2 to 5.6.3 Bumps [vega-selections](https://github.com/vega/vega) from 5.4.2 to 5.6.3. - [Release notes](https://github.com/vega/vega/releases) - [Commits](https://github.com/vega/vega/commits) --- updated-dependencies: - dependency-name: vega-selections dependency-version: 5.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17c0b6d0e..c7a8cba3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15199,14 +15199,24 @@ "license": "BSD-3-Clause" }, "node_modules/vega-selections": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/vega-selections/-/vega-selections-5.4.2.tgz", - "integrity": "sha512-99FUhYmg0jOJr2/K4TcEURmJRkuibrCDc8KBUX7qcQEITzrZ5R6a4QE+sarCvbb3hi8aA9GV2oyST6MQeA9mgQ==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/vega-selections/-/vega-selections-5.6.3.tgz", + "integrity": "sha512-DXd+XVKcIjBAtSCcgtPx7cXuqG/7L98SWoFh6GKNu26EBUyn3zm0GAlZxNLPoI01Jz9Fb3YpSsewk2aIAbM68g==", "license": "BSD-3-Clause", "dependencies": { "d3-array": "3.2.4", - "vega-expression": "^5.0.1", - "vega-util": "^1.17.1" + "vega-expression": "^5.2.1", + "vega-util": "^1.17.4" + } + }, + "node_modules/vega-selections/node_modules/vega-expression": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/vega-expression/-/vega-expression-5.2.1.tgz", + "integrity": "sha512-9KKbI2q9qTI55NSjD/dVWg3aeCtw+gwyWCiLMM47ha6iXrAN9pQ+EKRJfxOHuoDfCTlJJTaUfnnXgbqm0HEszg==", + "license": "BSD-3-Clause", + "dependencies": { + "@types/estree": "^1.0.0", + "vega-util": "^1.17.4" } }, "node_modules/vega-statistics": { @@ -15280,9 +15290,9 @@ "license": "MIT" }, "node_modules/vega-util": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/vega-util/-/vega-util-1.17.2.tgz", - "integrity": "sha512-omNmGiZBdjm/jnHjZlywyYqafscDdHaELHx1q96n5UOz/FlO9JO99P4B3jZg391EFG8dqhWjQilSf2JH6F1mIw==", + "version": "1.17.4", + "resolved": "https://registry.npmjs.org/vega-util/-/vega-util-1.17.4.tgz", + "integrity": "sha512-+y3ZW7dEqM8Ck+KRsd+jkMfxfE7MrQxUyIpNjkfhIpGEreym+aTn7XUw1DKXqclr8mqTQvbilPo16B3lnBr0wA==", "license": "BSD-3-Clause" }, "node_modules/vega-view": {