cypress 12.4.0 → 12.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "12.4.0",
3
+ "version": "12.4.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -118,8 +118,8 @@
118
118
  },
119
119
  "buildInfo": {
120
120
  "commitBranch": "develop",
121
- "commitSha": "094e3d03cc9f379965a7f0fb09a9e1cf44992014",
122
- "commitDate": "2023-01-24T16:02:45.000Z",
121
+ "commitSha": "e0320f7e047b2115fa32cad9ecb720ca624cfe86",
122
+ "commitDate": "2023-01-26T22:20:47.000Z",
123
123
  "stable": true
124
124
  },
125
125
  "description": "Cypress is a next generation front end testing tool built for the modern web",