From a7c4a24bdf421e9e02a3e67bf5e25104442fb7cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:17:11 +0000 Subject: [PATCH] fix: packages/debug/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/debug/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/package.json b/packages/debug/package.json index 680cf5325732a..08ab9ee3dafad 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -4,7 +4,7 @@ "description": "Theia - Debug Extension", "dependencies": { "@theia/console": "1.31.0", - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", "@theia/markers": "1.31.0", @@ -12,7 +12,7 @@ "@theia/monaco-editor-core": "1.72.3", "@theia/output": "1.31.0", "@theia/process": "1.31.0", - "@theia/task": "1.31.0", + "@theia/task": "1.37.0", "@theia/terminal": "1.31.0", "@theia/variable-resolver": "1.31.0", "@theia/workspace": "1.31.0",