From 224c75100268dd0cf988ec3a37db9fe9d9b4daa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:10:12 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.7.2 to 13.7.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3. - [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/v13.7.2...v13.7.3) --- 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 a04dc184..5255f133 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "chai": "^5.1.0", "cssnano": "^6.1.2", - "cypress": "13.7.2", + "cypress": "13.7.3", "eslint": "^8.57.0", "eslint-plugin-jest": "^28.2.0", "http-server": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index 19735c05..31e37638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3651,10 +3651,10 @@ cssstyle@^3.0.0: dependencies: rrweb-cssom "^0.6.0" -cypress@13.7.2: - version "13.7.2" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.2.tgz#61e841382abb20e0a9a063086ee0d850af3ef6bc" - integrity sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw== +cypress@13.7.3: + version "13.7.3" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.3.tgz#3e7dcd32e007676a6c8e972293c50d6ef329d991" + integrity sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"