From af8e21be5bdfbcb993631d55c453e41f8965c1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:31:29 +0000 Subject: [PATCH] build(deps): bump unist-util-visit-parents from 5.1.3 to 6.0.1 Bumps [unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents) from 5.1.3 to 6.0.1. - [Release notes](https://github.com/syntax-tree/unist-util-visit-parents/releases) - [Commits](https://github.com/syntax-tree/unist-util-visit-parents/compare/5.1.3...6.0.1) --- updated-dependencies: - dependency-name: unist-util-visit-parents dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d51286..94fbb63 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "tree-model": "^1.0.7", "unified": "^10.1.2", "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^5.1.3", + "unist-util-visit-parents": "^6.0.1", "yamljs": "^0.3.0", "zotero-plugin-toolkit": "^2.1.7" },