cypress 13.6.1 → 13.6.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.6.
|
3
|
+
"version": "13.6.2",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -135,8 +135,8 @@
|
|
135
135
|
},
|
136
136
|
"buildInfo": {
|
137
137
|
"commitBranch": "develop",
|
138
|
-
"commitSha": "
|
139
|
-
"commitDate": "2023-12-
|
138
|
+
"commitSha": "ce8ee60defc71839845dc684d9e1c8a2eda7693e",
|
139
|
+
"commitDate": "2023-12-26T16:49:39.000Z",
|
140
140
|
"stable": true
|
141
141
|
},
|
142
142
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|