Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
4
node_modules/concordance/lib/primitiveValues/symbol.js
generated
vendored
4
node_modules/concordance/lib/primitiveValues/symbol.js
generated
vendored
|
|
@ -22,7 +22,7 @@ function describe (value) {
|
|||
|
||||
return new SymbolValue({
|
||||
stringCompare,
|
||||
value
|
||||
value,
|
||||
})
|
||||
}
|
||||
exports.describe = describe
|
||||
|
|
@ -34,7 +34,7 @@ function deserialize (state) {
|
|||
return new DeserializedSymbolValue({
|
||||
string,
|
||||
stringCompare,
|
||||
value: null
|
||||
value: null,
|
||||
})
|
||||
}
|
||||
exports.deserialize = deserialize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue