diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 8bd07e61988..a2b602708c3 100644 --- a/package.json +++ b/package.json @@ -335,7 +335,7 @@ "jest-mock": "29.7.0", "jest-mock-extended": "3.0.7", "jest-snapshot": "29.7.0", - "markdownlint-cli2": "0.15.0", + "markdownlint-cli2": "0.16.0", "memfs": "4.14.1", "nock": "13.5.6", "npm-run-all2": "7.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07aed4f9c2a..0bbce943f0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -578,8 +578,8 @@ importers: specifier: 29.7.0 version: 29.7.0 markdownlint-cli2: - specifier: 0.15.0 - version: 0.15.0 + specifier: 0.16.0 + version: 0.16.0 memfs: specifier: 4.14.1 version: 4.14.1 @@ -4508,8 +4508,8 @@ packages: peerDependencies: markdownlint-cli2: '>=0.0.4' - resolution: {integrity: sha512-4P/lnxQxU2R5lywRJs4b2ajm8z65CW8qqR1bTIcdQ5EG+nZpC6HJlJUnmIR5ee+uecUkoMroazxWcLB7etSmrg==} + resolution: {integrity: sha512-oy5dJdOxGMKSwrlouxdEGf6N4O2Iz8oJ4/HO2Ix67o4vTK1AQNGjZUNwTIzfa5x+XbJ++dfgR1gLfILajsW+1Q==} engines: {node: '>=18'} hasBin: true @@ -11595,17 +11595,17 @@ snapshots: dependencies: repeat-string: 1.6.1 dependencies: - markdownlint-cli2: 0.15.0 + markdownlint-cli2: 0.16.0 dependencies: globby: 14.0.2 js-yaml: 4.1.0 jsonc-parser: 3.3.1 markdownlint: 0.36.1 - markdownlint-cli2-formatter-default: 0.0.5([email protected]) + markdownlint-cli2-formatter-default: 0.0.5([email protected]) micromatch: 4.0.8 |