mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
chore(deps): update dependency cypress to v3.8.2
This commit is contained in:
parent
5645eb726c
commit
7237921979
2 changed files with 11 additions and 4 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1727,9 +1727,9 @@
|
|||
}
|
||||
},
|
||||
"cypress": {
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-3.8.1.tgz",
|
||||
"integrity": "sha512-eLk5OpL/ZMDfQx9t7ZaDUAGVcvSOPTi7CG1tiUnu9BGk7caBiDhuFi3Tz/D5vWqH/Dl6Uh4X+Au4W+zh0xzbXw==",
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-3.8.2.tgz",
|
||||
"integrity": "sha512-aTs0u3+dfEuLe0Ct0FVO5jD1ULqxbuqWUZwzBm0rxdLgLxIAOI/A9f/WkgY5Cfy1TEXe8pKC6Wal0ZpnkdGRSw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/listr-verbose-renderer": "0.4.1",
|
||||
|
@ -1743,6 +1743,7 @@
|
|||
"commander": "2.15.1",
|
||||
"common-tags": "1.8.0",
|
||||
"debug": "3.2.6",
|
||||
"eventemitter2": "4.1.2",
|
||||
"execa": "0.10.0",
|
||||
"executable": "4.1.1",
|
||||
"extract-zip": "1.6.7",
|
||||
|
@ -2569,6 +2570,12 @@
|
|||
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
||||
"dev": true
|
||||
},
|
||||
"eventemitter2": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-4.1.2.tgz",
|
||||
"integrity": "sha1-DhqEd6+CGm7zmVsxG/dMI6UkfxU=",
|
||||
"dev": true
|
||||
},
|
||||
"exclude-arr": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/exclude-arr/-/exclude-arr-1.0.10.tgz",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ban-sensitive-files": "1.9.2",
|
||||
"cypress": "3.8.1",
|
||||
"cypress": "3.8.2",
|
||||
"debug": "3.2.6",
|
||||
"dependency-check": "2.10.1",
|
||||
"deps-ok": "1.4.1",
|
||||
|
|
Loading…
Reference in a new issue