Skip to content

Commit

Permalink
Fix install of har-validator (#1268)
Browse files Browse the repository at this point in the history
The version 5.1.2 of har-validator was unpublished on npm.
See ahmadnassri/node-har-validator#112
  • Loading branch information
nono authored Nov 12, 2018
1 parent 4a9faad commit ae2b91f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3271,9 +3271,9 @@ har-validator@~5.0.3:
har-schema "^2.0.0"

har-validator@~5.1.0:
version "5.1.2"
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.2.tgz#a3891924f815c88e41c7f31112079cfef5e129e5"
integrity sha512-OFxb5MZXCUMx43X7O8LK4FKggEQx6yC5QPmOcBnYbJ9UjxEcMcrMbaR0af5HZpqeFopw2GwQRQi34ZXI7YLM5w==
version "5.1.3"
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
dependencies:
ajv "^6.5.5"
har-schema "^2.0.0"
Expand Down

0 comments on commit ae2b91f

Please sign in to comment.