From c0afa465116feaf18a8a7569ed6c137f3b8f722f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Apr 2024 04:18:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1068b7..8155434 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "react-dom": "18.2.0", "react-router-dom": "6.11.2", "reflect-metadata": "^0.1.13", - "rxdb": "^15.10.0", + "rxdb": "^15.18.4", "rxjs": "^7.8.0", "tslib": "^2.3.0" }