Bump unist-util-select from 2.0.2 to 3.0.1 (#6021)

Bumps [unist-util-select](https://github.com/syntax-tree/unist-util-select) from 2.0.2 to 3.0.1.
- [Release notes](https://github.com/syntax-tree/unist-util-select/releases)
- [Commits](https://github.com/syntax-tree/unist-util-select/compare/2.0.2...3.0.1)

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-08-18 17:40:38 +01:00 committed by GitHub
parent 0b2caf9878
commit 9588b6a8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

22
package-lock.json generated
View File

@ -25102,16 +25102,24 @@
} }
}, },
"unist-util-select": { "unist-util-select": {
"version": "2.0.2", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-2.0.2.tgz", "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.1.tgz",
"integrity": "sha512-Yv5Z5ShMxv7Z9Dw175tKvOiRVXV4FrMHG778DSD9Z0jALgb3wAx9DoeInr3200QlYp71rYUXzzJdCb76xKdrCw==", "integrity": "sha512-VQpTuqZVJlRbosQdnLdTPIIqwZeU70YZ5aMBOqtFNGeeCdYn6ORZt/9RiaVlbl06ocuf58SVMoFa7a13CSGPMA==",
"dev": true, "dev": true,
"requires": { "requires": {
"css-selector-parser": "^1.1.0", "css-selector-parser": "^1.0.0",
"not": "^0.1.0", "not": "^0.1.0",
"nth-check": "^1.0.1", "nth-check": "^1.0.0",
"unist-util-is": "^3.0.0", "unist-util-is": "^4.0.0",
"zwitch": "^1.0.3" "zwitch": "^1.0.0"
},
"dependencies": {
"unist-util-is": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==",
"dev": true
}
} }
}, },
"unist-util-stringify-position": { "unist-util-stringify-position": {

View File

@ -174,7 +174,7 @@
"tslint": "5.20.0", "tslint": "5.20.0",
"typedoc": "^0.18.0", "typedoc": "^0.18.0",
"typescript": "3.9.6", "typescript": "3.9.6",
"unist-util-select": "^2.0.0", "unist-util-select": "^3.0.1",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",