From 74ff9dc11b1fdca451a4eabc2ed23a9cd5b2e5d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 19:59:38 +0000 Subject: [PATCH] fix: packages/scm/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/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/scm/package.json b/packages/scm/package.json index 8781c05308280..4819c7685a2de 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -3,9 +3,9 @@ "version": "1.31.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.31.0", - "@theia/editor": "1.31.0", - "@theia/filesystem": "1.31.0", + "@theia/core": "1.37.0", + "@theia/editor": "1.37.0", + "@theia/filesystem": "1.37.0", "@types/diff": "^3.2.2", "diff": "^3.4.0", "p-debounce": "^2.1.0",