Skip to content

Commit

Permalink
fix #3054, Bump har-validator version to 5.1.3 (#3055)
Browse files Browse the repository at this point in the history
It seems that a new version of har-validator (5.1.2) may have been published, and then deleted. This PR explicitly sets the version to the latest patch, 5.1.3.

Closes #3054
  • Loading branch information
vimwitch authored and mikeal committed Nov 21, 2018
1 parent 8162961 commit bf3e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"har-validator": "~5.1.0",
"har-validator": "~5.1.3",
"http-signature": "~1.2.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
Expand Down

0 comments on commit bf3e265

Please sign in to comment.