mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
fix(deps): update dependency snap-shot-compare to v2.8.3
This commit is contained in:
parent
528a1a40ef
commit
253b32ce03
2 changed files with 10 additions and 5 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -9900,14 +9900,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"snap-shot-compare": {
|
||||
"version": "2.8.2",
|
||||
"resolved": "https://registry.npmjs.org/snap-shot-compare/-/snap-shot-compare-2.8.2.tgz",
|
||||
"integrity": "sha512-PkVsddJPgzhTNCv4xaO9JKvdwSh9ameLUveMf/L8mfkoLCPlDaJlQrLWe+00hG3p0bUVMRfHDnUhm5Q2AJfYZw==",
|
||||
"version": "2.8.3",
|
||||
"resolved": "https://registry.npmjs.org/snap-shot-compare/-/snap-shot-compare-2.8.3.tgz",
|
||||
"integrity": "sha512-dznYMQAYMcQ4crFduIX5sST/Ex35l414hVCL6sXFi84OPuwG5eXgRBfBqbgz7mi3rC/r7VWDn2ADF8FTV/wbCw==",
|
||||
"requires": {
|
||||
"check-more-types": "2.24.0",
|
||||
"debug": "4.1.1",
|
||||
"disparity": "2.0.0",
|
||||
"folktale": "2.0.1",
|
||||
"folktale": "2.3.2",
|
||||
"lazy-ass": "1.6.0",
|
||||
"strip-ansi": "5.2.0",
|
||||
"variable-diff": "1.1.0"
|
||||
|
@ -9926,6 +9926,11 @@
|
|||
"ms": "^2.1.1"
|
||||
}
|
||||
},
|
||||
"folktale": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/folktale/-/folktale-2.3.2.tgz",
|
||||
"integrity": "sha512-+8GbtQBwEqutP0v3uajDDoN64K2ehmHd0cjlghhxh0WpcfPzAIjPA03e1VvHlxL02FVGR0A6lwXsNQKn3H1RNQ=="
|
||||
},
|
||||
"ms": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"its-name": "1.0.0",
|
||||
"js-beautify": "1.10.0",
|
||||
"lazy-ass": "1.6.0",
|
||||
"snap-shot-compare": "2.8.2",
|
||||
"snap-shot-compare": "2.8.3",
|
||||
"snap-shot-store": "1.2.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue