Skip to content

Commit

Permalink
fix(deps): update dependency cheerio to v1.0.0 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent e2d8d78 commit 91216fe
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"content-type": "^1.0.5",
"crypto-js": "^4.2.0",
"iconv-lite": "^0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"content-type": "^1.0.5",
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
Expand Down
69 changes: 55 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91216fe

Please sign in to comment.