From ba4b255fd40ce6a1fbb5a07e5c7d5f1128261288 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 04:57:16 +0000 Subject: [PATCH] fix: ui-tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- ui-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/package.json b/ui-tests/package.json index 559efbda7d..b6f9e1e145 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,7 +15,7 @@ "test:update": "playwright test --update-snapshots" }, "dependencies": { - "@jupyterlab/galata": "~5.5.0-alpha.3", + "@jupyterlab/galata": "~5.5.0", "@playwright/test": "~1.54.2", "rimraf": "^3.0.2" }