cypress 12.0.0 → 12.0.2

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.0.0",
3
+ "version": "12.0.2",
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": "797c8f8d7737ff8c5d76107faf505dc980ff953f",
122
- "commitDate": "2022-12-06T14:19:39.000Z",
121
+ "commitSha": "f9541aff10efa62ffdd15f34775c2761ba78adf3",
122
+ "commitDate": "2022-12-08T15:35:58.000Z",
123
123
  "stable": true
124
124
  },
125
125
  "description": "Cypress is a next generation front end testing tool built for the modern web",