diff --git a/package-lock.json b/package-lock.json index e5d32c72e1..1f319ac31e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "mime-types": "^2.1.35", - "monaco-editor": "^0.38.0" + "monaco-editor": "^0.39.0" }, "devDependencies": { "@playwright/test": "^1.34.3", @@ -2793,9 +2793,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.38.0.tgz", - "integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A==" + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz", + "integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q==" }, "node_modules/monaco-editor-webpack-plugin": { "version": "7.0.1", @@ -6854,9 +6854,9 @@ } }, "monaco-editor": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.38.0.tgz", - "integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A==" + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz", + "integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q==" }, "monaco-editor-webpack-plugin": { "version": "7.0.1", diff --git a/package.json b/package.json index 88ab99e452..e006bf04cd 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ }, "dependencies": { "mime-types": "^2.1.35", - "monaco-editor": "^0.38.0" + "monaco-editor": "^0.39.0" } }