From a4f99f33e22ba38e3eb1a0e06136bca8ab69bffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:46:14 +0000 Subject: [PATCH] Update dependency @types/cypress-cucumber-preprocessor to v4.0.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47263fb8..25a4a95f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", "@types/chai": "4.3.8", - "@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 f823f18f..92cabd50 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", "@types/chai": "4.3.8", - "@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",