Skip to content

Commit

Permalink
audit: upgrade webpack, which depended on a vulnerable version of axios
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephist committed Jun 9, 2019
1 parent 70ad9ff commit b0e7dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"webpack": "^4.32.2" "webpack": "^4.33.0"
}, },
"keywords": [ "keywords": [
"ui", "ui",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5084,10 +5084,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0" source-list-map "^2.0.0"
source-map "~0.6.1" source-map "~0.6.1"


webpack@^4.32.2: webpack@^4.33.0:
version "4.32.2" version "4.33.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.32.2.tgz#3639375364a617e84b914ddb2c770aed511e5bc8" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.33.0.tgz#c30fc4307db432e5c5e3333aaa7c16a15a3b277e"
integrity sha512-F+H2Aa1TprTQrpodRAWUMJn7A8MgDx82yQiNvYMaj3d1nv3HetKU0oqEulL9huj8enirKi8KvEXQ3QtuHF89Zg== integrity sha512-ggWMb0B2QUuYso6FPZKUohOgfm+Z0sVFs8WwWuSH1IAvkWs428VDNmOlAxvHGTB9Dm/qOB/qtE5cRx5y01clxw==
dependencies: dependencies:
"@webassemblyjs/ast" "1.8.5" "@webassemblyjs/ast" "1.8.5"
"@webassemblyjs/helper-module-context" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"
Expand Down

0 comments on commit b0e7dc9

Please sign in to comment.