Skip to content

Commit f3bd910

Browse files
authoredJul 28, 2023
fix(coverage): update istanbul-lib-instrument to v6 to fix vulnerable dependency (#3814)
1 parent 51ab8d6 commit f3bd910

File tree

3 files changed

+55
-27
lines changed

3 files changed

+55
-27
lines changed
 

‎packages/coverage-istanbul/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"dependencies": {
4848
"istanbul-lib-coverage": "^3.2.0",
49-
"istanbul-lib-instrument": "^5.2.1",
50-
"istanbul-lib-report": "^3.0.0",
49+
"istanbul-lib-instrument": "^6.0.0",
50+
"istanbul-lib-report": "^3.0.1",
5151
"istanbul-lib-source-maps": "^4.0.1",
5252
"istanbul-reports": "^3.1.5",
5353
"test-exclude": "^6.0.0"

‎packages/coverage-v8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@ampproject/remapping": "^2.2.1",
4949
"@bcoe/v8-coverage": "^0.2.3",
5050
"istanbul-lib-coverage": "^3.2.0",
51-
"istanbul-lib-report": "^3.0.0",
51+
"istanbul-lib-report": "^3.0.1",
5252
"istanbul-lib-source-maps": "^4.0.1",
5353
"istanbul-reports": "^3.1.5",
5454
"magic-string": "^0.30.1",

‎pnpm-lock.yaml

+52-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.