From 4f0a663607509a400a252117077891528e29328b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:51:37 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.17.1 to 12.17.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.1 to 12.17.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.1...v12.17.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed9640ae..80100d8c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "chai": "^4.3.7", "cssnano": "^6.0.1", - "cypress": "12.17.1", + "cypress": "12.17.2", "eslint": "^8.46.0", "eslint-plugin-jest": "^27.2.3", "http-server": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index 62a0a65c..76256bb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3591,10 +3591,10 @@ cssstyle@^3.0.0: dependencies: rrweb-cssom "^0.6.0" -cypress@12.17.1: - version "12.17.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.1.tgz#777fdcceec4ecd642fc90795f5994853b6ea03f8" - integrity sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ== +cypress@12.17.2: + version "12.17.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85" + integrity sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg== dependencies: "@cypress/request" "^2.88.11" "@cypress/xvfb" "^1.2.4"