From 11f3d2405c10cc5ed616e663768900f7f09b206c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 10:06:37 +0000 Subject: [PATCH] Bump unist-util-select from 3.0.1 to 3.0.2 (#6322) Bumps [unist-util-select](https://github.com/syntax-tree/unist-util-select) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/syntax-tree/unist-util-select/releases) - [Commits](https://github.com/syntax-tree/unist-util-select/compare/3.0.1...3.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1bba9a89c..6635bfbd3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25716,9 +25716,9 @@ } }, "unist-util-select": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.1.tgz", - "integrity": "sha512-VQpTuqZVJlRbosQdnLdTPIIqwZeU70YZ5aMBOqtFNGeeCdYn6ORZt/9RiaVlbl06ocuf58SVMoFa7a13CSGPMA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.2.tgz", + "integrity": "sha512-LuxE3L0joWDkKjzIMWnVYNjZdvTZpLB5HyAOOneokzCZqXbvaKVTnxoJRtU1uE6dgymg+oNKUoveN/ixHD9Ncw==", "dev": true, "requires": { "css-selector-parser": "^1.0.0", diff --git a/package.json b/package.json index 7721e2b5d4..ca0b2a6fc5 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "tslint": "6.1.3", "typedoc": "^0.19.2", "typescript": "3.9.7", - "unist-util-select": "^3.0.1", + "unist-util-select": "^3.0.2", "webpack-cli": "^3.3.12" }, "license": "Apache-2.0",