-
Notifications
You must be signed in to change notification settings - Fork 890
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
[Manual Backport 2.x][Security] Bump all babel dependencies from 7.16.x
to 7.22.9
(#5428)
#5464
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #5464 +/- ##
==========================================
+ Coverage 66.84% 66.97% +0.13%
==========================================
Files 3284 3284
Lines 63167 63236 +69
Branches 10048 10048
==========================================
+ Hits 42221 42353 +132
+ Misses 18469 18445 -24
+ Partials 2477 2438 -39
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…opensearch-project#5428) * chore: Bump all babel dependencies from `7.16.x` to `7.22.9` Update proposal plugins to their transform equivalents Resolves CVE-2023-45133 Backport PR opensearch-project#5428 --------- Signed-off-by: Josh Romero <[email protected]>
Whitesource failure can be ignored. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.11 2.11
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.11
# Create a new branch
git switch --create backport/backport-5464-to-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fe1075bd5683ad0e9e9309330cf21da3b435f4e7
# Push it to GitHub
git push --set-upstream origin backport/backport-5464-to-2.11
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.11 Then, create a pull request where the |
2.11 backport #5482 |
7.16.x
to 7.22.9
(#5428)7.16.x
to 7.22.9
(#5428)
Description
7.16.x
to7.22.9
Update proposal plugins to their transform equivalents
Issues Resolved
Resolves CVE-2023-45133
Backport PR
#5428
Check List
yarn test:jest
yarn test:jest_integration