From 84aadcd7e58902b7c3af1de586acaca85b5a1f2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 03:51:48 +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-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 --- 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..4e76dd2 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": "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" },