Update dependency multiple-cucumber-html-reporter to ^3.9.1

This commit is contained in:
renovate[bot] 2025-02-20 02:24:26 +00:00 committed by GitHub
parent 4354566076
commit 12bc7020f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -27,7 +27,7 @@
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.9.0",
"multiple-cucumber-html-reporter": "^3.9.1",
"prettier": "^3.5.1",
"ts-loader": "^9.5.2",
"tsx": "^4.19.2",
@ -12923,25 +12923,25 @@
"dev": true
},
"node_modules/multiple-cucumber-html-reporter": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-3.9.0.tgz",
"integrity": "sha512-1BlqdC4QZ574dL95x5ehZSvebdOUWDsAXIpAl5bMsIRZz/XeRZ8/bvSVrGX/cPn0SelEy+5M/LBCGlN+S1sPkQ==",
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-3.9.1.tgz",
"integrity": "sha512-you1Tsjb1STFDJ8ztaFanRRN16NwH+i54VzZBJgp+Hzcs/iPHALYN2BeU3g9oodIZVQS+bZrG1M/BlGdXu3t/g==",
"dev": true,
"license": "MIT",
"dependencies": {
"find": "^0.3.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"open": "^8.4.2",
"uuid": "^11.0.4"
"uuid": "^11.0.5"
}
},
"node_modules/multiple-cucumber-html-reporter/node_modules/fs-extra": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"version": "11.3.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz",
"integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -12964,9 +12964,9 @@
}
},
"node_modules/multiple-cucumber-html-reporter/node_modules/uuid": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",

View File

@ -51,7 +51,7 @@
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.9.0",
"multiple-cucumber-html-reporter": "^3.9.1",
"prettier": "^3.5.1",
"ts-loader": "^9.5.2",
"tsx": "^4.19.2",