From 504b45cd203111c0d9d526b298b553e80d448e92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2023 17:19:24 +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-ELECTRON-6043905 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6043907 --- browser-app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser-app/package.json b/browser-app/package.json index d51e499..bfc1cc2 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -3,18 +3,18 @@ "name": "browser-app", "version": "0.1.0", "dependencies": { - "@theia/core": "next", + "@theia/core": "0.6.0", "@theia/filesystem": "next", "@theia/workspace": "next", "@theia/preferences": "next", "@theia/navigator": "next", "@theia/process": "next", - "@theia/terminal": "next", + "@theia/terminal": "0.6.0", "@theia/editor": "next", "@theia/languages": "next", "@theia/markers": "next", "@theia/monaco": "next", - "@theia/typescript": "next", + "@theia/typescript": "0.6.0", "@theia/messages": "next", "depgraph-navigator": "0.1.0" },