From 2af0b1484f23d9efe7b142ae0dd66017056fdfcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jun 2026 05:38:21 +0000 Subject: [PATCH] fix: buildutils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- buildutils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildutils/package.json b/buildutils/package.json index 80b1408f86..b9879107ee 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.5.0-alpha.3", + "@jupyterlab/buildutils": "~4.6.0", "commander": "^6.2.0", "fs-extra": "^9.1.0", "semver": "^7.6.3",