From c13e8f5c797902c8a3dba316cc8985780816a681 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 17:34:37 +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-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- 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..687e3c38cf2a6 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.47.0", "node-pty": "0.11.0-beta17", "string-argv": "^0.1.1" },