From 286aa74427bebd14b709bc3bd819c1e83e2f7543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:40:59 +0000 Subject: [PATCH] build(deps-dev): bump @badeball/cypress-cucumber-preprocessor (#794) Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 20.0.3 to 20.0.4. - [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/v20.0.3...v20.0.4) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c8768254..26fdae302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.59.0", "license": "MIT", "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "20.0.3", + "@badeball/cypress-cucumber-preprocessor": "20.0.4", "@bahmutov/cypress-esbuild-preprocessor": "2.2.0", "@commitlint/cli": "19.2.2", "@commitlint/config-conventional": "19.2.2", @@ -218,9 +218,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.3.tgz", - "integrity": "sha512-cc7rYEFEVRAZ13LQ2WEnG84VJNO+ErpNsNBP/5eP2JC+2v8WvcVgm8fcqKLOiNgyEWaRuiT+MkU3DXKbBbFVSg==", + "version": "20.0.4", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.4.tgz", + "integrity": "sha512-1izlopsaJLPVjPN4XV3WhviZOgwXleVMsiTuDYHbJq3QiTUdHUzbticy8cMxtUTKa2dKZZSJTzZIGcXP5wEuag==", "dev": true, "funding": [ { @@ -8560,9 +8560,9 @@ } }, "@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.3.tgz", - "integrity": "sha512-cc7rYEFEVRAZ13LQ2WEnG84VJNO+ErpNsNBP/5eP2JC+2v8WvcVgm8fcqKLOiNgyEWaRuiT+MkU3DXKbBbFVSg==", + "version": "20.0.4", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.4.tgz", + "integrity": "sha512-1izlopsaJLPVjPN4XV3WhviZOgwXleVMsiTuDYHbJq3QiTUdHUzbticy8cMxtUTKa2dKZZSJTzZIGcXP5wEuag==", "dev": true, "requires": { "@badeball/cypress-configuration": "^6.1.0", diff --git a/package.json b/package.json index 0dc2c5149..b402902bd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test" ], "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "20.0.3", + "@badeball/cypress-cucumber-preprocessor": "20.0.4", "@bahmutov/cypress-esbuild-preprocessor": "2.2.0", "@commitlint/cli": "19.2.2", "@commitlint/config-conventional": "19.2.2",