Update checked-in dependencies
This commit is contained in:
parent
7fdbca3ba3
commit
357e0ceaa9
360 changed files with 25673 additions and 917 deletions
5
node_modules/nock/lib/match_body.js
generated
vendored
5
node_modules/nock/lib/match_body.js
generated
vendored
|
|
@ -63,10 +63,11 @@ module.exports = function matchBody(options, spec, body) {
|
|||
|
||||
function mapValues(object, cb) {
|
||||
const keys = Object.keys(object)
|
||||
const clonedObject = { ...object }
|
||||
for (const key of keys) {
|
||||
object[key] = cb(object[key], key, object)
|
||||
clonedObject[key] = cb(clonedObject[key], key, clonedObject)
|
||||
}
|
||||
return object
|
||||
return clonedObject
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue