Skip to content

Commit 40b1e01

Browse files
filipesilvahansl
authored andcommitted
fix(@angular-devkit/build-webpack): update istanbul-instrumenter-loader
1 parent cccd061 commit 40b1e01

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"html-webpack-plugin": "^3.0.6",
9999
"husky": "^0.14.3",
100100
"istanbul": "^0.4.5",
101-
"istanbul-instrumenter-loader": "^3.0.0",
101+
"istanbul-instrumenter-loader": "^3.0.1",
102102
"jasmine": "^2.6.0",
103103
"jasmine-spec-reporter": "^3.2.0",
104104
"jquery": "^3.3.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"glob": "^7.0.3",
2424
"html-webpack-plugin": "^3.0.6",
2525
"istanbul": "^0.4.5",
26-
"istanbul-instrumenter-loader": "^3.0.0",
26+
"istanbul-instrumenter-loader": "^3.0.1",
2727
"karma-source-map-support": "^1.2.0",
2828
"less": "^3.0.1",
2929
"less-loader": "^4.1.0",

0 commit comments

Comments
 (0)