From 78f3c8c7e38056745e797598773bcaf8edac314e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 21:24:44 +0000 Subject: [PATCH] fix: packages/task/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/task/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/task/package.json b/packages/task/package.json index 58d335b800af7..350a6cabad892 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -3,15 +3,15 @@ "version": "1.31.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@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", - "@theia/monaco": "1.31.0", + "@theia/monaco": "1.37.0", "@theia/monaco-editor-core": "1.72.3", "@theia/process": "1.31.0", - "@theia/terminal": "1.31.0", - "@theia/userstorage": "1.31.0", + "@theia/terminal": "1.37.0", + "@theia/userstorage": "1.37.0", "@theia/variable-resolver": "1.31.0", "@theia/workspace": "1.31.0", "async-mutex": "^0.3.1",