Skip to content

Commit e024183

Browse files
chore(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.1
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 6.1.1 to 7.0.1. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](istanbuljs/babel-plugin-istanbul@v6.1.1...v7.0.1) --- updated-dependencies: - dependency-name: babel-plugin-istanbul dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35fec3e commit e024183

File tree

2 files changed

+42
-16
lines changed

2 files changed

+42
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"babel-eslint": "10.1.0",
7878
"babel-jest": "29.7.0",
7979
"babel-loader": "9.2.1",
80-
"babel-plugin-istanbul": "6.1.1",
80+
"babel-plugin-istanbul": "7.0.1",
8181
"commander": "12.1.0",
8282
"core-js": "3.47.0",
8383
"cross-env": "7.0.3",

yarn.lock

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ __metadata:
9494
languageName: node
9595
linkType: hard
9696

97-
"@babel/core@npm:7.28.5":
97+
"@babel/core@npm:7.28.5, @babel/core@npm:^7.23.9":
9898
version: 7.28.5
9999
resolution: "@babel/core@npm:7.28.5"
100100
dependencies:
@@ -806,6 +806,17 @@ __metadata:
806806
languageName: node
807807
linkType: hard
808808

809+
"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.28.5":
810+
version: 7.28.5
811+
resolution: "@babel/parser@npm:7.28.5"
812+
dependencies:
813+
"@babel/types": ^7.28.5
814+
bin:
815+
parser: ./bin/babel-parser.js
816+
checksum: 5c2456e3f26c70d4a3ce1a220b529a91a2df26c54a2894fd0dea2342699ea1067ffdda9f0715eeab61da46ff546fd5661bc70be6d8d11977cbe21f5f0478819a
817+
languageName: node
818+
linkType: hard
819+
809820
"@babel/parser@npm:^7.27.1":
810821
version: 7.27.1
811822
resolution: "@babel/parser@npm:7.27.1"
@@ -850,17 +861,6 @@ __metadata:
850861
languageName: node
851862
linkType: hard
852863

853-
"@babel/parser@npm:^7.28.5":
854-
version: 7.28.5
855-
resolution: "@babel/parser@npm:7.28.5"
856-
dependencies:
857-
"@babel/types": ^7.28.5
858-
bin:
859-
parser: ./bin/babel-parser.js
860-
checksum: 5c2456e3f26c70d4a3ce1a220b529a91a2df26c54a2894fd0dea2342699ea1067ffdda9f0715eeab61da46ff546fd5661bc70be6d8d11977cbe21f5f0478819a
861-
languageName: node
862-
linkType: hard
863-
864864
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.28.5":
865865
version: 7.28.5
866866
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.28.5"
@@ -2830,7 +2830,7 @@ __metadata:
28302830
languageName: node
28312831
linkType: hard
28322832

2833-
"@istanbuljs/schema@npm:^0.1.2":
2833+
"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3":
28342834
version: 0.1.3
28352835
resolution: "@istanbuljs/schema@npm:0.1.3"
28362836
checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9
@@ -6716,7 +6716,20 @@ __metadata:
67166716
languageName: node
67176717
linkType: hard
67186718

6719-
"babel-plugin-istanbul@npm:6.1.1, babel-plugin-istanbul@npm:^6.1.1":
6719+
"babel-plugin-istanbul@npm:7.0.1":
6720+
version: 7.0.1
6721+
resolution: "babel-plugin-istanbul@npm:7.0.1"
6722+
dependencies:
6723+
"@babel/helper-plugin-utils": ^7.0.0
6724+
"@istanbuljs/load-nyc-config": ^1.0.0
6725+
"@istanbuljs/schema": ^0.1.3
6726+
istanbul-lib-instrument: ^6.0.2
6727+
test-exclude: ^6.0.0
6728+
checksum: 06195af9022a1a2dad23bc4f2f9c226d053304889ae2be23a32aa3df821d2e61055a8eb533f204b10ee9899120e4f52bef6f0c4ab84a960cb2211cf638174aa2
6729+
languageName: node
6730+
linkType: hard
6731+
6732+
"babel-plugin-istanbul@npm:^6.1.1":
67206733
version: 6.1.1
67216734
resolution: "babel-plugin-istanbul@npm:6.1.1"
67226735
dependencies:
@@ -13219,6 +13232,19 @@ __metadata:
1321913232
languageName: node
1322013233
linkType: hard
1322113234

13235+
"istanbul-lib-instrument@npm:^6.0.2":
13236+
version: 6.0.3
13237+
resolution: "istanbul-lib-instrument@npm:6.0.3"
13238+
dependencies:
13239+
"@babel/core": ^7.23.9
13240+
"@babel/parser": ^7.23.9
13241+
"@istanbuljs/schema": ^0.1.3
13242+
istanbul-lib-coverage: ^3.2.0
13243+
semver: ^7.5.4
13244+
checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a
13245+
languageName: node
13246+
linkType: hard
13247+
1322213248
"istanbul-lib-processinfo@npm:^2.0.2":
1322313249
version: 2.0.3
1322413250
resolution: "istanbul-lib-processinfo@npm:2.0.3"
@@ -20406,7 +20432,7 @@ __metadata:
2040620432
babel-eslint: 10.1.0
2040720433
babel-jest: 29.7.0
2040820434
babel-loader: 9.2.1
20409-
babel-plugin-istanbul: 6.1.1
20435+
babel-plugin-istanbul: 7.0.1
2041020436
commander: 12.1.0
2041120437
content-type: 1.0.5
2041220438
core-js: 3.47.0

0 commit comments

Comments
 (0)