From 693eace3af565afda932fd6024bd94eba71e1ef2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Mar 2026 09:21:25 +0000 Subject: [PATCH] fix: extensions/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 --- extensions/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/cli/package.json b/extensions/cli/package.json index e41c42d45ee..1511e240ad8 100644 --- a/extensions/cli/package.json +++ b/extensions/cli/package.json @@ -45,7 +45,7 @@ }, "homepage": "https://continue.dev", "dependencies": { - "@sentry/profiling-node": "^9.47.1", + "@sentry/profiling-node": "^10.40.0", "fdir": "^6.4.2", "find-up": "^8.0.0", "fzf": "^0.5.2",