cypress 13.2.0 → 13.3.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.2.0",
3
+ "version": "13.3.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -119,8 +119,8 @@
119
119
  },
120
120
  "buildInfo": {
121
121
  "commitBranch": "develop",
122
- "commitSha": "8638abb2d0082809c8eea559f7ba4af74fd61c4a",
123
- "commitDate": "2023-09-12T14:42:17.000Z",
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",