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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-10 10:06:37 +00:00 committed by GitHub
parent a7fb195874
commit 11f3d2405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",