diff --git a/package-lock.json b/package-lock.json index 6bc00d0..bacf36d 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": "^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": "^8.8.0", @@ -567,9 +567,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/package.json b/package.json index 9eb36dc..e8c6c16 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,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": "^8.8.0",