From 22ce0dd35981d8d8da36d5966c6f4c241860dc13 Mon Sep 17 00:00:00 2001 From: odykyi <24225497+odykyi@users.noreply.github.com> Date: Wed, 3 Apr 2019 13:40:46 +0300 Subject: [PATCH] Update modules, vulnerability error Update modules, vulnerability error when check dependencies Xray scan found vulnerability error in `handlebars` lib https://jfrog.com/integration/npm-xray/ --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6718b26efbf3..828da7eac44d 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.15", "isbinaryfile": "^4.0.0", - "istanbul-api": "^2.0.8", - "istanbul-lib-coverage": "^2.0.2", + "istanbul-api": "^2.1.1", + "istanbul-lib-coverage": "^2.0.3", "jest-junit": "^6.2.1", "jest-silent-reporter": "^0.1.2", "jest-snapshot-serializer-raw": "^1.1.0",