From ffad963a6a0fcacf72c0788df60fbef02a5f104d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 08:59:35 +0200 Subject: [PATCH] Bump remark-lint from 9.0.0 to 9.0.1 (#18974) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb78ca505a4..f9db5208520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3052,9 +3052,9 @@ } }, "remark-lint": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.0.0.tgz", - "integrity": "sha512-ETO4zI48PR1Nz42YiyaYBzyhOiEfppXLnck7HW2pjKqxd36SIyQgM6sxD4ToMQI9KuCgy8mLAl/iVJoDLKxVjw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.0.1.tgz", + "integrity": "sha512-q4VFsA7LEG4REJhR2P4A6CU9b4cCQL53845CX74Z4N/W0EgB9mm/GXpYzjbEqgkMPl5ctP8yp/vBYTNmjfUCtw==", "dev": true, "requires": { "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index 9231c8ea516..65d626d1192 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "remark-cli": "^10.0.0", "remark-frontmatter": "^4.0.0", - "remark-lint": "^9.0.0", + "remark-lint": "^9.0.1", "remark-lint-fenced-code-flag": "^3.0.0", "remark-lint-no-shell-dollars": "^3.0.0", "remark-stringify": "^10.0.0",