Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-03-03 17:25:47 +00:00
parent a8ade63a2f
commit 452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions

2
node_modules/uuid/dist/cjs/v7.js generated vendored
View file

@ -15,7 +15,7 @@ function v7(options, buf, offset) {
updateV7State(_state, now, rnds);
bytes = v7Bytes(rnds, _state.msecs, _state.seq, buf, offset);
}
return buf ? bytes : (0, stringify_js_1.unsafeStringify)(bytes);
return buf ?? (0, stringify_js_1.unsafeStringify)(bytes);
}
function updateV7State(state, now, rnds) {
state.msecs ??= -Infinity;