From d2d8257f1a05a2a75cf62b908718a16f34101a02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 04:35:56 +0000 Subject: [PATCH] fix: packages/scm-extra/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/scm-extra/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 90fde69b2dc59..5ea2eac5a522c 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -3,11 +3,11 @@ "version": "1.31.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.47.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", - "@theia/navigator": "1.31.0", - "@theia/scm": "1.31.0" + "@theia/navigator": "1.47.0", + "@theia/scm": "1.47.0" }, "publishConfig": { "access": "public"