LauraXia123 opened a new pull request, #11145: URL: https://github.com/apache/gravitino/pull/11145
### What changes were proposed in this pull request? In [package.json](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html), I added PNPM overrides for these transitive dependencies: flatted -> ^3.4.2 tar -> ^7.5.11 undici -> ^6.24.0 Notes: flatted was verified as resolved to 3.4.2 after the override. tar 6.2.1 was not present in the current lockfile, but the override was added to prevent any future resolution below 7.5.11. undici 6.21.3 was also not present in the current lockfile; only undici-types was found, but the override was added so any future undici resolution will be pinned to 6.24.0 or later. ### Why are the changes needed? N/A Fix: #11143 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
