From 7f5ca0b1d84cf5c5a79f035c1139c20937f3ca1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 16:17:48 +0000 Subject: [PATCH] Bump remark-gfm from 3.0.0 to 3.0.1 (#22603) Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/remarkjs/remark-gfm/releases) - [Commits](https://github.com/remarkjs/remark-gfm/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: remark-gfm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3d0ea8503..2065ec29ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "rehype-stringify": "^9.0.2", "remark-code-extra": "^1.0.1", "remark-gemoji-to-emoji": "^1.1.0", - "remark-gfm": "^3.0.0", + "remark-gfm": "^3.0.1", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", "remark-rehype": "^10.0.0", @@ -18571,9 +18571,9 @@ } }, "node_modules/remark-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.0.tgz", - "integrity": "sha512-CXJw5h1iwUW6czFwi4tveoOSlsEZU44hcdNzUxC5uiNi7r/OQySf46AoEihM8/NwBbW1LcsnyGIsHBnbURFw2g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", + "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", "dependencies": { "@types/mdast": "^3.0.0", "mdast-util-gfm": "^2.0.0", @@ -37287,9 +37287,9 @@ } }, "remark-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.0.tgz", - "integrity": "sha512-CXJw5h1iwUW6czFwi4tveoOSlsEZU44hcdNzUxC5uiNi7r/OQySf46AoEihM8/NwBbW1LcsnyGIsHBnbURFw2g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", + "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", "requires": { "@types/mdast": "^3.0.0", "mdast-util-gfm": "^2.0.0", diff --git a/package.json b/package.json index 3f336ffb79..108fee2d87 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rehype-stringify": "^9.0.2", "remark-code-extra": "^1.0.1", "remark-gemoji-to-emoji": "^1.1.0", - "remark-gfm": "^3.0.0", + "remark-gfm": "^3.0.1", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", "remark-rehype": "^10.0.0",