From 55f9032d33165dfb8c20e94c2c93158dd18e23a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 14:33:22 +0000 Subject: [PATCH] chore(deps): update dependency @cucumber/compatibility-kit to v26 --- testdata/package-lock.json | 14 +++++++------- testdata/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/testdata/package-lock.json b/testdata/package-lock.json index 0fb4b14..791d6ef 100644 --- a/testdata/package-lock.json +++ b/testdata/package-lock.json @@ -10,14 +10,14 @@ "hasInstallScript": true, "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^23.0.0", + "@cucumber/compatibility-kit": "^26.0.0", "shx": "^0.4.0" } }, "node_modules/@cucumber/compatibility-kit": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-23.0.0.tgz", - "integrity": "sha512-+XapEOpxPm2c5iOD+eiWgRQLAN6MMal22dOeicm6Z4Vewp1XpEoPaS/G5l0ODMcIxhKi9GrUlyCsQ1Hd84M45w==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-26.0.0.tgz", + "integrity": "sha512-Ts3srZcsbr0KIegDGOLITJOFzD+9qAvHkNnFcRsSa18AtrsAs9VPm7Z1ssc92nIIZWHQB+f4R7c1lVlPVbuQXA==", "dev": true }, "node_modules/@nodelib/fs.scandir": { @@ -565,9 +565,9 @@ }, "dependencies": { "@cucumber/compatibility-kit": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-23.0.0.tgz", - "integrity": "sha512-+XapEOpxPm2c5iOD+eiWgRQLAN6MMal22dOeicm6Z4Vewp1XpEoPaS/G5l0ODMcIxhKi9GrUlyCsQ1Hd84M45w==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-26.0.0.tgz", + "integrity": "sha512-Ts3srZcsbr0KIegDGOLITJOFzD+9qAvHkNnFcRsSa18AtrsAs9VPm7Z1ssc92nIIZWHQB+f4R7c1lVlPVbuQXA==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/testdata/package.json b/testdata/package.json index 46a8787..9204938 100644 --- a/testdata/package.json +++ b/testdata/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^23.0.0", + "@cucumber/compatibility-kit": "^26.0.0", "shx": "^0.4.0" } }