From 6f82bfabec70bb6e74f5c831f4f8fb6c1e5a9453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 06:15:35 +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-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- packages/vsx-registry/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 93e0986562238..5d7e4c177735b 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.47.0", "@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-vscode": "1.47.0", "@theia/preferences": "1.31.0", "@theia/workspace": "1.31.0", "luxon": "^2.4.0",