From 3c164561b778e2ef8811cac23f7772ff507a8828 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 01:07:41 +0000 Subject: [PATCH] fix: packages/process/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/process/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/process/package.json b/packages/process/package.json index ca89c7796a7e0..ff9cf0ae989a3 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -3,7 +3,7 @@ "version": "1.31.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "node-pty": "0.11.0-beta17", "string-argv": "^0.1.1" },