From ed5e7884efa018ec69e719f27960ec0a930549b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 05:57:50 +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-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- 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..efd356b6c6268 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.47.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.47.0", "@theia/terminal": "1.31.0", "@theia/variable-resolver": "1.31.0", "@theia/workspace": "1.31.0",