From 15fb7c3983ad48b9f718853701927d7fdd328b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:30:18 +0000 Subject: [PATCH] Bump the minor-js-dependencies group with 2 updates Bumps the minor-js-dependencies group with 2 updates: [cypress](https://github.com/cypress-io/cypress) and [cypress-if](https://github.com/bahmutov/cypress-if). Updates `cypress` from 13.14.1 to 13.14.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/v13.14.1...v13.14.2) Updates `cypress-if` from 1.12.5 to 1.12.6 - [Release notes](https://github.com/bahmutov/cypress-if/releases) - [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.5...v1.12.6) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-js-dependencies - dependency-name: cypress-if dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-js-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 48513c514..81de35db8 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "chrome-launcher": "^0.15.1", - "cypress": "^13.14.1", - "cypress-if": "^1.12.5", + "cypress": "^13.14.2", + "cypress-if": "^1.12.6", "cypress-plugin-api": "^2.11.2", "dayjs": "^1.11.13", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index 0e34ca4f6..fe1e6fe91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1421,10 +1421,10 @@ csstype@^3.1.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== -cypress-if@^1.12.5: - version "1.12.5" - resolved "https://registry.yarnpkg.com/cypress-if/-/cypress-if-1.12.5.tgz#6869afb5f98c6dae55c527313db79523315fd109" - integrity sha512-Prv7Q8gbxJcpf5PmqaQ8Cazo8s0Hn35hiq6F8rn3+KhM0aPwXydaA4eofm1ACOIwH3LoBoka5iLbihVxaAmIwA== +cypress-if@^1.12.6: + version "1.12.6" + resolved "https://registry.yarnpkg.com/cypress-if/-/cypress-if-1.12.6.tgz#3ae376985901a4d51292146fd99f318b007c3d35" + integrity sha512-km5W5n8WISRjVS/GZtt1r7O6M03b/E1/1HOSFEh7xc29ANI6Wyg8P6p5ZUb94n7aWhngyEMeBMOoXtEkj5fS3A== dependencies: debug "^4.3.4" @@ -1438,10 +1438,10 @@ cypress-plugin-api@^2.11.2: set-cookie-parser "^2.5.1" vue "^3.2.41" -cypress@^13.14.1: - version "13.14.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.1.tgz#05875bbbf6333e858a92aed33ba67d7ddf8370d7" - integrity sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg== +cypress@^13.14.2: + version "13.14.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.2.tgz#4237eb7b26de2baeaa1f01e585f965d88fca7f39" + integrity sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA== dependencies: "@cypress/request" "^3.0.1" "@cypress/xvfb" "^1.2.4"