From a6aeb1b614ef685127c726eee8d84c5fe081ec1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 05:30:52 +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-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- 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..97fd70e3b6552 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.37.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", - "@theia/navigator": "1.31.0", - "@theia/process": "1.31.0", + "@theia/navigator": "1.37.0", + "@theia/process": "1.37.0", "@theia/workspace": "1.31.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0"