diff --git a/package-lock.json b/package-lock.json index 063df26..f1b169b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index bfad662..f5f6023 100644 --- a/package.json +++ b/package.json @@ -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",