From 62480c02ad1aece2bcb31e1221d56670074dd63d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 02:55:38 +0000 Subject: [PATCH] fix: packages/scm-extra/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/scm-extra/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 90fde69b2dc59..925af9b582121 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -3,11 +3,11 @@ "version": "1.31.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", - "@theia/navigator": "1.31.0", - "@theia/scm": "1.31.0" + "@theia/navigator": "1.37.0", + "@theia/scm": "1.37.0" }, "publishConfig": { "access": "public"