Skip to content

Commit 0616cba

Browse files
renovate[bot]jacobmllr95
authored andcommitted
chore(deps): update devdependency babel-plugin-istanbul to ^5.2.0 (bootstrap-vue#3724)
1 parent 8f72f22 commit 0616cba

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"babel-core": "^7.0.0-bridge.0",
9292
"babel-eslint": "^10.0.2",
9393
"babel-jest": "^24.8.0",
94-
"babel-plugin-istanbul": "^5.1.4",
94+
"babel-plugin-istanbul": "^5.2.0",
9595
"clean-css-cli": "^4.3.0",
9696
"codecov": "^3.5.0",
9797
"codemirror": "^5.48.2",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,7 @@ babel-plugin-dynamic-import-node@^2.3.0:
25632563
dependencies:
25642564
object.assign "^4.1.0"
25652565

2566-
babel-plugin-istanbul@^5.1.0, babel-plugin-istanbul@^5.1.4:
2566+
babel-plugin-istanbul@^5.1.0:
25672567
version "5.1.4"
25682568
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz#841d16b9a58eeb407a0ddce622ba02fe87a752ba"
25692569
integrity sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==
@@ -2572,6 +2572,16 @@ babel-plugin-istanbul@^5.1.0, babel-plugin-istanbul@^5.1.4:
25722572
istanbul-lib-instrument "^3.3.0"
25732573
test-exclude "^5.2.3"
25742574

2575+
babel-plugin-istanbul@^5.2.0:
2576+
version "5.2.0"
2577+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
2578+
integrity sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==
2579+
dependencies:
2580+
"@babel/helper-plugin-utils" "^7.0.0"
2581+
find-up "^3.0.0"
2582+
istanbul-lib-instrument "^3.3.0"
2583+
test-exclude "^5.2.3"
2584+
25752585
babel-plugin-jest-hoist@^24.6.0:
25762586
version "24.6.0"
25772587
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz#f7f7f7ad150ee96d7a5e8e2c5da8319579e78019"

0 commit comments

Comments
 (0)