From c24a7c093a586067dfed7cc5c1c87828cfd20817 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 21:00:48 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- 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..2a4141a 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": "1.0.0", "@theia/filesystem": "next", "@theia/workspace": "next", "@theia/preferences": "next", "@theia/navigator": "next", "@theia/process": "next", - "@theia/terminal": "next", + "@theia/terminal": "1.0.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" },