From c33b0f5976ffd8139877ffd58f699aed80f17e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:42:54 +0000 Subject: [PATCH] Bump remark-html from 13.0.1 to 13.0.2 Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: remark-html dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08f5009..46bbda8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "npm-run-all": "^4.1.5", "pug": "^3.0.0", "remark": "^13.0.0", - "remark-html": "^13.0.1", + "remark-html": "^13.0.2", "remark-preset-lint-recommended": "^5.0.0", "vfile-reporter": "^6.0.1" } @@ -1768,7 +1768,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -4539,8 +4538,7 @@ "bson": "^1.1.4", "denque": "^1.4.1", "require_optional": "^1.0.1", - "safe-buffer": "^5.1.2", - "saslprep": "^1.0.0" + "safe-buffer": "^5.1.2" }, "engines": { "node": ">=4" @@ -5702,13 +5700,17 @@ } }, "node_modules/remark-html": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.1.tgz", - "integrity": "sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.2.tgz", + "integrity": "sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==", "dependencies": { "hast-util-sanitize": "^3.0.0", "hast-util-to-html": "^7.0.0", "mdast-util-to-hast": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/remark-lint": { @@ -12475,9 +12477,9 @@ } }, "remark-html": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.1.tgz", - "integrity": "sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.2.tgz", + "integrity": "sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==", "requires": { "hast-util-sanitize": "^3.0.0", "hast-util-to-html": "^7.0.0", diff --git a/package.json b/package.json index 1aa2812..588ed06 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "npm-run-all": "^4.1.5", "pug": "^3.0.0", "remark": "^13.0.0", - "remark-html": "^13.0.1", + "remark-html": "^13.0.2", "remark-preset-lint-recommended": "^5.0.0", "vfile-reporter": "^6.0.1" }