Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-01-13 17:23:46 +00:00
parent 7269bf610b
commit e5a7c904c1
215 changed files with 41592 additions and 3253 deletions

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateV7State = updateV7State;
exports.updateV7State = void 0;
const rng_js_1 = require("./rng.js");
const stringify_js_1 = require("./stringify.js");
const _state = {};
@ -32,6 +32,7 @@ function updateV7State(state, now, rnds) {
}
return state;
}
exports.updateV7State = updateV7State;
function v7Bytes(rnds, msecs, seq, buf, offset = 0) {
if (rnds.length < 16) {
throw new Error('Random bytes length must be >= 16');