From d5e4dd1385a860bcf1a5731481f687957ca3f8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 23:31:03 +0000 Subject: [PATCH] Bump htmr from 0.8.6 to 0.8.7 Bumps [htmr](https://github.com/pveyes/htmr) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/pveyes/htmr/releases) - [Commits](https://github.com/pveyes/htmr/compare/v0.8.6...v0.8.7) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f100ca..b8858c5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "change-case": "^4.1.1", - "htmr": "^0.8.6", + "htmr": "^0.8.7", "jdown": "^1.0.3", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/yarn.lock b/yarn.lock index 86e719e..e65f220 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4553,10 +4553,10 @@ htmlparser2@^3.10.1, htmlparser2@^3.3.0: inherits "^2.0.1" readable-stream "^3.1.1" -htmr@^0.8.6: - version "0.8.6" - resolved "https://registry.yarnpkg.com/htmr/-/htmr-0.8.6.tgz#d8927bfe20e2c0625b6155a678c81928088cee4b" - integrity sha512-u/853d1NX8BCOSCdoZCUbxUf6j+F81OuNPDflK/3MD3E66RiX/+7OJcgxlcQQnRG/DGsoF4ON9V2XORfxkniYw== +htmr@^0.8.7: + version "0.8.7" + resolved "https://registry.yarnpkg.com/htmr/-/htmr-0.8.7.tgz#9a94b5bae14c692e4d84fcd23c17eca431f85be4" + integrity sha512-M2Wf+66xJmx1W3byIhDN13t6j7+nIGLD5KeFFM+1NtnaU2kvrkDRr7Bze8+NaHVgH71J9Xr7BzGuX/t0BxQBQQ== dependencies: html-entities "^1.2.1" htmlparser2 "^3.10.1"