diff --git a/cosky-dashboard/package-lock.json b/cosky-dashboard/package-lock.json index d320e997..150e7710 100644 --- a/cosky-dashboard/package-lock.json +++ b/cosky-dashboard/package-lock.json @@ -18,7 +18,7 @@ "@angular/router": "^17.0.3", "echarts": "^5.4.2", "file-saver": "^2.0.5", - "monaco-editor": "^0.50.0", + "monaco-editor": "^0.52.0", "ng-zorro-antd": "^17.0.1", "rxjs": "~7.8.0", "tslib": "^2.3.0", @@ -8460,9 +8460,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.50.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz", - "integrity": "sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==", + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz", + "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==", "license": "MIT" }, "node_modules/mrmime": { diff --git a/cosky-dashboard/package.json b/cosky-dashboard/package.json index b81535a0..d0e31cef 100644 --- a/cosky-dashboard/package.json +++ b/cosky-dashboard/package.json @@ -20,7 +20,7 @@ "@angular/router": "^17.0.3", "echarts": "^5.4.2", "file-saver": "^2.0.5", - "monaco-editor": "^0.50.0", + "monaco-editor": "^0.52.0", "ng-zorro-antd": "^17.0.1", "rxjs": "~7.8.0", "tslib": "^2.3.0",