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",