Skip to content

Commit 8b1bb66

Browse files
filipesilvaclydin
authored andcommitted
fix(@angular-devkit/build-angular): update minimum copy-webpack-plugin version
Fix #9230
1 parent 47f937e commit 8b1bb66

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"clean-css": "^4.1.11",
7878
"codelyzer": "^4.2.1",
7979
"conventional-changelog": "^1.1.0",
80-
"copy-webpack-plugin": "^4.5.1",
80+
"copy-webpack-plugin": "^4.5.2",
8181
"express": "^4.16.2",
8282
"file-loader": "^1.1.11",
8383
"font-awesome": "^4.7.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"autoprefixer": "^8.4.1",
1919
"circular-dependency-plugin": "^5.0.2",
2020
"clean-css": "^4.1.11",
21-
"copy-webpack-plugin": "^4.5.1",
21+
"copy-webpack-plugin": "^4.5.2",
2222
"file-loader": "^1.1.11",
2323
"glob": "^7.0.3",
2424
"html-webpack-plugin": "^3.0.6",

0 commit comments

Comments
 (0)