From 0ab6e7d92b10652b8aa99592f4d1915d1db0d8b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 22:48:06 +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-6097142 --- 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" },