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

4
node_modules/uuid/dist/cjs-browser/v6.d.ts generated vendored Normal file
View file

@ -0,0 +1,4 @@
import { Version6Options } from './_types.js';
declare function v6(options?: Version6Options, buf?: undefined, offset?: number): string;
declare function v6(options?: Version6Options, buf?: Uint8Array, offset?: number): Uint8Array;
export default v6;