From f27d8a72204e3406dab4f9cee1b7668d908b2cc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 07:05:38 +0000 Subject: [PATCH] fix: packages/search-in-workspace/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/search-in-workspace/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 5b9af244e3ae1..ff892e70d1e2d 100644 --- a/packages/search-in-workspace/package.json +++ b/packages/search-in-workspace/package.json @@ -3,11 +3,11 @@ "version": "1.31.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.47.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", - "@theia/navigator": "1.31.0", - "@theia/process": "1.31.0", + "@theia/navigator": "1.47.0", + "@theia/process": "1.47.0", "@theia/workspace": "1.31.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0"