From 88b679345bc81ff2f616ea4e73b6bd786d85d540 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 21:23:35 +0000 Subject: [PATCH] fix: packages/property-view/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/property-view/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/property-view/package.json b/packages/property-view/package.json index 1744b2aaacf08..c9c5defbd160c 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -3,8 +3,8 @@ "version": "1.31.0", "description": "Theia - Property View 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"