From b71eb4c22999f3a924ff0a124ad0851d07eaac31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:52:20 +0000 Subject: [PATCH] fix(deps): update dependency find-cypress-specs to v1.47.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 c936ece..8a4d928 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.4", + "find-cypress-specs": "1.47.6", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -4403,15 +4403,15 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.47.4", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.4.tgz", - "integrity": "sha512-0U4XegcID6G/wLeia9Hs+epr/UGpfawqbBGUEoSfvPjcJQmN8uVnb94UnTsouqVgkCztqIytnZJ7c6H4QoV9SA==", + "version": "1.47.6", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.6.tgz", + "integrity": "sha512-HY9nr+ZdfMGFhkQgr4++GWSJaDXpikAldBGt+70hU6PTdlNWn3n3FtrK6TPA5sxvfuebn2wXY4CFXi3l9EZ04w==", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.4", + "find-test-names": "1.29.5", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -4428,9 +4428,9 @@ } }, "node_modules/find-test-names": { - "version": "1.29.4", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.4.tgz", - "integrity": "sha512-dpZsHkCyTQKlR6qzid09f/CQ4zGtdRwjMYHlTrmXx3qlzhrxRvxE7lRSFuaiqP0e+rbUcLy6juB6Bq9ohrnEMg==", + "version": "1.29.5", + "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.5.tgz", + "integrity": "sha512-PsD3qx5miZKhT/766UGAgmApU8NwGAqUKPwIRVOuYgjKHOvWzL5OYbHJIhKC0nVvhVedIOvH1SwJG/Df8EN/8w==", "dependencies": { "@babel/parser": "^7.24.7", "@babel/plugin-syntax-jsx": "^7.24.7", @@ -15964,15 +15964,15 @@ } }, "find-cypress-specs": { - "version": "1.47.4", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.4.tgz", - "integrity": "sha512-0U4XegcID6G/wLeia9Hs+epr/UGpfawqbBGUEoSfvPjcJQmN8uVnb94UnTsouqVgkCztqIytnZJ7c6H4QoV9SA==", + "version": "1.47.6", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.47.6.tgz", + "integrity": "sha512-HY9nr+ZdfMGFhkQgr4++GWSJaDXpikAldBGt+70hU6PTdlNWn3n3FtrK6TPA5sxvfuebn2wXY4CFXi3l9EZ04w==", "requires": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.4", + "find-test-names": "1.29.5", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -15983,9 +15983,9 @@ } }, "find-test-names": { - "version": "1.29.4", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.4.tgz", - "integrity": "sha512-dpZsHkCyTQKlR6qzid09f/CQ4zGtdRwjMYHlTrmXx3qlzhrxRvxE7lRSFuaiqP0e+rbUcLy6juB6Bq9ohrnEMg==", + "version": "1.29.5", + "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.5.tgz", + "integrity": "sha512-PsD3qx5miZKhT/766UGAgmApU8NwGAqUKPwIRVOuYgjKHOvWzL5OYbHJIhKC0nVvhVedIOvH1SwJG/Df8EN/8w==", "requires": { "@babel/parser": "^7.24.7", "@babel/plugin-syntax-jsx": "^7.24.7", diff --git a/package.json b/package.json index 6e4a235..3c51dc4 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.4", + "find-cypress-specs": "1.47.6", "globby": "^11.1.0", "humanize-duration": "^3.28.0" },