diff --git a/ui/package-lock.json b/ui/package-lock.json index 4ff8780ea..e52ac0542 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -41,7 +41,7 @@ "lodash.isequal": "4.5.0", "lucide-react": "0.542.0", "moment": "2.30.1", - "monaco-editor": "0.52.2", + "monaco-editor": "^0.53.0", "next": "15.5.3", "next-themes": "0.4.6", "nuqs": "2.6.0", @@ -2840,6 +2840,12 @@ "@types/react": "^19.0.0" } }, + "node_modules/@types/trusted-types": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz", + "integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==", + "license": "MIT" + }, "node_modules/@types/use-sync-external-store": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", @@ -7010,10 +7016,13 @@ } }, "node_modules/monaco-editor": { - "version": "0.52.2", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz", - "integrity": "sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==", - "license": "MIT" + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.53.0.tgz", + "integrity": "sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ==", + "license": "MIT", + "dependencies": { + "@types/trusted-types": "^1.0.6" + } }, "node_modules/monaco-editor-webpack-plugin": { "version": "7.1.0", diff --git a/ui/package.json b/ui/package.json index 641f5c208..2242b4ea7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.isequal": "4.5.0", "lucide-react": "0.542.0", "moment": "2.30.1", - "monaco-editor": "0.52.2", + "monaco-editor": "0.53.0", "next": "15.5.3", "next-themes": "0.4.6", "nuqs": "2.6.0",