From cf23f093477e1b112209c2f7cfc6d50f5b5aedf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:18:51 +0000 Subject: [PATCH] chore(deps): update dependency rehype-external-links to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a11a8606..e6e67d048 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ohash": "^0.1.4", "pathe": "^0.3.2", "property-information": "^6.1.1", - "rehype-external-links": "^1.0.1", + "rehype-external-links": "^2.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-sort-attribute-values": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index a55e135bf..72d9e154b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6477,10 +6477,10 @@ regexpp@^3.0.0, regexpp@^3.2.0: resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== -rehype-external-links@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-1.0.1.tgz#9e5d21c606b04d8098012e2d3c811919762d0ba2" - integrity sha512-SrMMtIO2tPLWDfvibhECAn9cuEMW6Fi40ZVK2UQSPTnDEv3LraLzGVyKGb/vrDlUy4RCYTcmm0rq/ss9nPqrsw== +rehype-external-links@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-2.0.0.tgz#594d7a8727f04758d2e760752ee29d964d44def3" + integrity sha512-Nhq4Wq2TpNdZ1rYec0LThCOoVLkIz5CLhDSo7k4nFhhlwE5vYcRleAM92ozZx6CcWTvzalLCpxq4PQLMucI1Vw== dependencies: "@types/hast" "^2.0.0" extend "^3.0.0"