mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
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:
parent
0b2caf9878
commit
9588b6a8dc
22
package-lock.json
generated
22
package-lock.json
generated
@ -25102,16 +25102,24 @@
|
||||
}
|
||||
},
|
||||
"unist-util-select": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-2.0.2.tgz",
|
||||
"integrity": "sha512-Yv5Z5ShMxv7Z9Dw175tKvOiRVXV4FrMHG778DSD9Z0jALgb3wAx9DoeInr3200QlYp71rYUXzzJdCb76xKdrCw==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.1.tgz",
|
||||
"integrity": "sha512-VQpTuqZVJlRbosQdnLdTPIIqwZeU70YZ5aMBOqtFNGeeCdYn6ORZt/9RiaVlbl06ocuf58SVMoFa7a13CSGPMA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"css-selector-parser": "^1.1.0",
|
||||
"css-selector-parser": "^1.0.0",
|
||||
"not": "^0.1.0",
|
||||
"nth-check": "^1.0.1",
|
||||
"unist-util-is": "^3.0.0",
|
||||
"zwitch": "^1.0.3"
|
||||
"nth-check": "^1.0.0",
|
||||
"unist-util-is": "^4.0.0",
|
||||
"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": {
|
||||
|
@ -174,7 +174,7 @@
|
||||
"tslint": "5.20.0",
|
||||
"typedoc": "^0.18.0",
|
||||
"typescript": "3.9.6",
|
||||
"unist-util-select": "^2.0.0",
|
||||
"unist-util-select": "^3.0.1",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user