diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index b1200c72de1c..63118256caad 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -15,6 +15,7 @@ _Released 7/30/2024 (PENDING)_ - Updated `@cypress/request` from `3.0.0` to `3.0.1`. Addresses [#29863](https://github.com/cypress-io/cypress/issues/29863). - Updated `mime` from `2.4.4` to `2.6.0`. Addressed in [#29870](https://github.com/cypress-io/cypress/pull/29870). +- Updated `strip-ansi` from `6.0.0` to `6.0.1`. Addressed in [#29931](https://github.com/cypress-io/cypress/pull/29931). ## 13.13.1 diff --git a/cli/package.json b/cli/package.json index 8d89e593a529..9f95d139d200 100644 --- a/cli/package.json +++ b/cli/package.json @@ -104,7 +104,7 @@ "sinon": "7.2.2", "snap-shot-it": "7.9.6", "spawn-mock": "1.0.0", - "strip-ansi": "6.0.0" + "strip-ansi": "6.0.1" }, "files": [ "bin", diff --git a/package.json b/package.json index 8783ee4f2412..e7cbcb9e23cf 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "sinon": "7.3.2", "snap-shot-it": "7.9.10", "stop-only": "3.0.1", - "strip-ansi": "6.0.0", + "strip-ansi": "6.0.1", "tar": "6.1.15", "term-to-html": "1.2.0", "terminal-banner": "1.1.0", diff --git a/packages/errors/package.json b/packages/errors/package.json index 39df115a1e90..0037534afa6c 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "ansi_up": "5.0.0", - "strip-ansi": "6.0.0" + "strip-ansi": "6.0.1" }, "devDependencies": { "@packages/ts": "0.0.0-development", diff --git a/packages/server/package.json b/packages/server/package.json index f73ce29999e6..421a9356de9c 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -117,7 +117,7 @@ "shell-env": "3.0.1", "signal-exit": "3.0.7", "squirrelly": "7.9.2", - "strip-ansi": "6.0.0", + "strip-ansi": "6.0.1", "syntax-error": "1.4.0", "systeminformation": "5.21.7", "term-size": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 9b576ae394a0..1e84d66acf23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28999,12 +28999,12 @@ strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" -strip-ansi@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== +strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: - ansi-regex "^5.0.0" + ansi-regex "^5.0.1" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" @@ -29013,13 +29013,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-bom@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"