Skip to content

Commit

Permalink
chore(honkit): use ^ for cheerio
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 2, 2020
1 parent 7849651 commit 758a944
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/honkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@honkit/honkit-plugin-theme-default": "^3.5.2",
"@honkit/markdown-legacy": "^3.5.2",
"bash-color": "0.0.4",
"cheerio": "0.20.0",
"cheerio": "^0.20.0",
"chokidar": "^3.3.0",
"commander": "^5.1.0",
"cp": "0.2.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,18 @@ cheerio@*, cheerio@^0.22.0:
lodash.reject "^4.4.0"
lodash.some "^4.4.0"

cheerio@0.20.0, cheerio@^0.20.0, "cheerio@^0.20.0 && >=0.20.0":
cheerio@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.19.0.tgz#772e7015f2ee29965096d71ea4175b75ab354925"
integrity sha1-dy5wFfLuKZZQltcepBdbdas1SSU=
dependencies:
css-select "~1.0.0"
dom-serializer "~0.1.0"
entities "~1.1.1"
htmlparser2 "~3.8.1"
lodash "^3.2.0"

cheerio@^0.20.0, "cheerio@^0.20.0 && >=0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.20.0.tgz#5c710f2bab95653272842ba01c6ea61b3545ec35"
integrity sha1-XHEPK6uVZTJyhCugHG6mGzVF7DU=
Expand All @@ -2815,17 +2826,6 @@ cheerio@0.20.0, cheerio@^0.20.0, "cheerio@^0.20.0 && >=0.20.0":
optionalDependencies:
jsdom "^7.0.2"

cheerio@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.19.0.tgz#772e7015f2ee29965096d71ea4175b75ab354925"
integrity sha1-dy5wFfLuKZZQltcepBdbdas1SSU=
dependencies:
css-select "~1.0.0"
dom-serializer "~0.1.0"
entities "~1.1.1"
htmlparser2 "~3.8.1"
lodash "^3.2.0"

chokidar@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450"
Expand Down

0 comments on commit 758a944

Please sign in to comment.