From 2de7d424af986e75a2d32562e6d8a58e8ec4b53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:23:27 +0000 Subject: [PATCH] chore(deps-dev): bump cypress-on-fix from 1.0.3 to 1.1.0 Bumps [cypress-on-fix](https://github.com/bahmutov/cypress-on-fix) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/bahmutov/cypress-on-fix/releases) - [Commits](https://github.com/bahmutov/cypress-on-fix/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: cypress-on-fix dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43f10e5..66e2e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "readytotest.github.io", "dependencies": { "dayjs": "^1.11.13" }, @@ -14,7 +13,7 @@ "cypress-image-diff-html-report": "^2.2.0", "cypress-image-diff-js": "^2.3.0", "cypress-mochawesome-reporter": "^3.8.2", - "cypress-on-fix": "^1.0.3", + "cypress-on-fix": "^1.1.0", "cypress-real-events": "^1.14.0" } }, @@ -1305,10 +1304,14 @@ } }, "node_modules/cypress-on-fix": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/cypress-on-fix/-/cypress-on-fix-1.0.3.tgz", - "integrity": "sha512-iC+LSKKZM0ppOoSGHK6FOxspHG+K6RaJFWlxUjrjjI5fyzmtgR5xBxEP4dsnoNthS1Lq4v70AN1PRZtJrYgNRw==", - "dev": true + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cypress-on-fix/-/cypress-on-fix-1.1.0.tgz", + "integrity": "sha512-qGdbC0vZLmR3lYPpWWZvMqgDTeA2v04zu3DBdBmJHbG+BjwlFNYGnL7Y+X4LBrB+AyCCCeCuXhV80UXA90UhWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.7" + } }, "node_modules/cypress-real-events": { "version": "1.14.0", diff --git a/package.json b/package.json index 73a3247..87c579c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "cypress-image-diff-html-report": "^2.2.0", "cypress-image-diff-js": "^2.3.0", "cypress-mochawesome-reporter": "^3.8.2", - "cypress-on-fix": "^1.0.3", + "cypress-on-fix": "^1.1.0", "cypress-real-events": "^1.14.0" }, "scripts": {