Skip to content

Commit 15e3e7c

Browse files
Update babel-plugin-istanbul to 7.0.1 (#15813)
1 parent 1f096e5 commit 15e3e7c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

e2e/coverage-transform-instrumented/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"dependencies": {
2626
"@babel/core": "^7.0.0",
2727
"@babel/preset-env": "^7.0.0",
28-
"babel-plugin-istanbul": "^7.0.0"
28+
"babel-plugin-istanbul": "^7.0.1"
2929
}
3030
}

packages/babel-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@jest/transform": "workspace:*",
2424
"@types/babel__core": "^7.20.5",
25-
"babel-plugin-istanbul": "^7.0.0",
25+
"babel-plugin-istanbul": "^7.0.1",
2626
"babel-preset-jest": "workspace:*",
2727
"chalk": "^4.1.2",
2828
"graceful-fs": "^4.2.11",

packages/jest-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/core": "^7.27.4",
2323
"@jest/types": "workspace:*",
2424
"@jridgewell/trace-mapping": "^0.3.25",
25-
"babel-plugin-istanbul": "^7.0.0",
25+
"babel-plugin-istanbul": "^7.0.1",
2626
"chalk": "^4.1.2",
2727
"convert-source-map": "^2.0.0",
2828
"fast-json-stable-stringify": "^2.1.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4191,7 +4191,7 @@ __metadata:
41914191
"@types/graceful-fs": "npm:^4.1.9"
41924192
"@types/micromatch": "npm:^4.0.9"
41934193
"@types/write-file-atomic": "npm:^4.0.3"
4194-
babel-plugin-istanbul: "npm:^7.0.0"
4194+
babel-plugin-istanbul: "npm:^7.0.1"
41954195
chalk: "npm:^4.1.2"
41964196
convert-source-map: "npm:^2.0.0"
41974197
dedent: "npm:^1.6.0"
@@ -7605,7 +7605,7 @@ __metadata:
76057605
"@jest/transform": "workspace:*"
76067606
"@types/babel__core": "npm:^7.20.5"
76077607
"@types/graceful-fs": "npm:^4.1.9"
7608-
babel-plugin-istanbul: "npm:^7.0.0"
7608+
babel-plugin-istanbul: "npm:^7.0.1"
76097609
babel-preset-jest: "workspace:*"
76107610
chalk: "npm:^4.1.2"
76117611
graceful-fs: "npm:^4.2.11"
@@ -7637,16 +7637,16 @@ __metadata:
76377637
languageName: node
76387638
linkType: hard
76397639

7640-
"babel-plugin-istanbul@npm:^7.0.0":
7641-
version: 7.0.0
7642-
resolution: "babel-plugin-istanbul@npm:7.0.0"
7640+
"babel-plugin-istanbul@npm:^7.0.1":
7641+
version: 7.0.1
7642+
resolution: "babel-plugin-istanbul@npm:7.0.1"
76437643
dependencies:
76447644
"@babel/helper-plugin-utils": "npm:^7.0.0"
76457645
"@istanbuljs/load-nyc-config": "npm:^1.0.0"
76467646
"@istanbuljs/schema": "npm:^0.1.3"
76477647
istanbul-lib-instrument: "npm:^6.0.2"
76487648
test-exclude: "npm:^6.0.0"
7649-
checksum: 10/4df567f29161c7f50737ed1884c7f08203f4d0cb1684c499fca374fcf5059396eacb02f8f727bf7a82bbf3e50b9f4a24bcb026a1678f63940d8f0f78546e3774
7649+
checksum: 10/fe9f865f975aaa7a033de9ccb2b63fdcca7817266c5e98d3e02ac7ffd774c695093d215302796cb3770a71ef4574e7a9b298504c3c0c104cf4b48c8eda67b2a6
76507650
languageName: node
76517651
linkType: hard
76527652

0 commit comments

Comments
 (0)