mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
chore(deps-dev): bump @badeball/cypress-cucumber-preprocessor
Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 23.2.1 to 24.0.0. - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v23.2.1...v24.0.0) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-version: 24.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b53e2226de
commit
e5103919bd
159
package-lock.json
generated
159
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
|
||||
"@badeball/cypress-cucumber-preprocessor": "^24.0.0",
|
||||
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
||||
"@eslint/compat": "^2.0.0",
|
||||
@ -382,9 +382,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor": {
|
||||
"version": "23.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-23.2.1.tgz",
|
||||
"integrity": "sha512-yMEQCdjxhCww+mGhb/xvxlHNYUpsm2oiDuG3xb236+LwNFhfpT/RckvNktip44ETEZKSZe2xqxQDxOYKyXJctA==",
|
||||
"version": "24.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-24.0.0.tgz",
|
||||
"integrity": "sha512-WjmmnjkN49E52vp65TldsbiP3WtgTp7JQDZal8qNCHpnjmGjBW70JjIUL4/RfvxujZIUDx13W/VFiPTlG0FhRw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -392,32 +392,33 @@
|
||||
"url": "https://github.com/sponsors/badeball"
|
||||
}
|
||||
],
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cucumber/ci-environment": "^10.0.1",
|
||||
"@cucumber/ci-environment": "^12.0.0",
|
||||
"@cucumber/cucumber": "^12.0.0",
|
||||
"@cucumber/cucumber-expressions": "^18.0.0",
|
||||
"@cucumber/gherkin": "^35.0.0",
|
||||
"@cucumber/html-formatter": "^22.0.0",
|
||||
"@cucumber/gherkin": "^37.0.0",
|
||||
"@cucumber/html-formatter": "^22.2.0",
|
||||
"@cucumber/message-streams": "^4.0.1",
|
||||
"@cucumber/messages": "^30.0.0",
|
||||
"@cucumber/messages": "^31.0.0",
|
||||
"@cucumber/pretty-formatter": "^1.0.1",
|
||||
"@cucumber/tag-expressions": "^6.1.0",
|
||||
"@cucumber/tag-expressions": "^8.0.0",
|
||||
"@jridgewell/trace-mapping": "^0.3.31",
|
||||
"base64-js": "^1.5.1",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-table": "^0.3.11",
|
||||
"common-ancestor-path": "^1.0.1",
|
||||
"common-ancestor-path": "^2.0.0",
|
||||
"cosmiconfig": "^9.0.0",
|
||||
"debug": "^4.3.6",
|
||||
"error-stack-parser": "^2.1.4",
|
||||
"find-cypress-specs": "^1.45.2",
|
||||
"glob": "^11.0.3",
|
||||
"fp-ts": "^2.16.11",
|
||||
"glob": "^13.0.0",
|
||||
"io-ts": "^2.2.22",
|
||||
"mocha": "^11.0.0",
|
||||
"seedrandom": "^3.0.5",
|
||||
"source-map": "^0.6.1",
|
||||
"split": "^1.0.1",
|
||||
"uuid": "^10.0.0"
|
||||
"uuid": "^13.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"cucumber-html-formatter": "dist/bin/cucumber-html-formatter.js",
|
||||
@ -425,37 +426,33 @@
|
||||
"cucumber-merge-messages": "dist/bin/cucumber-merge-messages.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
"node": "^20.12.0 || ^21.7.0 || >=22"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/gherkin": {
|
||||
"version": "35.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-35.1.0.tgz",
|
||||
"integrity": "sha512-JtQZLlhclejUb1lmnztMBin2Qu5lvSuet9dCl/nizrP8Icr8ywZk6PaDfcFXwS5iNQAKV+wH9FLsPxhhxME0sQ==",
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/ci-environment": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/ci-environment/-/ci-environment-12.0.0.tgz",
|
||||
"integrity": "sha512-SqCEnbCNl3zCXCFpqGUuoaSNhLC0jLw4tKeFcAxTw9MD/QRlJjeAC/fyvVLFuXuSq0OunJlFfxLu+Z3HE+oLPg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cucumber/messages": ">=19.1.4 <30"
|
||||
}
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-29.0.1.tgz",
|
||||
"integrity": "sha512-aAvIYfQD6/aBdF8KFQChC3CQ1Q+GX9orlR6GurGiX6oqaCnBkxA4WU3OQUVepDynEFrPayerqKRFcAMhdcXReQ==",
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/gherkin": {
|
||||
"version": "37.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-37.0.0.tgz",
|
||||
"integrity": "sha512-vKJVJ6h4HCktG870wgYUUskNpFxbFI0WmAkVLPTz1LlLwJX7/KOBqFcr2/L3u0pPoHjbLRW+IpbiXLT2T13/wg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"class-transformer": "0.5.1",
|
||||
"reflect-metadata": "0.2.2"
|
||||
"@cucumber/messages": ">=31.0.0 <32"
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/messages": {
|
||||
"version": "30.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-30.1.0.tgz",
|
||||
"integrity": "sha512-KxnsSjHz9EGF23GeZc3BRMK2+bagt2p87mwwNfisBK7BfuyvnXJumyBQJJN4xv5SLSzBKxH3FsZnuOf8LwsHhg==",
|
||||
"version": "31.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-31.0.0.tgz",
|
||||
"integrity": "sha512-Dqhatp4AjMsH9SREfWz3Q8nlGuwJMTW7YAW5L3OzRId86ZUEu/a8vIL1RO2c0agQefuBS2SVH9fEZ66ovrMYRA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -463,39 +460,24 @@
|
||||
"reflect-metadata": "0.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/@cucumber/tag-expressions": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-8.1.0.tgz",
|
||||
"integrity": "sha512-UFeOVUyc711/E7VHjThxMwg3jbGod9TlbM1gxNixX/AGDKg82Eha4cE0tKki3GGUs7uB2NyI+hQAuhB8rL2h5A==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/glob": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
||||
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
||||
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"foreground-child": "^3.3.1",
|
||||
"jackspeak": "^4.1.1",
|
||||
"minimatch": "^10.1.1",
|
||||
"minipass": "^7.1.2",
|
||||
"package-json-from-dist": "^1.0.0",
|
||||
"path-scurry": "^2.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"glob": "dist/esm/bin.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/jackspeak": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
||||
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"@isaacs/cliui": "^8.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
},
|
||||
@ -504,11 +486,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/lru-cache": {
|
||||
"version": "11.2.2",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
||||
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
||||
"version": "11.2.4",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
||||
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"license": "BlueOak-1.0.0",
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
@ -546,6 +528,20 @@
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/uuid": {
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
||||
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist-node/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/@bahmutov/cypress-esbuild-preprocessor": {
|
||||
"version": "2.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@bahmutov/cypress-esbuild-preprocessor/-/cypress-esbuild-preprocessor-2.2.7.tgz",
|
||||
@ -864,9 +860,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@cucumber/html-formatter": {
|
||||
"version": "22.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-22.1.0.tgz",
|
||||
"integrity": "sha512-6RIL0KHCQCYELCWuvbum/nuA5atrxA0IhOyTK6wA4ATeO+2bqxiUcNqHroEraFxtabqEWGlcLiASyHo8POhQpA==",
|
||||
"version": "22.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-22.2.0.tgz",
|
||||
"integrity": "sha512-fUNC/KngTIz+hAQ2Yr4XjdYq+MO60PwK9SidxBQ54jNI1Vw7erlgsPq0TOWneCIvdjU3qp+YDqYG1hw3zuUuDA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
@ -1988,9 +1984,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@jridgewell/trace-mapping": {
|
||||
"version": "0.3.25",
|
||||
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
||||
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
||||
"version": "0.3.31",
|
||||
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
||||
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -6641,11 +6637,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/common-ancestor-path": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
||||
"integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz",
|
||||
"integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==",
|
||||
"dev": true,
|
||||
"license": "ISC"
|
||||
"license": "BlueOak-1.0.0",
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
}
|
||||
},
|
||||
"node_modules/common-tags": {
|
||||
"version": "1.8.2",
|
||||
@ -9032,6 +9031,14 @@
|
||||
"node": ">= 6"
|
||||
}
|
||||
},
|
||||
"node_modules/fp-ts": {
|
||||
"version": "2.16.11",
|
||||
"resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.11.tgz",
|
||||
"integrity": "sha512-LaI+KaX2NFkfn1ZGHoKCmcfv7yrZsC3b8NtWsTVQeHkq4F27vI5igUuO53sxqDEa2gNQMHFPmpojDw/1zmUK7w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/fraction.js": {
|
||||
"version": "4.3.7",
|
||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
||||
@ -9982,6 +9989,16 @@
|
||||
"node": ">= 0.10"
|
||||
}
|
||||
},
|
||||
"node_modules/io-ts": {
|
||||
"version": "2.2.22",
|
||||
"resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz",
|
||||
"integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"fp-ts": "^2.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/is-arguments": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz",
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
"update": "npx npm-check-updates"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
|
||||
"@badeball/cypress-cucumber-preprocessor": "^24.0.0",
|
||||
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
||||
"@eslint/compat": "^2.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user