mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Update checked-in dependencies
This commit is contained in:
3
node_modules/uuid/dist/esm-node/version.js
generated
vendored
3
node_modules/uuid/dist/esm-node/version.js
generated
vendored
@@ -1,11 +1,8 @@
|
||||
import validate from './validate.js';
|
||||
|
||||
function version(uuid) {
|
||||
if (!validate(uuid)) {
|
||||
throw TypeError('Invalid UUID');
|
||||
}
|
||||
|
||||
return parseInt(uuid.slice(14, 15), 16);
|
||||
}
|
||||
|
||||
export default version;
|
||||
Reference in New Issue
Block a user