Skip to content

Commit b8bf487

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 4173d94 commit b8bf487

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
@@ -76,7 +76,7 @@
7676
"babel-eslint": "10.1.0",
7777
"babel-jest": "29.7.0",
7878
"babel-loader": "9.2.1",
79-
"babel-plugin-istanbul": "6.1.1",
79+
"babel-plugin-istanbul": "7.0.1",
8080
"commander": "12.1.0",
8181
"core-js": "3.45.1",
8282
"cross-env": "7.0.3",

yarn.lock

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ __metadata:
8787
languageName: node
8888
linkType: hard
8989

90-
"@babel/core@npm:7.28.4":
90+
"@babel/core@npm:7.28.4, @babel/core@npm:^7.23.9":
9191
version: 7.28.4
9292
resolution: "@babel/core@npm:7.28.4"
9393
dependencies:
@@ -752,6 +752,17 @@ __metadata:
752752
languageName: node
753753
linkType: hard
754754

755+
"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.28.4":
756+
version: 7.28.4
757+
resolution: "@babel/parser@npm:7.28.4"
758+
dependencies:
759+
"@babel/types": ^7.28.4
760+
bin:
761+
parser: ./bin/babel-parser.js
762+
checksum: d95e283fe1153039b396926ef567ca1ab114afb5c732a23bbcbbd0465ac59971aeb6a63f37593ce7671a52d34ec52b23008c999d68241b42d26928c540464063
763+
languageName: node
764+
linkType: hard
765+
755766
"@babel/parser@npm:^7.27.1":
756767
version: 7.27.1
757768
resolution: "@babel/parser@npm:7.27.1"
@@ -796,17 +807,6 @@ __metadata:
796807
languageName: node
797808
linkType: hard
798809

799-
"@babel/parser@npm:^7.28.4":
800-
version: 7.28.4
801-
resolution: "@babel/parser@npm:7.28.4"
802-
dependencies:
803-
"@babel/types": ^7.28.4
804-
bin:
805-
parser: ./bin/babel-parser.js
806-
checksum: d95e283fe1153039b396926ef567ca1ab114afb5c732a23bbcbbd0465ac59971aeb6a63f37593ce7671a52d34ec52b23008c999d68241b42d26928c540464063
807-
languageName: node
808-
linkType: hard
809-
810810
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
811811
version: 7.27.1
812812
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -2742,7 +2742,7 @@ __metadata:
27422742
languageName: node
27432743
linkType: hard
27442744

2745-
"@istanbuljs/schema@npm:^0.1.2":
2745+
"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3":
27462746
version: 0.1.3
27472747
resolution: "@istanbuljs/schema@npm:0.1.3"
27482748
checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9
@@ -6611,7 +6611,20 @@ __metadata:
66116611
languageName: node
66126612
linkType: hard
66136613

6614-
"babel-plugin-istanbul@npm:6.1.1, babel-plugin-istanbul@npm:^6.1.1":
6614+
"babel-plugin-istanbul@npm:7.0.1":
6615+
version: 7.0.1
6616+
resolution: "babel-plugin-istanbul@npm:7.0.1"
6617+
dependencies:
6618+
"@babel/helper-plugin-utils": ^7.0.0
6619+
"@istanbuljs/load-nyc-config": ^1.0.0
6620+
"@istanbuljs/schema": ^0.1.3
6621+
istanbul-lib-instrument: ^6.0.2
6622+
test-exclude: ^6.0.0
6623+
checksum: 06195af9022a1a2dad23bc4f2f9c226d053304889ae2be23a32aa3df821d2e61055a8eb533f204b10ee9899120e4f52bef6f0c4ab84a960cb2211cf638174aa2
6624+
languageName: node
6625+
linkType: hard
6626+
6627+
"babel-plugin-istanbul@npm:^6.1.1":
66156628
version: 6.1.1
66166629
resolution: "babel-plugin-istanbul@npm:6.1.1"
66176630
dependencies:
@@ -12946,6 +12959,19 @@ __metadata:
1294612959
languageName: node
1294712960
linkType: hard
1294812961

12962+
"istanbul-lib-instrument@npm:^6.0.2":
12963+
version: 6.0.3
12964+
resolution: "istanbul-lib-instrument@npm:6.0.3"
12965+
dependencies:
12966+
"@babel/core": ^7.23.9
12967+
"@babel/parser": ^7.23.9
12968+
"@istanbuljs/schema": ^0.1.3
12969+
istanbul-lib-coverage: ^3.2.0
12970+
semver: ^7.5.4
12971+
checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a
12972+
languageName: node
12973+
linkType: hard
12974+
1294912975
"istanbul-lib-processinfo@npm:^2.0.2":
1295012976
version: 2.0.3
1295112977
resolution: "istanbul-lib-processinfo@npm:2.0.3"
@@ -20017,7 +20043,7 @@ __metadata:
2001720043
babel-eslint: 10.1.0
2001820044
babel-jest: 29.7.0
2001920045
babel-loader: 9.2.1
20020-
babel-plugin-istanbul: 6.1.1
20046+
babel-plugin-istanbul: 7.0.1
2002120047
commander: 12.1.0
2002220048
content-type: 1.0.5
2002320049
core-js: 3.45.1

0 commit comments

Comments
 (0)