From 47a5c6c66aacb1b8b2cd7e3e0cd7899f1dad4662 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 04:58:38 +0000 Subject: [PATCH] fix: depgraph-navigator/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-HTMLPARSESTRINGIFY2-1079307 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- depgraph-navigator/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depgraph-navigator/package.json b/depgraph-navigator/package.json index 80bed39..1c6a15c 100644 --- a/depgraph-navigator/package.json +++ b/depgraph-navigator/package.json @@ -30,11 +30,11 @@ "src" ], "dependencies": { - "@theia/core": "next", + "@theia/core": "1.0.0", "@theia/navigator": "next", "elkjs": "latest", "semver": "^5.5.0", - "sprotty": "latest", + "sprotty": "0.10.0", "theia-sprotty": "next" }, "devDependencies": {