From 0926899475103808cb964fbc29abb6fa2f728b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:55:54 +0000 Subject: [PATCH] build(deps-dev): bump @badeball/cypress-cucumber-preprocessor in /tests Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 21.0.1 to 21.0.2. - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v21.0.1...v21.0.2) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/package-lock.json | 8 ++++---- tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index 245b179d9a..a71e32595f 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^21.0.1", + "@badeball/cypress-cucumber-preprocessor": "^21.0.2", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.3", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@typescript-eslint/eslint-plugin": "^7.8.0", @@ -449,9 +449,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-21.0.1.tgz", - "integrity": "sha512-g15Kv/+iqKkqjzoWANs0Kro7JpAJR6U86flrHneG/5Z/TKs9AOkJzRpeBu8cQ/urZa/yJbvESx96E8CCtcY/Kg==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-21.0.2.tgz", + "integrity": "sha512-okXGaz4u8bAcQOYN4uLcfw98UloZfs35LxegbIUF2+t9dDuthPmwt2nq+vzOx0SqXV6q66TBAewuvXtAcnvuKQ==", "dev": true, "funding": [ { diff --git a/tests/package.json b/tests/package.json index e7c6a9dcaa..53f68152ca 100644 --- a/tests/package.json +++ b/tests/package.json @@ -26,7 +26,7 @@ "update": "npx npm-check-updates" }, "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^21.0.1", + "@badeball/cypress-cucumber-preprocessor": "^21.0.2", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.3", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@typescript-eslint/eslint-plugin": "^7.8.0",