cypress 13.1.0 → 13.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.
|
3
|
+
"version": "13.3.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"dependencies": {
|
10
10
|
"@cypress/request": "^3.0.0",
|
11
11
|
"@cypress/xvfb": "^1.2.4",
|
12
|
-
"@types/node": "^
|
12
|
+
"@types/node": "^18.17.5",
|
13
13
|
"@types/sinonjs__fake-timers": "8.1.1",
|
14
14
|
"@types/sizzle": "^2.3.2",
|
15
15
|
"arch": "^2.2.0",
|
@@ -119,8 +119,8 @@
|
|
119
119
|
},
|
120
120
|
"buildInfo": {
|
121
121
|
"commitBranch": "develop",
|
122
|
-
"commitSha": "
|
123
|
-
"commitDate": "2023-
|
122
|
+
"commitSha": "0871b03c5b21711cd23056454da8f23dcaca4950",
|
123
|
+
"commitDate": "2023-09-27T14:00:29.000Z",
|
124
124
|
"stable": true
|
125
125
|
},
|
126
126
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|