cypress 12.17.1 → 12.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "12.17.1",
3
+ "version": "12.17.3",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@cypress/request": "^2.88.11",
11
11
  "@cypress/xvfb": "^1.2.4",
12
- "@types/node": "^14.14.31",
12
+ "@types/node": "^16.18.39",
13
13
  "@types/sinonjs__fake-timers": "8.1.1",
14
14
  "@types/sizzle": "^2.3.2",
15
15
  "arch": "^2.2.0",
@@ -117,9 +117,9 @@
117
117
  }
118
118
  },
119
119
  "buildInfo": {
120
- "commitBranch": "develop",
121
- "commitSha": "17ed1c9831054c5875e21d29c588a5ecb50edcbc",
122
- "commitDate": "2023-07-10T16:34:12.000Z",
120
+ "commitBranch": "main",
121
+ "commitSha": "14a7416e126f6b296a2da037ae257c27e7915d5b",
122
+ "commitDate": "2023-08-01T19:13:43.000Z",
123
123
  "stable": true
124
124
  },
125
125
  "description": "Cypress is a next generation front end testing tool built for the modern web",
package/types/index.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  // Mike Woudenberg <https://github.com/mikewoudenberg>
5
5
  // Robbert van Markus <https://github.com/rvanmarkus>
6
6
  // Nicholas Boll <https://github.com/nicholasboll>
7
- // TypeScript Version: 3.4
7
+ // TypeScript Version: 3.9
8
8
  // Updated by the Cypress team: https://www.cypress.io/about/
9
9
 
10
10
  /// <reference path="./cy-blob-util.d.ts" />