From a41c34ad37c65847c909b9e9ef5bff6781eefdcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 23:47:14 +0000 Subject: [PATCH] fix: packages/memory-inspector/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/memory-inspector/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index e6af3d6e4d485..36f465f6824b3 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.31.0", - "@theia/debug": "1.31.0", + "@theia/core": "1.37.0", + "@theia/debug": "1.37.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0" },