From af129a9026662f084eb2151b6931d3e697013b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:36:55 +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 2.0.0 to 3.0.0. - [Release notes](https://github.com/MatteoH2O1999/github-actions-jest-reporter/releases) - [Commits](https://github.com/MatteoH2O1999/github-actions-jest-reporter/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: "@matteoh2o1999/github-actions-jest-reporter" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a2f792d..29d2dda7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "setup-python": "github:actions/setup-python#v5.0.0" }, "devDependencies": { - "@matteoh2o1999/github-actions-jest-reporter": "^2.0.0", + "@matteoh2o1999/github-actions-jest-reporter": "^3.0.0", "@types/node": "^20.11.17", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.1", @@ -1685,17 +1685,18 @@ } }, "node_modules/@matteoh2o1999/github-actions-jest-reporter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-2.0.0.tgz", - "integrity": "sha512-Ec2M2Ig0sCgQswCryTlv3WAXPFzDN6jSICgWfYiK1hSnzK3K9k31GE5zQIaL5BxUklukujS0tB5miN1I5VvklQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-3.0.0.tgz", + "integrity": "sha512-iEHan/CB5MiOjX7AHeAM3HBRakYwRA/hWYn3Hli+I8A+kkxDPgOv3g99klfaoKpK3o37vzZMt6IlL/X7JJvqhQ==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", "chalk": "^4.0.0", - "jest": "^29.3.1" + "jest": "^29.3.1", + "jest-util": "^29.7.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" } }, "node_modules/@nicolo-ribaudo/semver-v6": { @@ -9775,14 +9776,15 @@ } }, "@matteoh2o1999/github-actions-jest-reporter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-2.0.0.tgz", - "integrity": "sha512-Ec2M2Ig0sCgQswCryTlv3WAXPFzDN6jSICgWfYiK1hSnzK3K9k31GE5zQIaL5BxUklukujS0tB5miN1I5VvklQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@matteoh2o1999/github-actions-jest-reporter/-/github-actions-jest-reporter-3.0.0.tgz", + "integrity": "sha512-iEHan/CB5MiOjX7AHeAM3HBRakYwRA/hWYn3Hli+I8A+kkxDPgOv3g99klfaoKpK3o37vzZMt6IlL/X7JJvqhQ==", "dev": true, "requires": { "@actions/core": "^1.10.0", "chalk": "^4.0.0", - "jest": "^29.3.1" + "jest": "^29.3.1", + "jest-util": "^29.7.0" } }, "@nicolo-ribaudo/semver-v6": { diff --git a/package.json b/package.json index bab2bfdb..bb65b9fb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "setup-python": "github:actions/setup-python#v5.0.0" }, "devDependencies": { - "@matteoh2o1999/github-actions-jest-reporter": "^2.0.0", + "@matteoh2o1999/github-actions-jest-reporter": "^3.0.0", "@types/node": "^20.11.17", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.1",