diff --git a/package-lock.json b/package-lock.json index ce2b5dcc..a742cd44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,9 +164,9 @@ "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" }, "@types/cypress-cucumber-preprocessor": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.1.tgz", - "integrity": "sha512-sK2/uU5CtmJ51zo0JF2Lc4iSw9Fy3xn9ewfewuooV5Qmeb5O+brAHuoXKMV7UWwRbBmd+txhAXAJoi4S5QLDRQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.5.tgz", + "integrity": "sha512-5+eM+RWNOW7X9JMQ4auux/HxTWxBK+Mz2wStEnnbuJr0HRLqCNJDUDvkeLtob8X74uA3L0bCFNyC2WotfJtM6Q==", "dev": true }, "@types/istanbul-lib-coverage": { diff --git a/package.json b/package.json index a9e47c52..1cdbc829 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Jest and Expect.", "devDependencies": { - "@types/cypress-cucumber-preprocessor": "4.0.1", + "@types/cypress-cucumber-preprocessor": "4.0.5", "@types/jest": "26.0.24", "husky": "6.0.0", "lint-staged": "10.5.4",