From f7bf881d57466ca5a92fa49799333e176d234a6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:57:52 +0000 Subject: [PATCH] chore(deps): update dependency unified to v11 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index da194387..8513885d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "remark-gfm": "^3.0.0", "remark-rehype": "^10.1.0", "turndown": "^7.1.0", - "unified": "^10.1.0", + "unified": "^10.1.0 || ^11.0.0", "unist-util-is": "^5.2.0", "unist-util-remove": "^4.0.0", "unist-util-visit": "^4.1.0" diff --git a/package.json b/package.json index 12b142ba..422268dc 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "remark-gfm": "^3.0.0", "remark-rehype": "^10.1.0", "turndown": "^7.1.0", - "unified": "^10.1.0", + "unified": "^10.1.0 || ^11.0.0", "unist-util-is": "^5.2.0", "unist-util-remove": "^4.0.0", "unist-util-visit": "^4.1.0"