From dbcfecf263da2d5e9ebb9b3520972ee7db354d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Feb 2023 03:47:59 +0000 Subject: [PATCH] fix: upgrade @theia/editor from 1.31.0 to 1.33.0 Snyk has created this PR to upgrade @theia/editor from 1.31.0 to 1.33.0. See this package in npm: https://www.npmjs.com/package/@theia/editor See this project in Snyk: https://app.snyk.io/org/magnologan/project/0b410d40-50bd-4f35-a561-450a7af13844?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/toolbar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 8e22c9a47f099..dd54141229e9a 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@theia/core": "1.31.0", - "@theia/editor": "1.31.0", + "@theia/editor": "1.33.0", "@theia/file-search": "1.31.0", "@theia/filesystem": "1.31.0", "@theia/monaco": "1.31.0",