From 8f019022f78667211df188dedcff8a9cc8154bfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 02:08:30 +0000 Subject: [PATCH] fix: packages/plugin-dev/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- packages/plugin-dev/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 5d103b0ebf7a1..876ba939014b1 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -6,10 +6,10 @@ "typings": "lib/common/index.d.ts", "dependencies": { "@theia/core": "1.31.0", - "@theia/debug": "1.31.0", + "@theia/debug": "1.35.0", "@theia/filesystem": "1.31.0", "@theia/output": "1.31.0", - "@theia/plugin-ext": "1.31.0", + "@theia/plugin-ext": "1.35.0", "@theia/workspace": "1.31.0", "@types/request": "^2.0.3", "ps-tree": "^1.2.0",