From ec65105db2e3a3f22409d23751ecc0040c8c174e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:04:01 +0000 Subject: [PATCH] Bump @cypress/grep from 6.0.3 to 7.0.0 in /test Bumps [@cypress/grep](https://github.com/cypress-io/cypress) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/grep-v6.0.3...@cypress/grep-v7.0.0) --- updated-dependencies: - dependency-name: "@cypress/grep" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- test/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/package.json b/test/package.json index 9f6ed184..bd99c931 100644 --- a/test/package.json +++ b/test/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "@cypress/grep": "^6.0.3", + "@cypress/grep": "^7.0.0", "@jc21/cypress-swagger-validation": "^0.3.2", "@quobix/vacuum": "^0.26.4", "axios": "^1.19.0", diff --git a/test/yarn.lock b/test/yarn.lock index 24474c29..19dd3c2d 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -80,10 +80,10 @@ "@babel/helper-string-parser" "^7.29.7" "@babel/helper-validator-identifier" "^7.29.7" -"@cypress/grep@^6.0.3": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@cypress/grep/-/grep-6.0.3.tgz#c8023bbf996e406fe932e5861674ded0499e8fda" - integrity sha512-9pm3HVlbXHp9K9XU3hrnY7OBXsCGKGeCZ49n7yOrXbBlPv6FdSq3ub1KDJQ0AvtIi6A/3zCzwU0uZzq9skG6Ag== +"@cypress/grep@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@cypress/grep/-/grep-7.0.0.tgz#2cdc92a395017947dc18fe3623fa7334631887e1" + integrity sha512-pk1EJaIzt8xQZYA47xvwA2mA+ajGd73mDSIdYeAxYRuyifLVZGhTf1FpuTktjPYGarkdLjWKzDSijGfJnn6lEA== dependencies: debug "^4.3.4" find-test-names "^1.28.18"