diff --git a/package-lock.json b/package-lock.json index 91c59266..09b02867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", "@types/chai": "4.3.9", - "@types/cypress-cucumber-preprocessor": "4.0.2", + "@types/cypress-cucumber-preprocessor": "4.0.3", "husky": "6.0.0", "lint-staged": "11.2.6", "prettier": "2.8.8", @@ -2621,9 +2621,9 @@ "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" }, "node_modules/@types/cypress-cucumber-preprocessor": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.2.tgz", - "integrity": "sha512-PPWX08rhaEm1E4TzONVXdqGAq14mQs+XDTHcqB6sDXTUt1GabcFBKAsGIC+8Rp8FxDHaXG28rgGO6PQYxU8vPA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.3.tgz", + "integrity": "sha512-vuu6QGc+nyPEVB+A9hEyxaTgyM/f26vE6t6WnzyunloeXZiqPhIyZYUObESSlxRij1A2LXJQF4ShLF2aKLPoEQ==", "dev": true }, "node_modules/@types/parse-json": { diff --git a/package.json b/package.json index 00bd1b92..586b8a4b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", "@types/chai": "4.3.9", - "@types/cypress-cucumber-preprocessor": "4.0.2", + "@types/cypress-cucumber-preprocessor": "4.0.3", "husky": "6.0.0", "lint-staged": "11.2.6", "prettier": "2.8.8",