diff --git a/package-lock.json b/package-lock.json index 662e5c03..c12c94d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "semver": "^7.3.8" }, "devDependencies": { - "@matteoh2o1999/github-actions-jest-reporter": "^1.0.2", + "@matteoh2o1999/github-actions-jest-reporter": "^1.2.0", "@types/node": "^18.14.0", "@typescript-eslint/parser": "^5.53.0", "@vercel/ncc": "^0.36.1", @@ -1425,16 +1425,14 @@ } }, "node_modules/@matteoh2o1999/github-actions-jest-reporter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-1.1.0.tgz", - "integrity": "sha512-PGZrbTgyBk7m4hlfppmZ0x8pVhsh7/EArV7nOKFU+BxaN10WKmplBYn9+vU+sA3RVgK9lrYDIZr5SyqaT98vaA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-1.2.0.tgz", + "integrity": "sha512-uUFkqnRhz3qLZ++dmToIQMszav42RVXxXHZej66MmMJk7uTrF52WYtuvi/hjulULAjuIIUTiI1fwISVEDlkhKg==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", - "@jest/reporters": "^29.3.1", - "@jest/test-result": "^29.3.1", - "@jest/types": "^29.3.1", - "chalk": "^4.0.0" + "chalk": "^4.0.0", + "jest": "^29.3.1" }, "engines": { "node": ">=14.0.0" @@ -7978,16 +7976,14 @@ } }, "@matteoh2o1999/github-actions-jest-reporter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-1.1.0.tgz", - "integrity": "sha512-PGZrbTgyBk7m4hlfppmZ0x8pVhsh7/EArV7nOKFU+BxaN10WKmplBYn9+vU+sA3RVgK9lrYDIZr5SyqaT98vaA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-1.2.0.tgz", + "integrity": "sha512-uUFkqnRhz3qLZ++dmToIQMszav42RVXxXHZej66MmMJk7uTrF52WYtuvi/hjulULAjuIIUTiI1fwISVEDlkhKg==", "dev": true, "requires": { "@actions/core": "^1.10.0", - "@jest/reporters": "^29.3.1", - "@jest/test-result": "^29.3.1", - "@jest/types": "^29.3.1", - "chalk": "^4.0.0" + "chalk": "^4.0.0", + "jest": "^29.3.1" } }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 73b2b905..00d47c4c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "semver": "^7.3.8" }, "devDependencies": { - "@matteoh2o1999/github-actions-jest-reporter": "^1.0.2", + "@matteoh2o1999/github-actions-jest-reporter": "^1.2.0", "@types/node": "^18.14.0", "@typescript-eslint/parser": "^5.53.0", "@vercel/ncc": "^0.36.1",