From d8ba0ac6dc10819f75b8ee960646911af8e4fc49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 03:57:47 +0000 Subject: [PATCH] fix: electron-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- electron-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-app/package.json b/electron-app/package.json index ded8996..42edc3d 100644 --- a/electron-app/package.json +++ b/electron-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/typescript": "next", "@theia/workspace": "next" },