Skip to content

Commit

Permalink
Upgrade dependent packages to latest
Browse files Browse the repository at this point in the history
It includes an upgrade to avoid the malicious attack included in
dependency of npm-run-all.

See: mysticatea/npm-run-all#149
  • Loading branch information
yhatt committed Nov 24, 2018
1 parent 05bdd6e commit ad8e110
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 168 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"mkdirp": "^0.5.1",
"node-sass": "^4.10.0",
"nodemon": "^1.18.6",
"npm-run-all": "^4.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.2",
"rimraf": "^2.6.2",
"stylelint": "^9.8.0",
Expand All @@ -93,7 +93,7 @@
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^8.4.2",
"markdown-it-front-matter": "^0.1.2",
"postcss": "^7.0.5"
"postcss": "^7.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ad8e110

Please sign in to comment.