From ad9fbe219bf27e664c1a61c574b57fd5816b48f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Dec 2023 02:37:26 +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-6105391 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6137744 --- 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",