From 07696a2ee4292382ff7418135a7b50f7ded6b560 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Feb 2024 22:36:59 +0000 Subject: [PATCH] fix: packages/plugin-ext-vscode/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-vscode/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index 1136d209d66dd..206b5f93a060b 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -4,14 +4,14 @@ "description": "Theia - Plugin Extension for VsCode", "dependencies": { "@theia/callhierarchy": "1.31.0", - "@theia/core": "1.31.0", + "@theia/core": "1.47.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", "@theia/monaco": "1.31.0", "@theia/monaco-editor-core": "1.72.3", "@theia/navigator": "1.31.0", "@theia/plugin": "1.31.0", - "@theia/plugin-ext": "1.31.0", + "@theia/plugin-ext": "1.47.0", "@theia/terminal": "1.31.0", "@theia/typehierarchy": "1.31.0", "@theia/userstorage": "1.31.0",