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",