Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
7
node_modules/@sinonjs/samsam/lib/create-matcher.js
generated
vendored
7
node_modules/@sinonjs/samsam/lib/create-matcher.js
generated
vendored
|
|
@ -60,6 +60,13 @@ function createMatcher(expectation, message) {
|
|||
m.message = `match(${valueToString(expectation)})`;
|
||||
}
|
||||
|
||||
// ensure that nothing mutates the exported message value, ref https://github.com/sinonjs/sinon/issues/2502
|
||||
Object.defineProperty(m, "message", {
|
||||
configurable: false,
|
||||
writable: false,
|
||||
value: m.message,
|
||||
});
|
||||
|
||||
return m;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
node_modules/@sinonjs/samsam/package.json
generated
vendored
2
node_modules/@sinonjs/samsam/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sinonjs/samsam",
|
||||
"version": "7.0.1",
|
||||
"version": "8.0.0",
|
||||
"description": "Value identification and comparison functions",
|
||||
"homepage": "http://sinonjs.github.io/samsam/",
|
||||
"author": "Christian Johansen",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue