From e7f5e92c0444e363eb6fbbeeb90b6665f35bd642 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 15:57:28 +0000 Subject: [PATCH] fix: packages/file-search/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/file-search/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/file-search/package.json b/packages/file-search/package.json index b0d761a2b387b..86fcd8f86b873 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -3,11 +3,11 @@ "version": "1.31.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", "@theia/process": "1.31.0", - "@theia/workspace": "1.31.0", + "@theia/workspace": "1.37.0", "@vscode/ripgrep": "^1.14.2" }, "publishConfig": {