Skip to content

Commit 3e3857b

Browse files
committed
fix(package.json): Update webpack version to eliminate security vulnerability
1 parent 1295eb7 commit 3e3857b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jshint": "^2.9.2",
4747
"lint-staged": "^8.1.3",
4848
"prettier": "^1.16.4",
49-
"webpack": "^4.41.0",
49+
"webpack": "^4.41.2",
5050
"webpack-cli": "^3.3.9",
5151
"webpack-zip-files-plugin": "^1.0.0"
5252
},

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5556,7 +5556,7 @@ webpack-zip-files-plugin@^1.0.0:
55565556
dependencies:
55575557
archiver "^1.3.0"
55585558

5559-
webpack@^4.41.0:
5559+
webpack@^4.41.2:
55605560
version "4.41.2"
55615561
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e"
55625562
integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==

0 commit comments

Comments
 (0)