Skip to content

Commit

Permalink
@0.14.14, update lodash min ver to avoid security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed May 10, 2018
1 parent d68ba48 commit fd268a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 4
- 6
- 8
script:
- npm run lint
- npm run coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "html-snapshots",
"version": "0.14.13",
"version": "0.14.14",
"author": {
"name": "Alex Grant",
"email": "alex@localnerve.com",
Expand Down Expand Up @@ -49,7 +49,7 @@
"async": "2.x || 1.x",
"async-lock": "1.1.2",
"combine-errors": "^3.0.3",
"lodash": "^4.0.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"phantomjs-prebuilt": "2.1.16",
"request": "^2.85.0",
Expand Down

0 comments on commit fd268a5

Please sign in to comment.