Skip to content

Commit

Permalink
Dependency update for jest-reporters, addressing CVE-2022-25883
Browse files Browse the repository at this point in the history
 - istanbul-lib-instrument updated from 5.10.0 to 6.0.0
   - istanbul-lib-instrument dropping support for node 10
   - fixing semver vuln. CVE-2022-25883
  • Loading branch information
karlnorling authored and Karl Norling committed Aug 10, 2023
1 parent 0fd5b1c commit 6da7366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jest-reporters/package.json
Expand Up @@ -25,7 +25,7 @@
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^5.1.0",
"istanbul-lib-instrument": "^6.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.1.3",
Expand Down Expand Up @@ -78,4 +78,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 6da7366

Please sign in to comment.