From b6a0451299941eb47431784a2b52020a930d8f33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 03:55:05 +0000 Subject: [PATCH] fix: packages/vsx-registry/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-MACADDRESS-567156 - 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/vsx-registry/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 93e0986562238..c3ca9c81713d8 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -3,11 +3,11 @@ "version": "1.31.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.31.1", "@theia/filesystem": "1.31.0", "@theia/ovsx-client": "1.31.0", - "@theia/plugin-ext": "1.31.0", - "@theia/plugin-ext-vscode": "1.31.0", + "@theia/plugin-ext": "1.41.0", + "@theia/plugin-ext-vscode": "1.41.0", "@theia/preferences": "1.31.0", "@theia/workspace": "1.31.0", "luxon": "^2.4.0",