-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CVE-2021-3803][1.x] Bump nth-check from 1.0.2 to 2.0.1 #3729
Conversation
Issue Resolve opensearch-project#1081 Backport PR opensearch-project#1422 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
9ff90f0
to
6d0af4f
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 1.x #3729 +/- ##
=======================================
Coverage 67.49% 67.50%
=======================================
Files 3044 3044
Lines 58692 58692
Branches 8902 8902
=======================================
+ Hits 39617 39619 +2
+ Misses 16926 16925 -1
+ Partials 2149 2148 -1
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Yeah, https://github.com/fb55/nth-check/releases/tag/v2.0.0 also seems like relatively safe breaking changes |
WhiteSource check failure can be ignored. |
Description
nth-check
is @v1.0.2 and we needs @v2.0.1 to fix the CVE.Main is bumped via PR here. As mentioned in the PR:
nth-check is a dependency of cheerio > css-select. Even though our dependency on cheerio@0.22.0 pulls in nth-check@~1.0.1, its signature hasn't changed* in nth-check@2.0.1 and a resolution to bump works. (*) The signature has changed but is backward compatible.
Double checked and don't see breaking changes here. Therefore, we should backport this PR.
Issue Resolve
#1081
Backport PR
#1422
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr