From 9c0e1d31a4d179a6d6bab14e9bb0ac4561774479 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 05:41:34 +0000 Subject: [PATCH] fix: packages/filesystem/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/filesystem/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index d84f8c2274c1d..16eeff41261ce 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -3,7 +3,7 @@ "version": "1.31.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/rimraf": "^2.0.2",