From d36498ae9416c76f78becdd3c2c2923604bc1c44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Aug 2025 08:05:10 +0000 Subject: [PATCH] fix: browser-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- browser-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-app/package.json b/browser-app/package.json index e1cb9d5..93eb9b8 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -4,7 +4,7 @@ "version": "0.2.1", "dependencies": { "@devpodio/theia-vue-extension": "0.2.1", - "@theia/core": "next", + "@theia/core": "1.64.0", "@theia/editor": "next", "@theia/filesystem": "next", "@theia/languages": "next",