add @types/cheerio

This commit is contained in:
Kevin Leutzinger 2024-12-11 00:17:28 -05:00
parent e2e2c9dbaf
commit e83c07a7b0
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@ -113,6 +113,7 @@
"@playwright/test": "1.48.2",
"@types/archiver": "6.0.2",
"@types/better-sqlite3": "7.6.11",
"@types/cheerio": "0.22.35",
"@types/cls-hooked": "4.3.8",
"@types/compression": "1.7.5",
"@types/cookie-parser": "1.4.8",
@ -3591,6 +3592,16 @@
"@types/responselike": "*"
}
},
"node_modules/@types/cheerio": {
"version": "0.22.35",
"resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.35.tgz",
"integrity": "sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/cls-hooked": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/@types/cls-hooked/-/cls-hooked-4.3.8.tgz",

View File

@ -153,6 +153,7 @@
"@playwright/test": "1.48.2",
"@types/archiver": "6.0.2",
"@types/better-sqlite3": "7.6.11",
"@types/cheerio": "0.22.35",
"@types/cls-hooked": "4.3.8",
"@types/compression": "1.7.5",
"@types/cookie-parser": "1.4.8",