diff --git a/package-lock.json b/package-lock.json index 8994384d91..a6621efa6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nightwatch/chai": "5.0.2", - "@nightwatch/html-reporter-template": "0.1.1", + "@nightwatch/html-reporter-template": "0.1.3", "ansi-to-html": "0.7.2", "assertion-error": "1.1.0", "boxen": "5.1.2", @@ -926,9 +926,9 @@ } }, "node_modules/@nightwatch/html-reporter-template": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@nightwatch/html-reporter-template/-/html-reporter-template-0.1.1.tgz", - "integrity": "sha512-Fvm4qJKb1o5OPvnpA2kL2QshM8LRTNhSQGRT5sEpHC8bazzZpshRau7cgrzRKnsgb/7e6ENLjG0wIpxZtUM+8Q==" + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@nightwatch/html-reporter-template/-/html-reporter-template-0.1.3.tgz", + "integrity": "sha512-pNYmmIrYfDJ17sJ7Q2vCbxAAIIHlhtR5gzTkOC4sbAy2105Iqx+PSvvuvIuHys+DzZSdxteS9X/Yckh6jAGHaA==" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", @@ -7657,9 +7657,9 @@ } }, "@nightwatch/html-reporter-template": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@nightwatch/html-reporter-template/-/html-reporter-template-0.1.1.tgz", - "integrity": "sha512-Fvm4qJKb1o5OPvnpA2kL2QshM8LRTNhSQGRT5sEpHC8bazzZpshRau7cgrzRKnsgb/7e6ENLjG0wIpxZtUM+8Q==" + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@nightwatch/html-reporter-template/-/html-reporter-template-0.1.3.tgz", + "integrity": "sha512-pNYmmIrYfDJ17sJ7Q2vCbxAAIIHlhtR5gzTkOC4sbAy2105Iqx+PSvvuvIuHys+DzZSdxteS9X/Yckh6jAGHaA==" }, "@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index bae53ce0d0..423a72d6d6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nightwatch/chai": "5.0.2", - "@nightwatch/html-reporter-template": "0.1.1", + "@nightwatch/html-reporter-template": "0.1.3", "ansi-to-html": "0.7.2", "assertion-error": "1.1.0", "boxen": "5.1.2",