From 0fe27969cc5fcfbfaacc22f434d7acfe5a0620cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:09:57 +0000 Subject: [PATCH] Bump @badeball/cypress-cucumber-preprocessor from 20.0.2 to 20.0.3 Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 20.0.2 to 20.0.3. - [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.2...v20.0.3) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index df4f55a..0b7e925 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.2", + "@badeball/cypress-cucumber-preprocessor": "^20.0.3", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@typescript-eslint/eslint-plugin": "^7.4.0", @@ -2362,9 +2362,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.2", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.2.tgz", - "integrity": "sha512-Ty5CXJxtB/TVC4jbhYTfR3oUsX8QFcGCQbFhCtk+xlyfL1eI8cgF7BXEQdCa5Qa3lf44EUKeI++xsd3NI5tWTQ==", + "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==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6f1381f..6961220 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "update": "npx npm-check-updates" }, "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.2", + "@badeball/cypress-cucumber-preprocessor": "^20.0.3", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@typescript-eslint/eslint-plugin": "^7.4.0",