Skip to content

Commit

Permalink
chore: Upgrade lodash to latest, prevent severity issue (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywx committed Jul 11, 2019
1 parent 49d80db commit e58c2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"gatsby-source-filesystem": "^2.0.18",
"gatsby-transformer-json": "^2.1.7",
"gatsby-transformer-remark": "^2.2.1",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"mobx": "^4",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -6645,6 +6645,11 @@ lodash@^4.0.0, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11,
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha1-s56mIp72B+zYniyN8SU2iRysm40=

lodash@^4.17.14:
version "4.17.14"
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.14.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha1-nOSHrmbJYlT+ILWZ8htoFgKAeLo=

loglevel@^1.4.1:
version "1.6.1"
resolved "http://registry.npm.taobao.org/loglevel/download/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
Expand Down

0 comments on commit e58c2e4

Please sign in to comment.