From a260b893f9531910e4774b6692bae58eb4d9a763 Mon Sep 17 00:00:00 2001 From: Betsun Vladyslav Date: Tue, 7 Dec 2021 11:23:06 +0200 Subject: [PATCH] Bump ajv version for fixing vulnerability --- js/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/module/package.json b/js/module/package.json index f47c146..f6a5739 100644 --- a/js/module/package.json +++ b/js/module/package.json @@ -13,6 +13,6 @@ "types": "./typings/webapi-parser.d.ts", "typings": "./typings/webapi-parser.d.ts", "dependencies": { - "ajv": "6.5.2" + "ajv": "6.12.3" } }