From d45dfc80d1bdd7a65eba1d1740dc44f8d5c8fd07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 04:02:36 +0000 Subject: [PATCH] fix: packages/monaco/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- packages/monaco/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 4c70ab9cdde38..5d06266711708 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -3,12 +3,12 @@ "version": "1.31.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.31.0", + "@theia/core": "1.37.0", "@theia/editor": "1.31.0", "@theia/filesystem": "1.31.0", - "@theia/markers": "1.31.0", + "@theia/markers": "1.37.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/outline-view": "1.31.0", + "@theia/outline-view": "1.37.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0",