cypress 6.5.0 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.6.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"moment": "^2.29.1",
|
41
41
|
"ospath": "^1.2.2",
|
42
42
|
"pretty-bytes": "^5.4.1",
|
43
|
-
"ramda": "~0.
|
43
|
+
"ramda": "~0.27.1",
|
44
44
|
"request-progress": "^3.0.0",
|
45
45
|
"supports-color": "^7.2.0",
|
46
46
|
"tmp": "~0.2.1",
|