From 68b9abcf45979e8235e3aa4de7a9166e524ba69d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jun 2026 13:01:33 +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-14724253 --- 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",