From c933cbb96003610f68e53928bd834f25b8f85f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 07:53:35 +0000 Subject: [PATCH] fix: packages/output/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/output/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/output/package.json b/packages/output/package.json index a34f6a0e3d1c2..a7c9dbddb7e55 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -3,9 +3,9 @@ "version": "1.31.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.47.0", "@theia/editor": "1.31.0", - "@theia/monaco": "1.31.0", + "@theia/monaco": "1.47.0", "@theia/monaco-editor-core": "1.72.3", "@types/p-queue": "^2.3.1", "p-queue": "^2.4.2"