Skip to content

Commit

Permalink
fix(coverage): update istanbul-lib-instrument to v6 to fix vulnerab…
Browse files Browse the repository at this point in the history
…le dependency (#3814)
  • Loading branch information
AriPerkkio committed Jul 28, 2023
1 parent 51ab8d6 commit f3bd910
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/coverage-istanbul/package.json
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-instrument": "^5.2.1",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-instrument": "^6.0.0",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.5",
"test-exclude": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Expand Up @@ -48,7 +48,7 @@
"@ampproject/remapping": "^2.2.1",
"@bcoe/v8-coverage": "^0.2.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.5",
"magic-string": "^0.30.1",
Expand Down
76 changes: 52 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3bd910

Please sign in to comment.