cypress 13.13.1 → 13.13.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 +4 -4
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.13.1",
3
+ "version": "13.13.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
7
7
  "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
8
8
  },
9
9
  "dependencies": {
10
- "@cypress/request": "^3.0.0",
10
+ "@cypress/request": "^3.0.1",
11
11
  "@cypress/xvfb": "^1.2.4",
12
12
  "@types/sinonjs__fake-timers": "8.1.1",
13
13
  "@types/sizzle": "^2.3.2",
@@ -140,8 +140,8 @@
140
140
  },
141
141
  "buildInfo": {
142
142
  "commitBranch": "develop",
143
- "commitSha": "5c9dc77708391655141b6ab1321e82c397f1234e",
144
- "commitDate": "2024-07-16T16:20:29.000Z",
143
+ "commitSha": "e9026dd907be9aef82114165a0e4f446959387fd",
144
+ "commitDate": "2024-07-30T17:40:50.000Z",
145
145
  "stable": true
146
146
  },
147
147
  "description": "Cypress is a next generation front end testing tool built for the modern web",