From 7dddc8c8e24a43547c4799edfc21d3822197ab31 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 22 Sep 2023 15:02:23 -0400 Subject: [PATCH] Bump dependencies --- website/package.json | 2 +- website/pnpm-lock.yaml | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/website/package.json b/website/package.json index 22acdd66..8b9d0cf3 100644 --- a/website/package.json +++ b/website/package.json @@ -64,7 +64,7 @@ "feed": "4.2.2", "lint-staged": "14.0.1", "markdownlint": "0.31.1", - "markdownlint-cli": "0.36.0", + "markdownlint-cli": "0.37.0", "sentences-per-line": "0.2.1", "stylelint": "15.10.3", "stylelint-stylus": "0.18.0", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index bf841ac5..bc22c2ed 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -101,8 +101,8 @@ devDependencies: specifier: 0.31.1 version: 0.31.1 markdownlint-cli: - specifier: 0.36.0 - version: 0.36.0 + specifier: 0.37.0 + version: 0.37.0 sentences-per-line: specifier: 0.2.1 version: 0.2.1 @@ -4105,8 +4105,8 @@ packages: uc.micro: 1.0.6 dev: true - /markdownlint-cli@0.36.0: - resolution: {integrity: sha512-h4WdqOam3+QOVOcJSOQuG8KvvN8dlS0OiJhbPwYWBk7VMZR40UtSSMIOpSP5B4EHPHg3W3ILSQUvqg1HNpTCxA==} + /markdownlint-cli@0.37.0: + resolution: {integrity: sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==} engines: {node: '>=16'} hasBin: true dependencies: @@ -4116,7 +4116,7 @@ packages: ignore: 5.2.4 js-yaml: 4.1.0 jsonc-parser: 3.2.0 - markdownlint: 0.30.0 + markdownlint: 0.31.1 minimatch: 9.0.3 run-con: 1.3.2 dev: true @@ -4133,14 +4133,6 @@ packages: markdown-it: 8.4.2 dev: true - /markdownlint@0.30.0: - resolution: {integrity: sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==} - engines: {node: '>=16'} - dependencies: - markdown-it: 13.0.1 - markdownlint-micromark: 0.1.7 - dev: true - /markdownlint@0.31.1: resolution: {integrity: sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==} engines: {node: '>=16'}