diff --git a/testdata/package-lock.json b/testdata/package-lock.json index 65101c4..3124d9f 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": "^13.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": "13.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-13.0.0.tgz", + "integrity": "sha512-Ay0USUupaN/a+GwSpljU7fL4I07tgmR1d/A5ekkJ/jvHXOkUmTSsboSRc0Quonxngs4u1T/WrXRmZWWEeE0Ptg==", "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": "13.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-13.0.0.tgz", + "integrity": "sha512-Ay0USUupaN/a+GwSpljU7fL4I07tgmR1d/A5ekkJ/jvHXOkUmTSsboSRc0Quonxngs4u1T/WrXRmZWWEeE0Ptg==", "dev": true }, "balanced-match": { diff --git a/testdata/package.json b/testdata/package.json index d15091a..a7971f4 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": "^13.0.0", "shx": "^0.3.4" } }