From 35e1532e80989198e46fe62b2b1ba1dd21684def Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 16:00:01 +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 16899bf..3ce98ac 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-is": "18.2.0", "react-router-dom": "6.9.0", "reflect-metadata": "^0.1.13", - "rxdb": "14.2.3", + "rxdb": "15.0.0", "rxjs": "7.8.0", "tslib": "^2.5.0" },