diff --git a/package-lock.json b/package-lock.json index 06442fe..61db11f 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.8.0", + "multiple-cucumber-html-reporter": "^3.9.0", "prettier": "^3.4.2", "ts-loader": "^9.5.1", "tsx": "^4.19.2", @@ -12917,9 +12917,9 @@ "dev": true }, "node_modules/multiple-cucumber-html-reporter": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-3.8.0.tgz", - "integrity": "sha512-OLnTQ3qvLRD6WfNw1dbzbawqnYuq4T6z1Rqgdftmp/ediE4rnTtPV4uqvNe+t2W7WR4VmMNkSiHVhLIe6IwX1A==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -12927,9 +12927,9 @@ "fs-extra": "^11.2.0", "jsonfile": "^6.1.0", "lodash": "^4.17.21", - "luxon": "^3.4.4", + "luxon": "^3.5.0", "open": "^8.4.2", - "uuid": "^10.0.0" + "uuid": "^11.0.4" } }, "node_modules/multiple-cucumber-html-reporter/node_modules/fs-extra": { @@ -12958,9 +12958,9 @@ } }, "node_modules/multiple-cucumber-html-reporter/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -12968,7 +12968,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/mz": { diff --git a/package.json b/package.json index 8ca2452..8a4696a 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.8.0", + "multiple-cucumber-html-reporter": "^3.9.0", "prettier": "^3.4.2", "ts-loader": "^9.5.1", "tsx": "^4.19.2",