From 67009750bac9d0ede5195083d98954186781599a Mon Sep 17 00:00:00 2001 From: Vivek Vaibhaw Dwivedi Date: Fri, 14 Dec 2018 16:23:33 +0530 Subject: [PATCH] fix: har-validator version resolution fixed https://github.com/ahmadnassri/node-har-validator/issues/112#issuecomment-437378269 The version present in lockfile is unplublished. Updated it to now resolved with latest published version Signed-off-by: Vivek Vaibhaw Dwivedi --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90ca5f51a..689c2db67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2448,9 +2448,9 @@ "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" }, "har-validator": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.2.tgz", - "integrity": "sha512-OFxb5MZXCUMx43X7O8LK4FKggEQx6yC5QPmOcBnYbJ9UjxEcMcrMbaR0af5HZpqeFopw2GwQRQi34ZXI7YLM5w==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "requires": { "ajv": "^6.5.5", "har-schema": "^2.0.0"