From 0ce5f21d4a35199707ff17a4ceb6c5436324143a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 03:01:07 +0000 Subject: [PATCH] chore(deps-dev): bump unist-util-find-before from 3.0.0 to 3.0.1 Bumps [unist-util-find-before](https://github.com/syntax-tree/unist-util-find-before) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/syntax-tree/unist-util-find-before/releases) - [Commits](https://github.com/syntax-tree/unist-util-find-before/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: unist-util-find-before dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 634f35d0c2e..30f7d058b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,7 +165,7 @@ "ts-toolbelt": "9.6.0", "typescript": "4.9.5", "unist-util-find": "1.0.2", - "unist-util-find-before": "3.0.0", + "unist-util-find-before": "3.0.1", "unist-util-flat-filter": "2.0.0", "webpack": "5.77.0", "yaml": "2.2.1" @@ -54375,9 +54375,9 @@ } }, "node_modules/unist-util-find-before": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-find-before/-/unist-util-find-before-3.0.0.tgz", - "integrity": "sha512-+FOagPMJICMK3kO0sZSptWxzCZLI11O7Ej7XnmFVim+0hhA7dmTGKB2ouihsFe3/1tzYzTdUrawxNHlz3Q+CuA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/unist-util-find-before/-/unist-util-find-before-3.0.1.tgz", + "integrity": "sha512-teGlW6zc5yFIZxZdOEAPrBXYTXfucZ/ubAM+UDn6wdKLAnCT6GWTp4pPOFfCbg6QnQ43tMl3iAtGDhP0vhZPow==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", @@ -96922,9 +96922,9 @@ } }, "unist-util-find-before": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-find-before/-/unist-util-find-before-3.0.0.tgz", - "integrity": "sha512-+FOagPMJICMK3kO0sZSptWxzCZLI11O7Ej7XnmFVim+0hhA7dmTGKB2ouihsFe3/1tzYzTdUrawxNHlz3Q+CuA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/unist-util-find-before/-/unist-util-find-before-3.0.1.tgz", + "integrity": "sha512-teGlW6zc5yFIZxZdOEAPrBXYTXfucZ/ubAM+UDn6wdKLAnCT6GWTp4pPOFfCbg6QnQ43tMl3iAtGDhP0vhZPow==", "dev": true, "requires": { "@types/unist": "^2.0.0", diff --git a/package.json b/package.json index 95e5f43e8a4..9eb7315b43c 100644 --- a/package.json +++ b/package.json @@ -243,7 +243,7 @@ "ts-toolbelt": "9.6.0", "typescript": "4.9.5", "unist-util-find": "1.0.2", - "unist-util-find-before": "3.0.0", + "unist-util-find-before": "3.0.1", "unist-util-flat-filter": "2.0.0", "webpack": "5.77.0", "yaml": "2.2.1"