From 5948cadb09cda7128ed0ce57df1f239d24666123 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 21:27:40 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/har-validator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../fixtures/qs-package/node_modules/har-validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/har-validator/package.json b/test/fixtures/qs-package/node_modules/har-validator/package.json index 9ad39ad7e4..c1dede96b7 100644 --- a/test/fixtures/qs-package/node_modules/har-validator/package.json +++ b/test/fixtures/qs-package/node_modules/har-validator/package.json @@ -62,7 +62,7 @@ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", "devDependencies": { "codeclimate-test-reporter": "0.0.4", - "echint": "^1.3.0", + "echint": "^2.0.0", "istanbul": "^0.3.15", "mocha": "^2.2.5", "require-directory": "^2.1.1",