From 683c5bdc2ed33beb97e9becbb00c40bdc6a71247 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Feb 2024 15:03:08 +0000 Subject: [PATCH] fix: packages/bulk-edit/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/bulk-edit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index f22f8ce27a34a..3d0f8965aa7ab 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -3,10 +3,10 @@ "version": "1.31.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@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": "1.47.0", "@theia/monaco-editor-core": "1.72.3", "@theia/workspace": "1.31.0" },