fix(deps): update dependency cheerio to v1.1.2

This commit is contained in:
renovate[bot] 2025-07-21 11:08:53 +00:00 committed by GitHub
parent ff45f431ee
commit 3e9204e183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
package-lock.json generated
View file

@ -3184,9 +3184,9 @@
}
},
"node_modules/cheerio": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.1.1.tgz",
"integrity": "sha512-bTXxVZeOfc3I97S4CSYVjcYvaTp92YOlwEUrVRtYrkuVn7S8/QKnnozVlztPcXlU039S2UxtsjAMyFRbX3V9gQ==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.1.2.tgz",
"integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==",
"license": "MIT",
"dependencies": {
"cheerio-select": "^2.1.0",
@ -3198,7 +3198,7 @@
"parse5": "^7.3.0",
"parse5-htmlparser2-tree-adapter": "^7.1.0",
"parse5-parser-stream": "^7.1.2",
"undici": "^7.11.0",
"undici": "^7.12.0",
"whatwg-mimetype": "^4.0.0"
},
"engines": {