diff --git a/ui/package-lock.json b/ui/package-lock.json index f6c898f55a..6725f569a6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -27,7 +27,7 @@ "highlight.js": "^11.9.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "monaco-editor": "^0.43.0", + "monaco-editor": "^0.45.0", "monaco-themes": "^0.4.4", "nightwind": "^1.1.13", "playwright": "^1.40.1", @@ -10119,9 +10119,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.43.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.43.0.tgz", - "integrity": "sha512-cnoqwQi/9fml2Szamv1XbSJieGJ1Dc8tENVMD26Kcfl7xGQWp7OBKMjlwKVGYFJ3/AXJjSOGvcqK7Ry/j9BM1Q==" + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.45.0.tgz", + "integrity": "sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==" }, "node_modules/monaco-themes": { "version": "0.4.4", @@ -19822,9 +19822,9 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "monaco-editor": { - "version": "0.43.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.43.0.tgz", - "integrity": "sha512-cnoqwQi/9fml2Szamv1XbSJieGJ1Dc8tENVMD26Kcfl7xGQWp7OBKMjlwKVGYFJ3/AXJjSOGvcqK7Ry/j9BM1Q==" + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.45.0.tgz", + "integrity": "sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==" }, "monaco-themes": { "version": "0.4.4", diff --git a/ui/package.json b/ui/package.json index 34a5c059c2..de6ebf7450 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "highlight.js": "^11.9.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "monaco-editor": "^0.43.0", + "monaco-editor": "^0.45.0", "monaco-themes": "^0.4.4", "nightwind": "^1.1.13", "playwright": "^1.40.1",