From 378726c27a7c545cb3470488d0d40e822aaea219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:06:48 +0200 Subject: [PATCH] Bump validator and cypress-mochawesome-reporter (#3991) Bumps [validator](https://github.com/validatorjs/validator.js) to 13.7.0 and updates ancestor dependency [cypress-mochawesome-reporter](https://github.com/LironEr/cypress-mochawesome-reporter). These dependencies need to be updated together. Updates `validator` from 10.11.0 to 13.7.0 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/10.11.0...13.7.0) Updates `cypress-mochawesome-reporter` from 2.4.0 to 3.5.1 - [Release notes](https://github.com/LironEr/cypress-mochawesome-reporter/releases) - [Commits](https://github.com/LironEr/cypress-mochawesome-reporter/compare/v2.4.0...v3.5.1) --- updated-dependencies: - dependency-name: validator dependency-type: indirect - dependency-name: cypress-mochawesome-reporter dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 830 ++++------------------------------------------ package.json | 2 +- 2 files changed, 66 insertions(+), 766 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cd441350..74fbe27a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,6 +41,7 @@ "crc-32": "^1.2.2", "currency-codes": "^2.1.0", "currency.js": "^2.0.4", + "cypress-mochawesome-reporter": "^3.5.1", "debug": "^4.3.4", "downshift": "^6.1.7", "editorjs-inline-tool": "^0.4.0", @@ -216,7 +217,7 @@ "cypress": "^12.4.0", "cypress-file-upload": "^5.0.8", "cypress-mailhog": "^1.3.0", - "cypress-mochawesome-reporter": "^2.3.0", + "cypress-mochawesome-reporter": "^3.5.1", "cypress-multi-reporters": "^1.5.0", "cypress-repeat": "^2.3.3", "cypress-timings": "^1.0.0", @@ -15742,79 +15743,6 @@ "integrity": "sha512-0tOHJNMF9+4R3qcbBL+4IxLErpaYSYvzs10aXuECDbZdJOuJHdagJMAqvLdeaUQTI/o2uSCDRpet6ywDiKOAYw==", "optional": true }, - "node_modules/cliui": { - "version": "5.0.0", - "license": "ISC", - "optional": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/cliui/node_modules/ansi-styles": { - "version": "3.2.1", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cliui/node_modules/color-convert": { - "version": "1.9.3", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/cliui/node_modules/color-name": { - "version": "1.1.3", - "license": "MIT", - "optional": true - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "7.0.3", - "license": "MIT", - "optional": true - }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "3.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/wrap-ansi": { - "version": "5.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/clone": { "version": "1.0.4", "dev": true, @@ -16590,92 +16518,44 @@ "optional": true }, "node_modules/cypress-mochawesome-reporter": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cypress-mochawesome-reporter/-/cypress-mochawesome-reporter-2.4.0.tgz", - "integrity": "sha512-hp1shdb4ld897WwYTgJviSjJFVpllMNesflL9FXOa0kOz4GM7UaLESrX8pnkUHBvYyO05iDMsgWhJ0x6BABukA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/cypress-mochawesome-reporter/-/cypress-mochawesome-reporter-3.5.1.tgz", + "integrity": "sha512-/5ahFTyTxLujdzfTvmQrzKrJ8GWv12rUbOHvzWfVRYlAp/088ffU/1QbcfacEa2HTs28onSIIBiIKqSOID/bTw==", "optional": true, "dependencies": { - "fs-extra": "^9.0.0", - "mochawesome": "^6.1.0", - "mochawesome-merge": "^4.0.3", - "mochawesome-report-generator": "^5.1.0" + "fs-extra": "^10.0.1", + "mochawesome": "^7.1.3", + "mochawesome-merge": "^4.2.1", + "mochawesome-report-generator": "^6.2.0" }, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/LironEr" }, "peerDependencies": { "cypress": ">=6.2.0" } }, - "node_modules/cypress-mochawesome-reporter/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/color-convert": { - "version": "1.9.3", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/color-name": { - "version": "1.1.3", - "license": "MIT", - "optional": true - }, - "node_modules/cypress-mochawesome-reporter/node_modules/dateformat": { - "version": "3.0.3", - "license": "MIT", - "optional": true, - "engines": { - "node": "*" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/diff": { - "version": "5.0.0", - "license": "BSD-3-Clause", - "optional": true, - "engines": { - "node": ">=0.3.1" - } - }, "node_modules/cypress-mochawesome-reporter/node_modules/fs-extra": { - "version": "9.1.0", - "license": "MIT", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "optional": true, "dependencies": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=10" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" + "node": ">=12" } }, "node_modules/cypress-mochawesome-reporter/node_modules/jsonfile": { "version": "6.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "optional": true, "dependencies": { "universalify": "^2.0.0" @@ -16684,166 +16564,15 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome": { - "version": "6.3.1", - "license": "MIT", - "optional": true, - "dependencies": { - "chalk": "^4.1.0", - "diff": "^5.0.0", - "json-stringify-safe": "^5.0.1", - "lodash.isempty": "^4.4.0", - "lodash.isfunction": "^3.0.9", - "lodash.isobject": "^3.0.2", - "lodash.isstring": "^4.0.1", - "mochawesome-report-generator": "^5.2.0", - "strip-ansi": "^6.0.0", - "uuid": "^8.3.2" - }, - "peerDependencies": { - "mocha": ">=7" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator": { - "version": "5.2.0", - "license": "MIT", - "optional": true, - "dependencies": { - "chalk": "^2.4.2", - "dateformat": "^3.0.2", - "escape-html": "^1.0.3", - "fs-extra": "^7.0.0", - "fsu": "^1.0.2", - "lodash.isfunction": "^3.0.8", - "opener": "^1.5.2", - "prop-types": "^15.7.2", - "tcomb": "^3.2.17", - "tcomb-validation": "^3.3.0", - "validator": "^10.11.0", - "yargs": "^13.2.2" - }, - "bin": { - "marge": "bin/cli.js" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/ansi-styles": { - "version": "3.2.1", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/chalk": { - "version": "2.4.2", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/fs-extra": { - "version": "7.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/has-flag": { - "version": "3.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/jsonfile": { - "version": "4.0.0", - "license": "MIT", - "optional": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/supports-color": { - "version": "5.5.0", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/mochawesome-report-generator/node_modules/universalify": { - "version": "0.1.2", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/strip-ansi": { - "version": "6.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/cypress-mochawesome-reporter/node_modules/universalify": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", "optional": true, "engines": { "node": ">= 10.0.0" } }, - "node_modules/cypress-mochawesome-reporter/node_modules/uuid": { - "version": "8.3.2", - "license": "MIT", - "optional": true, - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/cypress-mochawesome-reporter/node_modules/validator": { - "version": "10.11.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/cypress-multi-reporters": { "version": "1.5.0", "license": "MIT", @@ -26979,8 +26708,9 @@ } }, "node_modules/mochawesome": { - "version": "7.1.0", - "license": "MIT", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/mochawesome/-/mochawesome-7.1.3.tgz", + "integrity": "sha512-Vkb3jR5GZ1cXohMQQ73H3cZz7RoxGjjUo0G5hu0jLaW+0FdUxUwg3Cj29bqQdh0rFcnyV06pWmqmi5eBPnEuNQ==", "optional": true, "dependencies": { "chalk": "^4.1.2", @@ -26990,7 +26720,7 @@ "lodash.isfunction": "^3.0.9", "lodash.isobject": "^3.0.2", "lodash.isstring": "^4.0.1", - "mochawesome-report-generator": "^6.1.0", + "mochawesome-report-generator": "^6.2.0", "strip-ansi": "^6.0.1", "uuid": "^8.3.2" }, @@ -27138,8 +26868,9 @@ } }, "node_modules/mochawesome-report-generator": { - "version": "6.0.1", - "license": "MIT", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/mochawesome-report-generator/-/mochawesome-report-generator-6.2.0.tgz", + "integrity": "sha512-Ghw8JhQFizF0Vjbtp9B0i//+BOkV5OWcQCPpbO0NGOoxV33o+gKDYU0Pr2pGxkIHnqZ+g5mYiXF7GMNgAcDpSg==", "optional": true, "dependencies": { "chalk": "^4.1.2", @@ -27281,7 +27012,8 @@ }, "node_modules/mochawesome/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "optional": true, "dependencies": { "ansi-styles": "^4.1.0", @@ -27294,16 +27026,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/mochawesome/node_modules/cliui": { - "version": "7.0.4", - "license": "ISC", - "optional": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, "node_modules/mochawesome/node_modules/diff": { "version": "5.0.0", "license": "BSD-3-Clause", @@ -27312,63 +27034,19 @@ "node": ">=0.3.1" } }, - "node_modules/mochawesome/node_modules/fs-extra": { - "version": "10.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/mochawesome/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "optional": true, "engines": { "node": ">=8" } }, - "node_modules/mochawesome/node_modules/jsonfile": { - "version": "6.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/mochawesome/node_modules/mochawesome-report-generator": { - "version": "6.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "chalk": "^4.1.2", - "dateformat": "^4.5.1", - "escape-html": "^1.0.3", - "fs-extra": "^10.0.0", - "fsu": "^1.1.1", - "lodash.isfunction": "^3.0.9", - "opener": "^1.5.2", - "prop-types": "^15.7.2", - "tcomb": "^3.2.17", - "tcomb-validation": "^3.3.0", - "validator": "^13.6.0", - "yargs": "^17.2.1" - }, - "bin": { - "marge": "bin/cli.js" - } - }, "node_modules/mochawesome/node_modules/strip-ansi": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "optional": true, "dependencies": { "ansi-regex": "^5.0.1" @@ -27379,7 +27057,8 @@ }, "node_modules/mochawesome/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "optional": true, "dependencies": { "has-flag": "^4.0.0" @@ -27388,14 +27067,6 @@ "node": ">=8" } }, - "node_modules/mochawesome/node_modules/universalify": { - "version": "2.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 10.0.0" - } - }, "node_modules/mochawesome/node_modules/uuid": { "version": "8.3.2", "license": "MIT", @@ -27404,39 +27075,6 @@ "uuid": "dist/bin/uuid" } }, - "node_modules/mochawesome/node_modules/y18n": { - "version": "5.0.8", - "license": "ISC", - "optional": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/mochawesome/node_modules/yargs": { - "version": "17.3.1", - "license": "MIT", - "optional": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/mochawesome/node_modules/yargs-parser": { - "version": "21.0.1", - "license": "ISC", - "optional": true, - "engines": { - "node": ">=12" - } - }, "node_modules/moment": { "version": "2.29.4", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", @@ -34827,58 +34465,6 @@ "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==", "dev": true }, - "node_modules/yargs": { - "version": "13.3.2", - "license": "MIT", - "optional": true, - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "license": "ISC", - "optional": true, - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/yargs/node_modules/emoji-regex": { - "version": "7.0.3", - "license": "MIT", - "optional": true - }, - "node_modules/yargs/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yargs/node_modules/string-width": { - "version": "3.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/yauzl": { "version": "2.10.0", "license": "MIT", @@ -45989,61 +45575,6 @@ "integrity": "sha512-0tOHJNMF9+4R3qcbBL+4IxLErpaYSYvzs10aXuECDbZdJOuJHdagJMAqvLdeaUQTI/o2uSCDRpet6ywDiKOAYw==", "optional": true }, - "cliui": { - "version": "5.0.0", - "optional": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "optional": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "color-convert": { - "version": "1.9.3", - "optional": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "optional": true - }, - "emoji-regex": { - "version": "7.0.3", - "optional": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "optional": true - }, - "string-width": { - "version": "3.1.0", - "optional": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "optional": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - } - } - }, "clone": { "version": "1.0.4", "dev": true @@ -46726,173 +46257,42 @@ "optional": true }, "cypress-mochawesome-reporter": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/cypress-mochawesome-reporter/-/cypress-mochawesome-reporter-2.4.0.tgz", - "integrity": "sha512-hp1shdb4ld897WwYTgJviSjJFVpllMNesflL9FXOa0kOz4GM7UaLESrX8pnkUHBvYyO05iDMsgWhJ0x6BABukA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/cypress-mochawesome-reporter/-/cypress-mochawesome-reporter-3.5.1.tgz", + "integrity": "sha512-/5ahFTyTxLujdzfTvmQrzKrJ8GWv12rUbOHvzWfVRYlAp/088ffU/1QbcfacEa2HTs28onSIIBiIKqSOID/bTw==", "optional": true, "requires": { - "fs-extra": "^9.0.0", - "mochawesome": "^6.1.0", - "mochawesome-merge": "^4.0.3", - "mochawesome-report-generator": "^5.1.0" + "fs-extra": "^10.0.1", + "mochawesome": "^7.1.3", + "mochawesome-merge": "^4.2.1", + "mochawesome-report-generator": "^6.2.0" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "optional": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "1.9.3", - "optional": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "optional": true - }, - "dateformat": { - "version": "3.0.3", - "optional": true - }, - "diff": { - "version": "5.0.0", - "optional": true - }, "fs-extra": { - "version": "9.1.0", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "optional": true, "requires": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" } }, - "has-flag": { - "version": "4.0.0", - "optional": true - }, "jsonfile": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "optional": true, "requires": { "graceful-fs": "^4.1.6", "universalify": "^2.0.0" } }, - "mochawesome": { - "version": "6.3.1", - "optional": true, - "requires": { - "chalk": "^4.1.0", - "diff": "^5.0.0", - "json-stringify-safe": "^5.0.1", - "lodash.isempty": "^4.4.0", - "lodash.isfunction": "^3.0.9", - "lodash.isobject": "^3.0.2", - "lodash.isstring": "^4.0.1", - "mochawesome-report-generator": "^5.2.0", - "strip-ansi": "^6.0.0", - "uuid": "^8.3.2" - } - }, - "mochawesome-report-generator": { - "version": "5.2.0", - "optional": true, - "requires": { - "chalk": "^2.4.2", - "dateformat": "^3.0.2", - "escape-html": "^1.0.3", - "fs-extra": "^7.0.0", - "fsu": "^1.0.2", - "lodash.isfunction": "^3.0.8", - "opener": "^1.5.2", - "prop-types": "^15.7.2", - "tcomb": "^3.2.17", - "tcomb-validation": "^3.3.0", - "validator": "^10.11.0", - "yargs": "^13.2.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "optional": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "optional": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "fs-extra": { - "version": "7.0.1", - "optional": true, - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "has-flag": { - "version": "3.0.0", - "optional": true - }, - "jsonfile": { - "version": "4.0.0", - "optional": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "supports-color": { - "version": "5.5.0", - "optional": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "universalify": { - "version": "0.1.2", - "optional": true - } - } - }, - "strip-ansi": { - "version": "6.0.1", - "optional": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "supports-color": { - "version": "7.2.0", - "optional": true, - "requires": { - "has-flag": "^4.0.0" - } - }, "universalify": { "version": "2.0.0", - "optional": true - }, - "uuid": { - "version": "8.3.2", - "optional": true - }, - "validator": { - "version": "10.11.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", "optional": true } } @@ -53715,7 +53115,9 @@ } }, "mochawesome": { - "version": "7.1.0", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/mochawesome/-/mochawesome-7.1.3.tgz", + "integrity": "sha512-Vkb3jR5GZ1cXohMQQ73H3cZz7RoxGjjUo0G5hu0jLaW+0FdUxUwg3Cj29bqQdh0rFcnyV06pWmqmi5eBPnEuNQ==", "optional": true, "requires": { "chalk": "^4.1.2", @@ -53725,73 +53127,35 @@ "lodash.isfunction": "^3.0.9", "lodash.isobject": "^3.0.2", "lodash.isstring": "^4.0.1", - "mochawesome-report-generator": "^6.1.0", + "mochawesome-report-generator": "^6.2.0", "strip-ansi": "^6.0.1", "uuid": "^8.3.2" }, "dependencies": { "chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "optional": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, - "cliui": { - "version": "7.0.4", - "optional": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, "diff": { "version": "5.0.0", "optional": true }, - "fs-extra": { - "version": "10.0.1", - "optional": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, "has-flag": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "optional": true }, - "jsonfile": { - "version": "6.1.0", - "optional": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "mochawesome-report-generator": { - "version": "6.1.0", - "optional": true, - "requires": { - "chalk": "^4.1.2", - "dateformat": "^4.5.1", - "escape-html": "^1.0.3", - "fs-extra": "^10.0.0", - "fsu": "^1.1.1", - "lodash.isfunction": "^3.0.9", - "opener": "^1.5.2", - "prop-types": "^15.7.2", - "tcomb": "^3.2.17", - "tcomb-validation": "^3.3.0", - "validator": "^13.6.0", - "yargs": "^17.2.1" - } - }, "strip-ansi": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "optional": true, "requires": { "ansi-regex": "^5.0.1" @@ -53799,39 +53163,16 @@ }, "supports-color": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "optional": true, "requires": { "has-flag": "^4.0.0" } }, - "universalify": { - "version": "2.0.0", - "optional": true - }, "uuid": { "version": "8.3.2", "optional": true - }, - "y18n": { - "version": "5.0.8", - "optional": true - }, - "yargs": { - "version": "17.3.1", - "optional": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.0.1", - "optional": true } } }, @@ -53934,7 +53275,9 @@ } }, "mochawesome-report-generator": { - "version": "6.0.1", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/mochawesome-report-generator/-/mochawesome-report-generator-6.2.0.tgz", + "integrity": "sha512-Ghw8JhQFizF0Vjbtp9B0i//+BOkV5OWcQCPpbO0NGOoxV33o+gKDYU0Pr2pGxkIHnqZ+g5mYiXF7GMNgAcDpSg==", "optional": true, "requires": { "chalk": "^4.1.2", @@ -59296,49 +58639,6 @@ "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==", "dev": true }, - "yargs": { - "version": "13.3.2", - "optional": true, - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "optional": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "optional": true - }, - "string-width": { - "version": "3.1.0", - "optional": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - } - } - }, - "yargs-parser": { - "version": "13.1.2", - "optional": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, "yauzl": { "version": "2.10.0", "optional": true, diff --git a/package.json b/package.json index e7c157054..a6cd66d04 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,7 @@ "cypress": "^12.4.0", "cypress-file-upload": "^5.0.8", "cypress-mailhog": "^1.3.0", - "cypress-mochawesome-reporter": "^2.3.0", + "cypress-mochawesome-reporter": "^3.5.1", "cypress-multi-reporters": "^1.5.0", "cypress-repeat": "^2.3.3", "cypress-timings": "^1.0.0",