fix(deps): update dependency monaco-editor to v0.56.0

This commit is contained in:
renovate[bot]
2026-07-23 14:01:52 +00:00
committed by GitHub
parent b7ebcd6a23
commit 6e34f6831c
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
"dayjs": "1.11.21",
"escape-string-regexp": "5.0.0",
"interweave": "13.1.1",
"monaco-editor": "0.55.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.2.7",
"react-async-hook": "4.0.0",
@@ -3109,9 +3109,9 @@
}
},
"node_modules/dompurify": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz",
"integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==",
"version": "3.4.8",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz",
"integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
@@ -4277,12 +4277,12 @@
}
},
"node_modules/monaco-editor": {
"version": "0.55.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.55.1.tgz",
"integrity": "sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==",
"version": "0.56.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.56.0.tgz",
"integrity": "sha512-sXboRm3BeBeLm938eaiyLMe0OxzfXIlZvbv4ir/jVgQy1zDhWjgmny0WoN45fuDKhCCQsYMbBJrv/A6jd8aCUg==",
"license": "MIT",
"dependencies": {
"dompurify": "3.2.7",
"dompurify": "3.4.8",
"marked": "14.0.0"
}
},

View File

@@ -34,7 +34,7 @@
"dayjs": "1.11.21",
"escape-string-regexp": "5.0.0",
"interweave": "13.1.1",
"monaco-editor": "0.55.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.2.7",
"react-async-hook": "4.0.0",