From e1f779d32e94aacb88abf26d2bdcc4c328c7419a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:55:23 +0000 Subject: [PATCH] Bump remark-html from 15.0.1 to 15.0.2 (#1088) Bumps [remark-html](https://github.com/remarkjs/remark-html) from 15.0.1 to 15.0.2. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/15.0.1...15.0.2) --- updated-dependencies: - dependency-name: remark-html 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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 779d1f0..4930956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", - "remark-html": "^15.0.1", + "remark-html": "^15.0.2", "vcf": "^2.1.1" }, "devDependencies": { @@ -11984,9 +11984,9 @@ } }, "node_modules/remark-html": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-15.0.1.tgz", - "integrity": "sha512-7ta5UPRqj8nP0GhGMYUAghZ/DRno7dgq7alcW90A7+9pgJsXzGJlFgwF8HOP1b1tMgT3WwbeANN+CaTimMfyNQ==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-15.0.2.tgz", + "integrity": "sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==", "dependencies": { "@types/mdast": "^3.0.0", "hast-util-sanitize": "^4.0.0", diff --git a/package.json b/package.json index d9858dc..3a1ee94 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^18.2.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", - "remark-html": "^15.0.1", + "remark-html": "^15.0.2", "vcf": "^2.1.1" }, "devDependencies": {