Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-10-28 17:09:14 +00:00
parent 3d19b71b35
commit 3dfa09571f
349 changed files with 6162 additions and 3720 deletions

2
node_modules/uuid/dist/cjs-browser/sha1.d.ts generated vendored Normal file
View file

@ -0,0 +1,2 @@
declare function sha1(bytes: Uint8Array): Uint8Array;
export default sha1;