From 43cef4caaa6fec2c7053f419ed54ec7118631657 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 05:50:59 +0000 Subject: [PATCH] fix: packages/plugin-ext/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-ext/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 81095a138cf60..3ee52af923300 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -8,8 +8,8 @@ "@theia/bulk-edit": "1.31.0", "@theia/callhierarchy": "1.31.0", "@theia/console": "1.31.0", - "@theia/core": "1.31.0", - "@theia/debug": "1.31.0", + "@theia/core": "1.47.0", + "@theia/debug": "1.47.0", "@theia/editor": "1.31.0", "@theia/file-search": "1.31.0", "@theia/filesystem": "1.31.0", @@ -25,8 +25,8 @@ "@theia/search-in-workspace": "1.31.0", "@theia/task": "1.31.0", "@theia/terminal": "1.31.0", - "@theia/timeline": "1.31.0", - "@theia/typehierarchy": "1.31.0", + "@theia/timeline": "1.47.0", + "@theia/typehierarchy": "1.47.0", "@theia/variable-resolver": "1.31.0", "@theia/workspace": "1.31.0", "@types/mime": "^2.0.1",