upgrade cypress

master
helenanull 2 years ago
parent 0f75f25439
commit cfc92aa204

6
package-lock.json generated

@ -551,9 +551,9 @@
}
},
"cypress": {
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.3.0.tgz",
"integrity": "sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==",
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.0.tgz",
"integrity": "sha512-//h93K/yGC/7pxv1KamlkADbKHLp5h3f9rZDE2McRjXZDagMETH0sXowOOanvhsH8cFt/JWspIcK+p9cuaoAqg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

@ -10,7 +10,7 @@
"cy:ci": "cypress run --env device=web --record --parallel --browser chrome --headless"
},
"devDependencies": {
"cypress": "^12.3.0",
"cypress": "^12.4.0",
"eslint": "^7.23.0"
}
}

Loading…
Cancel
Save