Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-01-15 17:41:40 +00:00
parent e292db6207
commit 6b12e3d9d9
68 changed files with 714 additions and 202 deletions

4
node_modules/nock/lib/scope.js generated vendored
View file

@ -286,6 +286,10 @@ class Scope extends EventEmitter {
this.date = d || new Date()
return this
}
clone() {
return new Scope(this.basePath, this.scopeOptions)
}
}
function loadDefs(path) {