From 8f1b4486f3517baa3ebb52067bfb4731949139c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Feb 2023 03:48:14 +0000 Subject: [PATCH] fix: upgrade @theia/file-search from 1.31.0 to 1.33.0 Snyk has created this PR to upgrade @theia/file-search from 1.31.0 to 1.33.0. See this package in npm: https://www.npmjs.com/package/@theia/file-search See this project in Snyk: https://app.snyk.io/org/magnologan/project/0b410d40-50bd-4f35-a561-450a7af13844?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/toolbar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 8e22c9a47f099..1bf755ae4c911 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -29,7 +29,7 @@ "dependencies": { "@theia/core": "1.31.0", "@theia/editor": "1.31.0", - "@theia/file-search": "1.31.0", + "@theia/file-search": "1.33.0", "@theia/filesystem": "1.31.0", "@theia/monaco": "1.31.0", "@theia/monaco-editor-core": "1.72.3",