diff --git a/curve_editor/ui/package-lock.json b/curve_editor/ui/package-lock.json index 2c9c6f8..7fe06b0 100644 --- a/curve_editor/ui/package-lock.json +++ b/curve_editor/ui/package-lock.json @@ -19,7 +19,7 @@ "css-loader": "^7.1.2", "d3": "^7.9.0", "eslint": "^9.35.0", - "monaco-editor": "^0.52.0", + "monaco-editor": "^0.53.0", "monaco-editor-webpack-plugin": "^7.1.0", "react": "^19.0.0", "react-dom": "^19.1.0", @@ -1881,6 +1881,13 @@ "@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==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/vinyl": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz", @@ -5615,10 +5622,14 @@ } }, "node_modules/monaco-editor": { - "version": "0.52.2", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz", - "integrity": "sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==", - "dev": true + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.53.0.tgz", + "integrity": "sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/trusted-types": "^1.0.6" + } }, "node_modules/monaco-editor-webpack-plugin": { "version": "7.1.0", diff --git a/curve_editor/ui/package.json b/curve_editor/ui/package.json index a2f02a0..5be50b1 100644 --- a/curve_editor/ui/package.json +++ b/curve_editor/ui/package.json @@ -16,7 +16,7 @@ "css-loader": "^7.1.2", "d3": "^7.9.0", "eslint": "^9.35.0", - "monaco-editor": "^0.52.0", + "monaco-editor": "^0.53.0", "monaco-editor-webpack-plugin": "^7.1.0", "react": "^19.0.0", "react-dom": "^19.1.0",