From 4b5bdd98b8debc4b8b0bdb3bdfeca6594b8d45f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 03:46: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-6028119 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e56663..dc953e7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "license": "MIT", "dependencies": { - "crypto-js": "^3.1.9-1", + "crypto-js": "^4.2.0", "debug": "2.6.9", "ip": "^1.1.5", "node-fetch": "^2.6.0",