From 5244c4b8ec2325da957b3288622772a430689bf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 02:52:17 +0000 Subject: [PATCH] fix: examples/api-tests/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 --- examples/api-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index becd3c7edabb5..68d5e935dad5a 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -3,7 +3,7 @@ "version": "1.31.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.31.0" + "@theia/core": "1.37.0" }, "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "repository": {