mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 21:20:09 +08:00
Update checked-in dependencies
This commit is contained in:
5
node_modules/uuid/dist/native-browser.js
generated
vendored
5
node_modules/uuid/dist/native-browser.js
generated
vendored
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
||||
});
|
||||
exports.default = void 0;
|
||||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
var _default = {
|
||||
var _default = exports.default = {
|
||||
randomUUID
|
||||
};
|
||||
exports.default = _default;
|
||||
};
|
||||
Reference in New Issue
Block a user