Skip to content

Commit

Permalink
lodash sec update
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjon committed Jul 15, 2019
1 parent dafc5c0 commit 18c6d1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "infogram",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/infogram/infogram-node",
"description": "A Node.js wrapper for Infogram API",
"main": "./src/server.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"superagent": "4.0.0",
"lodash": "4.17.11"
"lodash": "4.17.14"
},
"devDependencies": {
"eslint": "5.9.0"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -497,7 +497,12 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

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

lodash@^4.17.10, lodash@^4.17.5:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
Expand Down

0 comments on commit 18c6d1a

Please sign in to comment.