From 18a5ae73d671a94e308c610565361f8c95c5999c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:10:39 +0000 Subject: [PATCH] fix(deps): update dependency find-cypress-specs to v1.46.4 --- 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 01d42f7..52ccc21 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.46.2", + "find-cypress-specs": "1.46.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -4332,15 +4332,15 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.46.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.2.tgz", - "integrity": "sha512-eXvGQMftYDTbQflVX6TzJj7hA0ypO5+FfUrnMdRf1+yCu5xVY5wPv721AWp/xPBOpQXwx5jdoZRH9m95U/1c7A==", + "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", @@ -4357,9 +4357,9 @@ } }, "node_modules/find-test-names": { - "version": "1.28.30", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.28.30.tgz", - "integrity": "sha512-b5PLJ5WnskdaYHBf+38FN/4TKh5lqwrltITkqxuARsN2bW6civrhqOXbVA+4727YNowYLt/jtIC9Dsn7eJSP6A==", + "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", @@ -15812,15 +15812,15 @@ } }, "find-cypress-specs": { - "version": "1.46.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.2.tgz", - "integrity": "sha512-eXvGQMftYDTbQflVX6TzJj7hA0ypO5+FfUrnMdRf1+yCu5xVY5wPv721AWp/xPBOpQXwx5jdoZRH9m95U/1c7A==", + "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", @@ -15831,9 +15831,9 @@ } }, "find-test-names": { - "version": "1.28.30", - "resolved": "https://registry.npmjs.org/find-test-names/-/find-test-names-1.28.30.tgz", - "integrity": "sha512-b5PLJ5WnskdaYHBf+38FN/4TKh5lqwrltITkqxuARsN2bW6civrhqOXbVA+4727YNowYLt/jtIC9Dsn7eJSP6A==", + "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", diff --git a/package.json b/package.json index 21bdfe5..fbf8d5c 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.46.2", + "find-cypress-specs": "1.46.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" },