Skip to content

Commit

Permalink
fixing security vulnerability: lodash/lodash#4336
Browse files Browse the repository at this point in the history
  • Loading branch information
blundin committed Jul 11, 2019
1 parent d008460 commit 282e4df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -27,6 +27,7 @@
"gulp-spawn": "^0.4.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.5"
"jshint": "^2.9.5",
"lodash": "^4.17.13"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -2303,6 +2303,11 @@ lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.17.10, lodash@~4.17.10:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

lodash@^4.17.13:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

loud-rejection@^1.0.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
Expand Down

0 comments on commit 282e4df

Please sign in to comment.