From 0a9ce20e37f2eaa0839eae4053311cf56e1eec52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 20:14:36 +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-ELECTRON-6146929 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6146930 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6146931 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6146932 --- electron-app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/electron-app/package.json b/electron-app/package.json index a2f2e83..b0156ac 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -3,18 +3,18 @@ "name": "electron-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" },