From 22e99b5b4bf464240eb0a9e0c4d5dbb4fb1a68ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:40:54 +0000 Subject: [PATCH] chore(deps): update dependency @cucumber/compatibility-kit to v16 --- 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 484f225..004f145 100644 --- a/testdata/package-lock.json +++ b/testdata/package-lock.json @@ -10,14 +10,14 @@ "hasInstallScript": true, "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^15.1.0", + "@cucumber/compatibility-kit": "^16.0.0", "shx": "^0.3.4" } }, "node_modules/@cucumber/compatibility-kit": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-15.1.0.tgz", - "integrity": "sha512-5rGNfXhv/vnVuep5Ud0qWWoK3iA7iKCk5SvmpoybOGA93TIsZkESTM2a1Bzqy703hN4k7wrhIHcYPN/tUthjpA==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-16.0.0.tgz", + "integrity": "sha512-eqgMIEsVSVRw9/SHlbkGB8qqBVGi1Rzt0yl6N9gc3rcMHuQSBIhuaxCWJhL533Lx9Eup2xrCR0SCndGsLaiNZA==", "dev": true }, "node_modules/balanced-match": { @@ -248,9 +248,9 @@ }, "dependencies": { "@cucumber/compatibility-kit": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-15.1.0.tgz", - "integrity": "sha512-5rGNfXhv/vnVuep5Ud0qWWoK3iA7iKCk5SvmpoybOGA93TIsZkESTM2a1Bzqy703hN4k7wrhIHcYPN/tUthjpA==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-16.0.0.tgz", + "integrity": "sha512-eqgMIEsVSVRw9/SHlbkGB8qqBVGi1Rzt0yl6N9gc3rcMHuQSBIhuaxCWJhL533Lx9Eup2xrCR0SCndGsLaiNZA==", "dev": true }, "balanced-match": { diff --git a/testdata/package.json b/testdata/package.json index 62f5226..9f0a780 100644 --- a/testdata/package.json +++ b/testdata/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@cucumber/compatibility-kit": "^15.1.0", + "@cucumber/compatibility-kit": "^16.0.0", "shx": "^0.3.4" } }