From f36ae62522cf5acab89ccc5be6c75946c0fdf9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:32:39 +0000 Subject: [PATCH] chore(deps-dev): bump @matteoh2o1999/github-actions-jest-reporter Bumps [@matteoh2o1999/github-actions-jest-reporter](https://github.com/MatteoH2O1999/github-actions-jest-reporter) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/MatteoH2O1999/github-actions-jest-reporter/releases) - [Commits](https://github.com/MatteoH2O1999/github-actions-jest-reporter/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@matteoh2o1999/github-actions-jest-reporter" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++--------------- package.json | 2 +- 2 files changed, 12 insertions(+), 16 deletions(-) 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",