From ee97505184b7d4049fa3526e22fb6700f0b1859c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 05:15:19 +0000 Subject: [PATCH] chore(deps): update dependency cypress-expect to v3.1.6 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index aea5c74..ac5225c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/node": "14.14.14", "cy-spok": "^1.5.2", "cypress": "15.2.0", - "cypress-expect": "3.1.5", + "cypress-expect": "3.1.6", "cypress-should-really": "1.6.3", "cypress-split": "^1.2.0", "prettier": "2.2.1", @@ -5580,14 +5580,14 @@ } }, "node_modules/cypress-expect": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.5.tgz", - "integrity": "sha512-RCZc3ARg5J9jICVY67W7VCfi4g/QIHbvsgsbhVNPaKz4QBpSo33MuZP1lELpl0AhSRO5QeyeKSOLxrnotVTcRw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.6.tgz", + "integrity": "sha512-1V5eIDEw3NSfpcoQKKFZYoiwCFiK9phbHbBQTJaJJYKHA4ZjPg/GOe5nM7bfbE6SaGA069yec1gIMG2wIRDI6w==", "dev": true, "dependencies": { "@bahmutov/all-paths": "1.0.2", "arg": "5.0.2", - "debug": "4.4.1", + "debug": "4.4.3", "ramda": "0.27.1" }, "bin": { @@ -5604,9 +5604,9 @@ "dev": true }, "node_modules/cypress-expect/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "dependencies": { "ms": "^2.1.3" @@ -19959,14 +19959,14 @@ } }, "cypress-expect": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.5.tgz", - "integrity": "sha512-RCZc3ARg5J9jICVY67W7VCfi4g/QIHbvsgsbhVNPaKz4QBpSo33MuZP1lELpl0AhSRO5QeyeKSOLxrnotVTcRw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.6.tgz", + "integrity": "sha512-1V5eIDEw3NSfpcoQKKFZYoiwCFiK9phbHbBQTJaJJYKHA4ZjPg/GOe5nM7bfbE6SaGA069yec1gIMG2wIRDI6w==", "dev": true, "requires": { "@bahmutov/all-paths": "1.0.2", "arg": "5.0.2", - "debug": "4.4.1", + "debug": "4.4.3", "ramda": "0.27.1" }, "dependencies": { @@ -19977,9 +19977,9 @@ "dev": true }, "debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "requires": { "ms": "^2.1.3" diff --git a/package.json b/package.json index 721b4cd..29694c2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/node": "14.14.14", "cy-spok": "^1.5.2", "cypress": "15.2.0", - "cypress-expect": "3.1.5", + "cypress-expect": "3.1.6", "cypress-should-really": "1.6.3", "cypress-split": "^1.2.0", "prettier": "2.2.1",