diff --git a/package-lock.json b/package-lock.json index 832b10d..6fc5ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0", - "monaco-editor": "^0.52.2", + "monaco-editor": "^0.53.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.4.1", "pretty-bytes": "^6.1.1", @@ -2919,6 +2919,12 @@ "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", "dev": true }, + "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/yargs": { "version": "17.0.32", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", @@ -7604,9 +7610,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==" + "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/ms": { "version": "2.1.3", diff --git a/package.json b/package.json index 627d20a..b91be83 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0", - "monaco-editor": "^0.52.2", + "monaco-editor": "^0.53.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.4.1", "pretty-bytes": "^6.1.1",