From 531009039434588b1dfefdb81e1078f7fb4fc937 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 20:16:37 +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-INFLIGHT-6095116 --- 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..36a6e087bf307 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -5,8 +5,8 @@ "dependencies": { "@theia/core": "1.31.0", "@theia/editor": "1.31.0", - "@theia/filesystem": "1.31.0", - "@theia/monaco": "1.31.0", + "@theia/filesystem": "1.55.0", + "@theia/monaco": "1.55.0", "@theia/monaco-editor-core": "1.72.3", "@theia/workspace": "1.31.0" },