mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-04-03 08:05:24 +00:00
Merge pull request #365 from IT4Change/dependabot/npm_and_yarn/multiple-cucumber-html-reporter-3.10.0
chore(deps-dev): bump multiple-cucumber-html-reporter from 3.9.3 to 3.10.0
This commit is contained in:
commit
4cbe88c640
26
package-lock.json
generated
26
package-lock.json
generated
@ -30,7 +30,7 @@
|
||||
"eslint-plugin-security": "^3.0.1",
|
||||
"eslint-plugin-yml": "^1.19.1",
|
||||
"globals": "^17.0.0",
|
||||
"multiple-cucumber-html-reporter": "^3.9.3",
|
||||
"multiple-cucumber-html-reporter": "^3.10.0",
|
||||
"prettier": "^3.8.1",
|
||||
"sass-embedded": "^1.97.2",
|
||||
"ts-loader": "^9.5.4",
|
||||
@ -9137,9 +9137,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fs-extra": {
|
||||
"version": "11.3.2",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
|
||||
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
|
||||
"version": "11.3.3",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
|
||||
"integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -10843,9 +10843,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jsonfile": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
||||
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
|
||||
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -11706,17 +11706,17 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/multiple-cucumber-html-reporter": {
|
||||
"version": "3.9.3",
|
||||
"resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-3.9.3.tgz",
|
||||
"integrity": "sha512-3dr3Af3GDiZK4eKenZ0tg91RO4eqfqxrdCKcXmhLRLhasy0eW+aprYc547jT+zL9Xb1lE0hPoS3cNhb5MiArpw==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-3.10.0.tgz",
|
||||
"integrity": "sha512-5juFXok/ynyp4/FKUvXHcL/Q4H30nhDpD/s3rPyXH7U7QtCAS4I5lXnIitF1rvfSlkGVy3AhO+9GD2oZM1GiQw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"find": "^0.3.0",
|
||||
"fs-extra": "^11.3.0",
|
||||
"jsonfile": "^6.1.0",
|
||||
"fs-extra": "^11.3.3",
|
||||
"jsonfile": "^6.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.6.1",
|
||||
"luxon": "^3.7.2",
|
||||
"open": "^8.4.2",
|
||||
"uuid": "^11.1.0"
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
"eslint-plugin-security": "^3.0.1",
|
||||
"eslint-plugin-yml": "^1.19.1",
|
||||
"globals": "^17.0.0",
|
||||
"multiple-cucumber-html-reporter": "^3.9.3",
|
||||
"multiple-cucumber-html-reporter": "^3.10.0",
|
||||
"prettier": "^3.8.1",
|
||||
"sass-embedded": "^1.97.2",
|
||||
"ts-loader": "^9.5.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user