diff --git a/package.json b/package.json index 114bbd032..40f02bfc9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-json": "3.1.0", - "eslint-plugin-markdown": "3.0.1", + "eslint-plugin-markdown": "4.0.1", "eslint-plugin-prettier": "5.1.3", "nps": "5.10.0", "nps-i": "1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 745206f00..8e9ad5b45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ devDependencies: specifier: 3.1.0 version: 3.1.0 eslint-plugin-markdown: - specifier: 3.0.1 - version: 3.0.1(eslint@8.57.0) + specifier: 4.0.1 + version: 4.0.1(eslint@8.57.0) eslint-plugin-prettier: specifier: 5.1.3 version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) @@ -3071,11 +3071,11 @@ packages: vscode-json-languageservice: 4.2.1 dev: true - /eslint-plugin-markdown@3.0.1(eslint@8.57.0): - resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-markdown@4.0.1(eslint@8.57.0): + resolution: {integrity: sha512-5/MnGvYU0i8MbHH5cg8S+Vl3DL+bqRNYshk1xUO86DilNBaxtTkhH+5FD0/yO03AmlI6+lfNFdk2yOw72EPzpA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: '>=8' dependencies: eslint: 8.57.0 mdast-util-from-markdown: 0.8.5