From f1a44baca9372fd04ae921857d9356239486af8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:36:20 +0000 Subject: [PATCH] fix(deps): update dependency find-cypress-specs to v1.47.3 --- 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 4980b78..facb014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.47.2", + "find-cypress-specs": "1.47.3", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -4403,15 +4403,15 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.2.tgz", - "integrity": "sha512-oDwLfDLaASL+N3iMHShHzqXuZvbE/DoZR7MWgZ5v/HqPlMP6doetc7EFj9UWd6C2pzwCA3YAoBabW4sR6nbduA==", + "version": "1.47.3", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.3.tgz", + "integrity": "sha512-IBC4VcjbRgesJKty9iBmp+V/RFoN609tfb/mO2vV6L3ZTaVLiHX+n2ubSPPjA5tYD4AS3O2GKKetvaTaVxDMFw==", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.3", + "find-test-names": "1.29.4", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -4428,9 +4428,9 @@ } }, "node_modules/find-test-names": { - "version": "1.29.3", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.3.tgz", - "integrity": "sha512-hApbPup56jQqISBftgXjktV1UMNl4Oglo36jR0irakPmF7z8I2/t/BSaAusQpVquA6mmrskfw1w25jqgLxuYYQ==", + "version": "1.29.4", + "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.4.tgz", + "integrity": "sha512-dpZsHkCyTQKlR6qzid09f/CQ4zGtdRwjMYHlTrmXx3qlzhrxRvxE7lRSFuaiqP0e+rbUcLy6juB6Bq9ohrnEMg==", "dependencies": { "@babel/parser": "^7.24.7", "@babel/plugin-syntax-jsx": "^7.24.7", @@ -15964,15 +15964,15 @@ } }, "find-cypress-specs": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.2.tgz", - "integrity": "sha512-oDwLfDLaASL+N3iMHShHzqXuZvbE/DoZR7MWgZ5v/HqPlMP6doetc7EFj9UWd6C2pzwCA3YAoBabW4sR6nbduA==", + "version": "1.47.3", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.3.tgz", + "integrity": "sha512-IBC4VcjbRgesJKty9iBmp+V/RFoN609tfb/mO2vV6L3ZTaVLiHX+n2ubSPPjA5tYD4AS3O2GKKetvaTaVxDMFw==", "requires": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.3", + "find-test-names": "1.29.4", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -15983,9 +15983,9 @@ } }, "find-test-names": { - "version": "1.29.3", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.3.tgz", - "integrity": "sha512-hApbPup56jQqISBftgXjktV1UMNl4Oglo36jR0irakPmF7z8I2/t/BSaAusQpVquA6mmrskfw1w25jqgLxuYYQ==", + "version": "1.29.4", + "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.4.tgz", + "integrity": "sha512-dpZsHkCyTQKlR6qzid09f/CQ4zGtdRwjMYHlTrmXx3qlzhrxRvxE7lRSFuaiqP0e+rbUcLy6juB6Bq9ohrnEMg==", "requires": { "@babel/parser": "^7.24.7", "@babel/plugin-syntax-jsx": "^7.24.7", diff --git a/package.json b/package.json index 35e0e7e..aed9b12 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.47.2", + "find-cypress-specs": "1.47.3", "globby": "^11.1.0", "humanize-duration": "^3.28.0" },