Update checked-in dependencies
This commit is contained in:
parent
ace5545513
commit
f87e7a6293
248 changed files with 9686 additions and 262 deletions
2
node_modules/uuid/dist/esm-node/version.js
generated
vendored
2
node_modules/uuid/dist/esm-node/version.js
generated
vendored
|
|
@ -5,7 +5,7 @@ function version(uuid) {
|
|||
throw TypeError('Invalid UUID');
|
||||
}
|
||||
|
||||
return parseInt(uuid.substr(14, 1), 16);
|
||||
return parseInt(uuid.slice(14, 15), 16);
|
||||
}
|
||||
|
||||
export default version;
|
||||
Loading…
Add table
Add a link
Reference in a new issue