From 2e2eb924578d27ed67b1a3dfc8bb7a0628fb9aa8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 May 2021 02:30:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-548472 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3298c93..a81f03a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "async-es": "^2.6.0", "bunyan": "^1.8.12", "crypto": "~0.0.3", - "crypto-js": "^3.1.9-1", + "crypto-js": "^4.0.0", "microtime": "^2.1.7", "nonce": "^1.0.4", "request": "^2.83.0",