diff --git a/package.json b/package.json index 3435c9808..8efb7dc02 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "^8.0.3", "lerna": "^7.1.5", "lint-staged": "14.0.1", - "markdownlint": "^0.30.0", + "markdownlint": "^0.32.1", "markdownlint-cli2": "0.4.0", "mkdirp": "^1.0.4", "mocha": "^10.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 854ca3650..112e6e25f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ importers: specifier: 14.0.1 version: 14.0.1 markdownlint: - specifier: ^0.30.0 - version: 0.30.0 + specifier: ^0.32.1 + version: 0.32.1 markdownlint-cli2: specifier: 0.4.0 version: 0.4.0 @@ -11390,8 +11390,8 @@ packages: uc.micro: 1.0.6 dev: true - /markdown-it@13.0.1: - resolution: {integrity: sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==} + /markdown-it@13.0.2: + resolution: {integrity: sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==} hasBin: true dependencies: argparse: 2.0.1 @@ -11445,11 +11445,11 @@ packages: markdown-it: 12.3.2 dev: true - /markdownlint@0.30.0: - resolution: {integrity: sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==} - engines: {node: '>=16'} + /markdownlint@0.32.1: + resolution: {integrity: sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A==} + engines: {node: '>=18'} dependencies: - markdown-it: 13.0.1 + markdown-it: 13.0.2 markdownlint-micromark: 0.1.7 dev: true