From ee9d64ac7e1dd0e9619cc9743e5dd5b1d941976f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 10:24:27 -0400 Subject: [PATCH] Bump cypress-failed-log from 2.9.5 to 2.10.0 (#18147) Bumps [cypress-failed-log](https://github.com/bahmutov/cypress-failed-log) from 2.9.5 to 2.10.0. - [Release notes](https://github.com/bahmutov/cypress-failed-log/releases) - [Commits](https://github.com/bahmutov/cypress-failed-log/compare/v2.9.5...v2.10.0) --- updated-dependencies: - dependency-name: cypress-failed-log dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98bac3369..c4ee8feb7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "css-loader": "^5.2.7", "cssom": "^0.5.0", "cypress": "^10.3.0", - "cypress-failed-log": "^2.9.5", + "cypress-failed-log": "^2.10.0", "cypress-file-upload": "^5.0.8", "cypress-pipe": "^2.0.0", "eslint": "^8.19.0", diff --git a/yarn.lock b/yarn.lock index 5181d1398..17747c266 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6092,10 +6092,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress-failed-log@^2.9.5: - version "2.9.5" - resolved "https://registry.yarnpkg.com/cypress-failed-log/-/cypress-failed-log-2.9.5.tgz#eddb83615d0a97c6388e2b4c097c42d314ff3f1f" - integrity sha512-3Tw3V2VKp60zDZwvC7sIW+poULqOILf3MZYOtTq5UcLAruFFotY03YUwpvTeFgZ79+4NDZfOE2vm2Wbqb+g5mg== +cypress-failed-log@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/cypress-failed-log/-/cypress-failed-log-2.10.0.tgz#dbbe9b57a55a7a204b2f7898eb17a2b34253d4fd" + integrity sha512-v+GsOcpCAgj335zfDy9jDnaujH31SM/6pEQBp0dH0clbYu4NSXirLRXW9WoKhd0j70UrAA0hTLNbS2oTt1Y5kA== dependencies: debug "4.3.4" logdown "3.3.1"