diff --git a/package-lock.json b/package-lock.json index 0531330b..11c9351f 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.4", + "@types/cypress-cucumber-preprocessor": "4.0.5", "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.4", - "resolved": "https://registry.npmjs.org/@types/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.4.tgz", - "integrity": "sha512-wNLjQgFUQri1ZjRuI0ZckmjcBgGpL47iOV0aaF9/5hmt/bQ1WJ/DVkIh9eAQW+427bQWRj+lNb+uwxSZ2ukmCA==", + "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 }, "node_modules/@types/parse-json": { diff --git a/package.json b/package.json index 3fc5958a..537c5d67 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.4", + "@types/cypress-cucumber-preprocessor": "4.0.5", "husky": "6.0.0", "lint-staged": "11.2.6", "prettier": "2.8.8",