From 85a690b20f60312ab76cdbd5ca843b93cd4b2c76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:24:02 +0000 Subject: [PATCH] fix: packages/userstorage/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/userstorage/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 3e8a16eb0f627..e51eca33599dc 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -3,8 +3,8 @@ "version": "1.31.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.31.0", - "@theia/filesystem": "1.31.0" + "@theia/core": "1.37.0", + "@theia/filesystem": "1.37.0" }, "publishConfig": { "access": "public"