mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #3323 from thelounge/renovate/babel-plugin-istanbul-5.x
Update dependency babel-plugin-istanbul to v5.2.0
This commit is contained in:
commit
526a689e14
2 changed files with 6 additions and 5 deletions
|
@ -78,7 +78,7 @@
|
|||
"@vue/server-test-utils": "1.0.0-beta.29",
|
||||
"@vue/test-utils": "1.0.0-beta.29",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-plugin-istanbul": "5.1.4",
|
||||
"babel-plugin-istanbul": "5.2.0",
|
||||
"chai": "4.2.0",
|
||||
"copy-webpack-plugin": "5.0.3",
|
||||
"css-loader": "0.28.11",
|
||||
|
|
|
@ -1383,11 +1383,12 @@ babel-plugin-dynamic-import-node@^2.3.0:
|
|||
dependencies:
|
||||
object.assign "^4.1.0"
|
||||
|
||||
babel-plugin-istanbul@5.1.4:
|
||||
version "5.1.4"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz#841d16b9a58eeb407a0ddce622ba02fe87a752ba"
|
||||
integrity sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==
|
||||
babel-plugin-istanbul@5.2.0:
|
||||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
|
||||
integrity sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
find-up "^3.0.0"
|
||||
istanbul-lib-instrument "^3.3.0"
|
||||
test-exclude "^5.2.3"
|
||||
|
|
Loading…
Reference in a new issue