From 506b2f0aa0a744b6b12a4ced5ea866ffb9451be4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Mar 2024 04:43:14 +0000 Subject: [PATCH] fix: packages/editor/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/editor/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/package.json b/packages/editor/package.json index c9f3e5d40698b..78385f2d3c671 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -3,8 +3,8 @@ "version": "1.31.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.31.0", - "@theia/variable-resolver": "1.31.0" + "@theia/core": "1.47.0", + "@theia/variable-resolver": "1.47.0" }, "publishConfig": { "access": "public"