From f84bc6393d2f53b9a9d58c27ca26c7228fd0ad26 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Thu, 31 Aug 2023 12:22:27 -0400 Subject: [PATCH] chore: 13.1.0 (#27718) --- cli/CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 71a861b41c62..1d7bb07ec36c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 13.1.0 -_Released 09/12/2023 (PENDING)_ +_Released 08/31/2023_ **Features:** @@ -13,6 +13,7 @@ _Released 09/12/2023 (PENDING)_ - Individual CDP errors that occur while capturing data for test replay will no longer prevent the entire run from being available. Addressed in [#27709](https://github.com/cypress-io/cypress/pull/27709). - Fixed an issue where the release date on the `v13` landing page was a day behind. Fixed in [#27711](https://github.com/cypress-io/cypress/pull/27711). - Fixed an issue where fatal protocol errors would leak between specs causing all subsequent specs to fail to upload protocol information. Fixed in [#27720](https://github.com/cypress-io/cypress/pull/27720) +- Updated `plist` from `3.0.6` to `3.1.0` to address [CVE-2022-37616](https://github.com/advisories/GHSA-9pgh-qqpf-7wqj) and [CVE-2022-39353](https://github.com/advisories/GHSA-crh6-fp67-6883). Fixed in [#27710](https://github.com/cypress-io/cypress/pull/27710). ## 13.0.0 diff --git a/package.json b/package.json index 1464b8db54d3..63b7774d23ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.0.0", + "version": "13.1.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {