From d9cb89b88e64392a5f612c845746095b64666b2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:36:10 +0000 Subject: [PATCH] fix: packages/navigator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- packages/navigator/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 987ea0b4ef209..28956267607f6 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -3,9 +3,9 @@ "version": "1.31.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@theia/filesystem": "1.31.0", - "@theia/workspace": "1.31.0", + "@theia/workspace": "1.37.0", "minimatch": "^5.1.0" }, "publishConfig": {