Skip to content

Commit

Permalink
Version up mocha and lodash to fix vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-edgar committed Jun 19, 2019
1 parent af21943 commit a84875a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "harvest",
"description": "Basket Management tool for Shortbreaks",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/holidayextras/harvest",
"author": {
"name": "Shortbreaks",
Expand Down Expand Up @@ -31,11 +31,11 @@
"deployment-helpers": "git+ssh://[email protected]:holidayextras/deployment-helpers.git",
"istanbul": "0.4.5",
"make-up": "10.0.0",
"mocha": "3.4.2",
"mocha": " 6.1.4",
"standard": "^10.0.2"
},
"dependencies": {
"lodash": "4.17.4"
"lodash": "4.17.11"
},
"standard": {
"env": {
Expand Down

0 comments on commit a84875a

Please sign in to comment.