Comparing version 13.15.1 to 13.15.2
@@ -103,3 +103,3 @@ "use strict"; | ||
forceInstall: 'force install the Cypress binary', | ||
global: 'force Cypress into global mode as if its globally installed', | ||
global: 'force Cypress into global mode as if it were globally installed', | ||
group: 'a named group for recorded runs in Cypress Cloud', | ||
@@ -106,0 +106,0 @@ headed: 'displays the browser instead of running headlessly', |
@@ -12,3 +12,3 @@ "use strict"; | ||
const path = require('path'); | ||
const isCi = require('is-ci'); | ||
const isCi = require('ci-info').isCI; | ||
const execa = require('execa'); | ||
@@ -15,0 +15,0 @@ const getos = require('getos'); |
{ | ||
"name": "cypress", | ||
"version": "13.15.1", | ||
"version": "13.15.2", | ||
"main": "index.js", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"dependencies": { | ||
"@cypress/request": "^3.0.4", | ||
"@cypress/request": "^3.0.6", | ||
"@cypress/xvfb": "^1.2.4", | ||
@@ -22,2 +22,3 @@ "@types/sinonjs__fake-timers": "8.1.1", | ||
"check-more-types": "^2.24.0", | ||
"ci-info": "^4.0.0", | ||
"cli-cursor": "^3.1.0", | ||
@@ -37,3 +38,2 @@ "cli-table3": "~0.6.1", | ||
"getos": "^3.2.1", | ||
"is-ci": "^3.0.1", | ||
"is-installed-globally": "~0.4.0", | ||
@@ -147,4 +147,4 @@ "lazy-ass": "^1.6.0", | ||
"commitBranch": "develop", | ||
"commitSha": "199b1cd580d22fc412641f164e3ee6492f88e338", | ||
"commitDate": "2024-10-24T14:36:10.000Z", | ||
"commitSha": "5caacc2f1a69a5faae85aadcc26353e5aebdb201", | ||
"commitDate": "2024-11-05T20:33:30.000Z", | ||
"stable": true | ||
@@ -151,0 +151,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7344152
0
+ Addedci-info@^4.0.0
+ Addedci-info@4.0.0(transitive)
+ Addedtldts@6.1.60(transitive)
+ Addedtldts-core@6.1.60(transitive)
- Removedis-ci@^3.0.1
- Removedci-info@3.9.0(transitive)
- Removedis-ci@3.0.1(transitive)
- Removedtldts@6.1.59(transitive)
- Removedtldts-core@6.1.59(transitive)
Updated@cypress/request@^3.0.6