Skip to content

Commit b3f6c19

Browse files
committed
fix(package): update webpack to version 4.16.4
1 parent 16cb14e commit b3f6c19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"tslint": "^5.11.0",
9191
"tslint-config-prettier": "^1.14.0",
9292
"typescript": "^3.0.1",
93-
"webpack": "^4.16.3",
93+
"webpack": "^4.16.4",
9494
"webpack-cli": "^3.1.0",
9595
"webpack-dev-server": "^3.1.5"
9696
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6907,9 +6907,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
69076907
source-list-map "^2.0.0"
69086908
source-map "~0.6.1"
69096909

6910-
webpack@^4.16.3:
6911-
version "4.16.3"
6912-
resolved "https://registry.npmjs.org/webpack/-/webpack-4.16.3.tgz#861be3176d81e7e3d71c66c8acc9bba35588b525"
6910+
webpack@^4.16.4:
6911+
version "4.16.4"
6912+
resolved "https://registry.npmjs.org/webpack/-/webpack-4.16.4.tgz#6b020f76483bc66339164c296d89978aa100d37a"
69136913
dependencies:
69146914
"@webassemblyjs/ast" "1.5.13"
69156915
"@webassemblyjs/helper-module-context" "1.5.13"

0 commit comments

Comments
 (0)