chore(deps): update dependency unist-util-select to v3.0.4 (#42043)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
16
tools/challenge-parser/package-lock.json
generated
16
tools/challenge-parser/package-lock.json
generated
@ -602,12 +602,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"nth-check": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
|
||||
"integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
|
||||
"integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"boolbase": "~1.0.0"
|
||||
"boolbase": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"parse-entities": {
|
||||
@ -934,14 +934,14 @@
|
||||
}
|
||||
},
|
||||
"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.4",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.4.tgz",
|
||||
"integrity": "sha512-xf1zCu4okgPqGLdhCDpRnjwBNyv3EqjiXRUbz2SdK1+qnLMB7uXXajfzuBvvbHoQ+JLyp4AEbFCGndmc6S72sw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"css-selector-parser": "^1.0.0",
|
||||
"not": "^0.1.0",
|
||||
"nth-check": "^1.0.0",
|
||||
"nth-check": "^2.0.0",
|
||||
"unist-util-is": "^4.0.0",
|
||||
"zwitch": "^1.0.0"
|
||||
}
|
||||
|
@ -50,6 +50,6 @@
|
||||
"unist-util-visit-children": "1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"unist-util-select": "3.0.1"
|
||||
"unist-util-select": "3.0.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user