cypress 13.14.1 → 13.14.2

Sign up to get free protection for your applications and to get access to all the features.
package/lib/exec/spawn.js CHANGED
@@ -135,7 +135,7 @@ module.exports = {
135
135
  onStderrData
136
136
  } = overrides;
137
137
  const envOverrides = util.getEnvOverrides(options);
138
- const electronArgs = ['--ozone-platform-hint=auto'];
138
+ const electronArgs = [];
139
139
  const node11WindowsFix = isPlatform('win32');
140
140
  let startScriptPath;
141
141
  if (options.dev) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.14.1",
3
+ "version": "13.14.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -140,8 +140,8 @@
140
140
  },
141
141
  "buildInfo": {
142
142
  "commitBranch": "develop",
143
- "commitSha": "e909c4ab631738c9d1cfed936d28097923c93081",
144
- "commitDate": "2024-08-29T15:47:29.000Z",
143
+ "commitSha": "12d8e0bd6ee1e49cddb3c60283a867fbb2216044",
144
+ "commitDate": "2024-09-04T15:12:09.000Z",
145
145
  "stable": true
146
146
  },
147
147
  "description": "Cypress is a next generation front end testing tool built for the modern web",