Skip to content

Commit

Permalink
Bump cheerio to @1.0.0-rc.11
Browse files Browse the repository at this point in the history
Due to recent security vulnerability in nth-checkv1.2.0 which is fetched transitively from enzyme --> cheerio --> css-select --> .... --> nth-checkv1.2.0.

cherrio@1.0.0-rc.11 removes dependency of css-select which ultimately removes dependency of nth-check
  • Loading branch information
vinodkumarsharma276 committed Jun 13, 2022
1 parent 3d286a4 commit 6c63667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme/package.json
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"dependencies": {
"array.prototype.flat": "^1.2.4",
"cheerio": "=1.0.0-rc.3",
"cheerio": "=1.0.0-rc.11",
"enzyme-shallow-equal": "^1.0.4",
"function.prototype.name": "^1.1.4",
"has": "^1.0.3",
Expand Down

0 comments on commit 6c63667

Please sign in to comment.