From 67bbb32845ca586e319e84037848862029c3acf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:18:51 +0000 Subject: [PATCH] fix(deps): update dependency find-cypress-specs to v1.46.4 --- package-lock.json | 49 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fac179e..0521bd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3689,15 +3689,15 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.45.2.tgz", - "integrity": "sha512-D289NM0Dpqoz4+yl8oEtbioqm7zPKQo0hLcvwlg5Z9iBm7EioMIFiOYgluthDNPxUES/aJF+1xHRHAJpC3ejcA==", + "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==", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.28.30", + "find-test-names": "1.29.1", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -3713,6 +3713,24 @@ "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.28.30", "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.28.30.tgz", @@ -13225,15 +13243,15 @@ } }, "find-cypress-specs": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.45.2.tgz", - "integrity": "sha512-D289NM0Dpqoz4+yl8oEtbioqm7zPKQo0hLcvwlg5Z9iBm7EioMIFiOYgluthDNPxUES/aJF+1xHRHAJpC3ejcA==", + "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==", "requires": { "@actions/core": "^1.10.0", "arg": "^5.0.1", "console.table": "^0.10.0", "debug": "^4.3.3", - "find-test-names": "1.28.30", + "find-test-names": "1.29.1", "globby": "^11.1.0", "minimatch": "^3.0.4", "pluralize": "^8.0.0", @@ -13241,6 +13259,21 @@ "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": {