From 8657d8bf680fcca67d0a4e6378178c1290c90a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:09:26 +0000 Subject: [PATCH] chore(deps): update dependency monaco-editor to ^0.54.0 --- package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 262063d2..88665dba 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "jsonc-eslint-parser": "^2.3.0", "lint-staged": "^16.0.0", "mocha": "^11.0.0", - "monaco-editor": "^0.52.0", + "monaco-editor": "^0.54.0", "npm-run-all2": "8.0.4", "nyc": "^17.0.0", "opener": "^1.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b1dff0a..280e8e55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,8 +145,8 @@ importers: specifier: ^11.0.0 version: 11.0.1 monaco-editor: - specifier: ^0.52.0 - version: 0.52.0 + specifier: ^0.54.0 + version: 0.54.0 npm-run-all2: specifier: 8.0.4 version: 8.0.4 @@ -1409,6 +1409,9 @@ packages: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} + dompurify@3.1.7: + resolution: {integrity: sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==} + dotenv@8.6.0: resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} engines: {node: '>=10'} @@ -1506,6 +1509,7 @@ packages: eslint-plugin-markdown@5.0.0: resolution: {integrity: sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: Please use @eslint/markdown instead peerDependencies: eslint: '>=8' @@ -2221,6 +2225,11 @@ packages: mark.js@8.11.1: resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} + marked@14.0.0: + resolution: {integrity: sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==} + engines: {node: '>= 18'} + hasBin: true + mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} @@ -2296,8 +2305,8 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true - monaco-editor@0.52.0: - resolution: {integrity: sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==} + monaco-editor@0.54.0: + resolution: {integrity: sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw==} ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -4527,6 +4536,8 @@ snapshots: dependencies: esutils: 2.0.3 + dompurify@3.1.7: {} + dotenv@8.6.0: {} eastasianwidth@0.2.0: {} @@ -5405,6 +5416,8 @@ snapshots: mark.js@8.11.1: {} + marked@14.0.0: {} + mdast-util-from-markdown@0.8.5: dependencies: '@types/mdast': 3.0.12 @@ -5507,7 +5520,10 @@ snapshots: yargs-parser: 20.2.9 yargs-unparser: 2.0.0 - monaco-editor@0.52.0: {} + monaco-editor@0.54.0: + dependencies: + dompurify: 3.1.7 + marked: 14.0.0 ms@2.1.3: {}