Merge pull request #317 from oceanprotocol/dependabot/npm_and_yarn/cypress-4.8.0

Bump cypress from 4.7.0 to 4.8.0
This commit is contained in:
Matthias Kretschmann 2020-06-15 08:58:17 +02:00 committed by GitHub
commit 87dc14f6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1354,9 +1354,9 @@
"dev": true
},
"cypress": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.7.0.tgz",
"integrity": "sha512-Vav6wUFhPRlImIND/2lOQlUnAWzgCC/iXyJlJjX9nJOJul5LC1vUpf/m8Oiae870PFPyT0ZLLwPHKTXZNdXmHw==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.8.0.tgz",
"integrity": "sha512-Lsff8lF8pq6k/ioNua783tCsxGSLp6gqGXecdIfqCkqjYiOA53XKuEf1CaQJLUVs1dHSf49eDUp/sb620oJjVQ==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "0.4.1",

View File

@ -25,7 +25,7 @@
"@typescript-eslint/parser": "^2.34.0",
"auto-changelog": "^2.0.0",
"concurrently": "^5.2.0",
"cypress": "^4.7.0",
"cypress": "^4.8.0",
"cypress-log-to-output": "^1.0.8",
"eslint": "^6.8.0",
"eslint-config-oceanprotocol": "^1.5.0",