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