cypress 14.0.1 → 14.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": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -123,8 +123,8 @@
123
123
  },
124
124
  "buildInfo": {
125
125
  "commitBranch": "develop",
126
- "commitSha": "cbc28a6d3871e036d60aed4b7034dccf34888ff2",
127
- "commitDate": "2025-01-28T16:57:05.000Z",
126
+ "commitSha": "6f067bcab5db953ee777df9b9823130bcd8b49a7",
127
+ "commitDate": "2025-02-04T23:01:56.000Z",
128
128
  "stable": true
129
129
  },
130
130
  "description": "Cypress is a next generation front end testing tool built for the modern web",