From 5b09ff4c592408747e6b56664d55ae668f5b8eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:31:31 +0000 Subject: [PATCH] fix(deps): update dependency find-cypress-specs to v1.46.5 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 49 ++++++++--------------------------------------- 1 file changed, 8 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e5f2f0..fd0a379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3689,15 +3689,15 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.46.4", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.4.tgz", - "integrity": "sha512-kNorHjvQ7vVKd4Ln4AP8DA+DYoCXA+0vzZG6oRmUripREqtpjG+td2R2DNfTa9ysqxe7PSJ+FDcZc7SU//g7tQ==", + "version": "1.46.5", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.5.tgz", + "integrity": "sha512-DN0tkttOYqjcBJ4I2eD66/45blcu8yX1Wzcn8dnKMP+EGf1HJOVfQUpAVozoe+AiMK997p4O6l0jUPZOL+Hs4w==", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.1", + "find-test-names": "1.29.2", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -3713,24 +3713,6 @@ "node": ">=18" } }, - "node_modules/find-cypress-specs/node_modules/find-test-names": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.1.tgz", - "integrity": "sha512-Bnfg2nFStj3KhqJWpN2DIYeMulLhJT4KNI1nSAWLbInjQrh8WosZ/A7CygxHDKEQVuTF0gghIrCdp1N53U3e/A==", - "dependencies": { - "@babel/parser": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "acorn-walk": "^8.2.0", - "debug": "^4.3.3", - "globby": "^11.0.4", - "simple-bin-help": "^1.8.0" - }, - "bin": { - "find-test-names": "bin/find-test-names.js", - "print-tests": "bin/print-tests.js", - "update-test-count": "bin/update-test-count.js" - } - }, "node_modules/find-test-names": { "version": "1.29.2", "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.2.tgz", @@ -13256,15 +13238,15 @@ } }, "find-cypress-specs": { - "version": "1.46.4", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.4.tgz", - "integrity": "sha512-kNorHjvQ7vVKd4Ln4AP8DA+DYoCXA+0vzZG6oRmUripREqtpjG+td2R2DNfTa9ysqxe7PSJ+FDcZc7SU//g7tQ==", + "version": "1.46.5", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.5.tgz", + "integrity": "sha512-DN0tkttOYqjcBJ4I2eD66/45blcu8yX1Wzcn8dnKMP+EGf1HJOVfQUpAVozoe+AiMK997p4O6l0jUPZOL+Hs4w==", "requires": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.29.1", + "find-test-names": "1.29.2", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -13272,21 +13254,6 @@ "shelljs": "^0.8.5", "spec-change": "^1.11.0", "tsx": "^4.7.1" - }, - "dependencies": { - "find-test-names": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.29.1.tgz", - "integrity": "sha512-Bnfg2nFStj3KhqJWpN2DIYeMulLhJT4KNI1nSAWLbInjQrh8WosZ/A7CygxHDKEQVuTF0gghIrCdp1N53U3e/A==", - "requires": { - "@babel/parser": "^7.24.7", - "@babel/plugin-syntax-jsx": "^7.24.7", - "acorn-walk": "^8.2.0", - "debug": "^4.3.3", - "globby": "^11.0.4", - "simple-bin-help": "^1.8.0" - } - } } }, "find-test-names": {