From 2c000c3f71e09ccf69c0d2f0824c5f00ed08e085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:12:59 +0000 Subject: [PATCH] Update dependency cypress-expect to v3 --- package-lock.json | 46 +++++++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99480c8..e9ac7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@bahmutov/cy-grep": "1.11.3", "cypress": "13.14.2", - "cypress-expect": "2.5.3", + "cypress-expect": "3.1.2", "find-cypress-specs": "1.44.12", "prettier": "2.2.1", "start-server-and-test": "1.12.1", @@ -1930,14 +1930,14 @@ } }, "node_modules/cypress-expect": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-2.5.3.tgz", - "integrity": "sha512-TgF72ZYnWSyAwlzcrJ5y5a44fEHdslVU3sSUqC7+7bqZuDNYT1UQUabagEyr76L/3lLO9kLGLh3JABi2Uveyag==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.2.tgz", + "integrity": "sha512-wsaLzZNEE5kHovlyQ9p8fP+8Cefdc3zp/8bTFnRppNLp/4FwLiJcwzyG3XGIW7vv32i9GXwcSt6TCMvZ/6k0FQ==", "dev": true, "dependencies": { "@bahmutov/all-paths": "1.0.2", "arg": "5.0.2", - "debug": "4.3.4", + "debug": "4.3.6", "ramda": "0.27.1" }, "bin": { @@ -1947,6 +1947,23 @@ "cypress": ">=5.3.0" } }, + "node_modules/cypress-expect/node_modules/debug": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/cypress-plugin-config": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/cypress-plugin-config/-/cypress-plugin-config-1.2.0.tgz", @@ -7308,15 +7325,26 @@ } }, "cypress-expect": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-2.5.3.tgz", - "integrity": "sha512-TgF72ZYnWSyAwlzcrJ5y5a44fEHdslVU3sSUqC7+7bqZuDNYT1UQUabagEyr76L/3lLO9kLGLh3JABi2Uveyag==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/cypress-expect/-/cypress-expect-3.1.2.tgz", + "integrity": "sha512-wsaLzZNEE5kHovlyQ9p8fP+8Cefdc3zp/8bTFnRppNLp/4FwLiJcwzyG3XGIW7vv32i9GXwcSt6TCMvZ/6k0FQ==", "dev": true, "requires": { "@bahmutov/all-paths": "1.0.2", "arg": "5.0.2", - "debug": "4.3.4", + "debug": "4.3.6", "ramda": "0.27.1" + }, + "dependencies": { + "debug": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + } } }, "cypress-plugin-config": { diff --git a/package.json b/package.json index 87b5387..8273005 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@bahmutov/cy-grep": "1.11.3", "cypress": "13.14.2", - "cypress-expect": "2.5.3", + "cypress-expect": "3.1.2", "find-cypress-specs": "1.44.12", "prettier": "2.2.1", "start-server-and-test": "1.12.1",