From f0fc703185659eb1765150be8983f1e9cb60c572 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 02:40:15 +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-6179663 --- 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",