From bd8d01096cce64a04a9e596eb067ba3ed6697d8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 07:04:45 +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-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- 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..3467c49db7a5a 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -5,11 +5,11 @@ "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.47.0", "@theia/debug": "1.31.0", "@theia/filesystem": "1.31.0", "@theia/output": "1.31.0", - "@theia/plugin-ext": "1.31.0", + "@theia/plugin-ext": "1.47.0", "@theia/workspace": "1.31.0", "@types/request": "^2.0.3", "ps-tree": "^1.2.0",