Skip to content

Commit f127deb

Browse files
authored
chore: bump package.json to 12.4.1 [run ci] (#25593)
1 parent 1d8d2f9 commit f127deb

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

cli/CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 12.4.1
33

4-
_Released 01/31/2023 (PENDING)_
4+
_Released 01/26/2023_
55

66
**Bugfixes:**
77

8-
- Fixed a regression from Cypress 12.4.0 where Cypress was not exiting properly when running multiple Component Testing specs in `electron` in `run` mode.
9-
Fixes [#25568](https://github.com/cypress-io/cypress/issues/25568).
10-
- Fixed an issue where alternative Microsoft Edge Beta and Canary binary names were not being discovered by Cypress.
11-
Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455).
8+
- Fixed a regression from Cypress [12.4.0](https://docs.cypress.io/guides/references/changelog#12-4-0) where Cypress was not exiting properly when running multiple Component Testing specs in `electron` in `run` mode. Fixes [#25568](https://github.com/cypress-io/cypress/issues/25568).
9+
- Fixed an issue where alternative Microsoft Edge Beta and Canary binary names were not being discovered by Cypress. Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455).
1210

1311
**Dependency Updates:**
1412

15-
- Upgraded [`ua-parser-js`](https://github.com/faisalman/ua-parser-js) from `0.7.24`
16-
to `0.7.33` to address this
17-
[security vulnerability](https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3)
18-
where crafting a very-very-long user-agent string with specific pattern, an attacker can turn the script to
19-
get stuck processing for a very long time which results in a denial of service (DoS) condition.
20-
Addressed in [#25561](https://github.com/cypress-io/cypress/pull/25561).
13+
- Upgraded [`ua-parser-js`](https://github.com/faisalman/ua-parser-js) from `0.7.24` to `0.7.33` to address this [security vulnerability](https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3) where crafting a very-very-long user-agent string with specific pattern, an attacker can turn the script to get stuck processing for a very long time which results in a denial of service (DoS) condition. Addressed in [#25561](https://github.com/cypress-io/cypress/pull/25561).
2114

2215
## 12.4.0
2316

guides/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `@cypress/`-namespaced NPM packages that live inside the [`/npm`](../npm) di
2828
2929
- Set up the following environment variables:
3030
- For the `release-automations` steps, you will need setup the following envs:
31-
- GitHub token - generated yourself in github.
31+
- GitHub token - Found in 1Password.
3232
- [ZenHub API token](https://app.zenhub.com/dashboard/tokens) to interact with Zenhub. Found in 1Password.
3333
- The `cypress-bot` GitHub app credentials. Found in 1Password.
3434
```text

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "12.4.0",
3+
"version": "12.4.1",
44
"description": "Cypress is a next generation front end testing tool built for the modern web",
55
"private": true,
66
"scripts": {

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"chai": "3.5.0",
2525
"cross-env": "6.0.3",
26-
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799",
26+
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e",
2727
"gulp": "4.0.2",
2828
"gulp-clean": "0.4.0",
2929
"gulp-gh-pages": "0.6.0-6",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12128,9 +12128,9 @@ cypress-each@^1.11.0:
1212812128
resolved "https://registry.yarnpkg.com/cypress-each/-/cypress-each-1.11.0.tgz#013c9b43a950f157bcf082d4bd0bb424fb370441"
1212912129
integrity sha512-zeqeQkppPL6BKLIJdfR5IUoZRrxRudApJapnFzWCkkrmefQSqdlBma2fzhmniSJ3TRhxe5xpK3W3/l8aCrHvwQ==
1213012130

12131-
"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799":
12131+
"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e":
1213212132
version "0.0.0-development"
12133-
resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799"
12133+
resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e"
1213412134
dependencies:
1213512135
npm-run-all "^4.1.2"
1213612136
serve "11.3.0"

0 commit comments

Comments
 (0)