From 4325f130370db9893e84981f9fc626e66e064bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:40:58 +0000 Subject: [PATCH] chore(deps): update dependency @cucumber/compatibility-kit to v25 --- javascript/package-lock.json | 6 ++++-- javascript/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 5214b05e..1f2f2cb0 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@babel/core": "7.28.5", - "@cucumber/compatibility-kit": "^24.0.0", + "@cucumber/compatibility-kit": "^25.0.0", "@cucumber/gherkin": "36.1.0", "@cucumber/gherkin-streams": "^6.0.0", "@cucumber/gherkin-utils": "^10.0.0", @@ -318,7 +318,9 @@ } }, "node_modules/@cucumber/compatibility-kit": { - "version": "24.0.0", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-25.0.0.tgz", + "integrity": "sha512-DmB6oOWVh+0L7VRa4kq/xHIccrBezdibSHt7RAVdVX/hv1grf5+yzt44a+JTliPg5IKVEqxusmQ556sB8Tlabg==", "dev": true, "license": "MIT" }, diff --git a/javascript/package.json b/javascript/package.json index e82368f9..f5827882 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@babel/core": "7.28.5", - "@cucumber/compatibility-kit": "^24.0.0", + "@cucumber/compatibility-kit": "^25.0.0", "@cucumber/gherkin": "36.1.0", "@cucumber/gherkin-streams": "^6.0.0", "@cucumber/gherkin-utils": "^10.0.0",