diff --git a/package-lock.json b/package-lock.json index c42901da..d6126d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "husky": "^8.0.3", "jest": "^26.6.3", "jest-config": "^29.5.0", - "jest-html-reporter": "^3.7.0", + "jest-html-reporter": "^3.7.1", "jest-junit": "^15.0.0", "lodash": "^4.17.21", "ng-packagr": "^12.2.1", @@ -17071,9 +17071,9 @@ } }, "node_modules/jest-html-reporter": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-3.7.0.tgz", - "integrity": "sha512-Bdr71uiCWidOkLvoV2xCvRCTaojjQTuaRplNeEWFeuxAleuHXh/dTuzq0zzwjRqgZjOA6Qoe8LGrkBIb7oXlzQ==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-3.7.1.tgz", + "integrity": "sha512-gWD6ngP1I100kFjx3ChfmpwaugeMkEApg1ZcVMQMYKB7q2z+EzL7HP6C8a7M3n+2EB1BUJBlRrVGtr6aL4VuOw==", "dev": true, "dependencies": { "@babel/core": "^7.9.0", @@ -17093,7 +17093,7 @@ }, "peerDependencies": { "jest": "19.x - 29.x", - "typescript": "^3.7.x || ^4.3.x" + "typescript": "^3.7.x || ^4.3.x || ^5.x" } }, "node_modules/jest-html-reporter/node_modules/@jest/console": { @@ -46049,9 +46049,9 @@ } }, "jest-html-reporter": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-3.7.0.tgz", - "integrity": "sha512-Bdr71uiCWidOkLvoV2xCvRCTaojjQTuaRplNeEWFeuxAleuHXh/dTuzq0zzwjRqgZjOA6Qoe8LGrkBIb7oXlzQ==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-3.7.1.tgz", + "integrity": "sha512-gWD6ngP1I100kFjx3ChfmpwaugeMkEApg1ZcVMQMYKB7q2z+EzL7HP6C8a7M3n+2EB1BUJBlRrVGtr6aL4VuOw==", "dev": true, "requires": { "@babel/core": "^7.9.0", diff --git a/package.json b/package.json index b8261c18..de90d66c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "husky": "^8.0.3", "jest": "^26.6.3", "jest-config": "^29.5.0", - "jest-html-reporter": "^3.7.0", + "jest-html-reporter": "^3.7.1", "jest-junit": "^15.0.0", "lodash": "^4.17.21", "ng-packagr": "^12.2.1",