From cc3114860de57ccb5f4d8a84948ae0f8f57157f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 16:00:13 +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 054cb51fa..13c372ef2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "classnames": "^2.3.1", "cookie-cutter": "^0.2.0", "core-js": "^3.19.1", - "crypto-js": "^4.1.1", + "crypto-js": "^4.2.0", "css-loader": "^5.2.7", "date-fns": "^2.25.0", "deprecated-react-native-listview": "0.0.6",