cypress 13.9.0 → 13.10.0

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": "13.9.0",
3
+ "version": "13.10.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -134,8 +134,8 @@
134
134
  },
135
135
  "buildInfo": {
136
136
  "commitBranch": "develop",
137
- "commitSha": "b31740c00d2c8842043204dbf8189a0e2b7e1bfe",
138
- "commitDate": "2024-05-07T17:37:08.000Z",
137
+ "commitSha": "374ceb20f95402a4f98d858d47307726dcc83102",
138
+ "commitDate": "2024-05-21T18:35:43.000Z",
139
139
  "stable": true
140
140
  },
141
141
  "description": "Cypress is a next generation front end testing tool built for the modern web",