From e93fb062e2aee103216caf086ce917e6a7ea38a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 02:59:14 +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-15127355 --- 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" }