From 0bc488de3567cae2a9d4862fa370dfcd667c38b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 10:18:51 +0000 Subject: [PATCH] fix: packages/memory-inspector/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/memory-inspector/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index e6af3d6e4d485..ad8d0d2535f14 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.31.0", - "@theia/debug": "1.31.0", + "@theia/core": "1.47.0", + "@theia/debug": "1.47.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0" },