From 61c0baf5e3b249d5ecc1403b729e108b479e2bb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:00:00 +0000 Subject: [PATCH] chore(deps): update dependency @cucumber/compatibility-kit to v14 --- 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 65101c4..4656b83 100644 --- a/testdata/package-lock.json +++ b/testdata/package-lock.json @@ -10,14 +10,14 @@ "hasInstallScript": true, "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^11.1.0", + "@cucumber/compatibility-kit": "^14.0.0", "shx": "^0.3.4" } }, "node_modules/@cucumber/compatibility-kit": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-11.1.0.tgz", - "integrity": "sha512-LMk8gk03Dr+5Q3Fr4b29PFP128g6lkaxrEEeQYu6HPZc0mgMXvFVp+BR/jQXbZJ5cOt0jA+F5q8dAPedE7h8lg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-14.0.0.tgz", + "integrity": "sha512-z/NZwtW+M7dmgDM6bvG3oFd0letb5RK2CpIVSNFlwEa2Uj2CT3O61iWLJQ7kTZ65OBIL/Mf37gtEb/Vei4sIBg==", "dev": true }, "node_modules/balanced-match": { @@ -248,9 +248,9 @@ }, "dependencies": { "@cucumber/compatibility-kit": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-11.1.0.tgz", - "integrity": "sha512-LMk8gk03Dr+5Q3Fr4b29PFP128g6lkaxrEEeQYu6HPZc0mgMXvFVp+BR/jQXbZJ5cOt0jA+F5q8dAPedE7h8lg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-14.0.0.tgz", + "integrity": "sha512-z/NZwtW+M7dmgDM6bvG3oFd0letb5RK2CpIVSNFlwEa2Uj2CT3O61iWLJQ7kTZ65OBIL/Mf37gtEb/Vei4sIBg==", "dev": true }, "balanced-match": { diff --git a/testdata/package.json b/testdata/package.json index d15091a..fb0911f 100644 --- a/testdata/package.json +++ b/testdata/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^11.1.0", + "@cucumber/compatibility-kit": "^14.0.0", "shx": "^0.3.4" } }