From 611f1abe7dea3b80b11287d1db84ee7b57c60053 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 03:38:15 +0000 Subject: [PATCH] fix: browser-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- browser-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-app/package.json b/browser-app/package.json index e1cb9d5..5234a93 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -14,7 +14,7 @@ "@theia/navigator": "next", "@theia/preferences": "next", "@theia/process": "next", - "@theia/terminal": "next", + "@theia/terminal": "1.46.0", "@theia/textmate-grammars": "next", "@theia/typescript": "next", "@theia/workspace": "next"