From 7dec62842c40dc9e8dbf636318acdc4e1c08f7b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jan 2024 04:54:06 +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-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 --- depgraph-navigator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depgraph-navigator/package.json b/depgraph-navigator/package.json index 80bed39..8fcecb2 100644 --- a/depgraph-navigator/package.json +++ b/depgraph-navigator/package.json @@ -30,7 +30,7 @@ "src" ], "dependencies": { - "@theia/core": "next", + "@theia/core": "0.6.0", "@theia/navigator": "next", "elkjs": "latest", "semver": "^5.5.0",