vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

[release-18.0] VTAdmin: Upgrade deps to address security vulns (#16843) #16845

Closed vitess-bot[bot] closed 1 month ago

vitess-bot[bot] commented 1 month ago

Description

This is a backport of #16843

vitess-bot[bot] commented 1 month ago

Hello @mattlord, there are conflicts in this backport.

Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.

Make sure you replace origin by the name of the vitessio/vitess remote


git fetch --all
gh pr checkout 16845 -R vitessio/vitess
git reset --hard origin/release-18.0
git cherry-pick -m 1 712ed8e9f7164b3c94b19a6e6a946bc263060b4e
vitess-bot[bot] commented 1 month ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility