From 10fef97f2dc75620981498fdf70f5b34a90a4b1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:31:00 +0000 Subject: [PATCH] Update dependency gray-matter to v4.0.3 --- .github/actions/validate-docs-links/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/validate-docs-links/package.json b/.github/actions/validate-docs-links/package.json index 79f3da2aee..f6fda53cc6 100644 --- a/.github/actions/validate-docs-links/package.json +++ b/.github/actions/validate-docs-links/package.json @@ -18,7 +18,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "github-slugger": "1.2.0", - "gray-matter": "4.0.2", + "gray-matter": "4.0.3", "rehype-raw": "4.0.1", "remark-parse": "7.0.1", "remark-rehype": "5.0.0",