From 33339fb376aae63f8a73e430e5eda7894fea0224 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 17:56:27 +0000 Subject: [PATCH] fix: clients/packages/accounts-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- clients/packages/accounts-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/packages/accounts-client/package.json b/clients/packages/accounts-client/package.json index 70b6ce7d03..f78e3fcb30 100644 --- a/clients/packages/accounts-client/package.json +++ b/clients/packages/accounts-client/package.json @@ -16,7 +16,7 @@ "bonde-components": "workspace:*", "jest-environment-jsdom-sixteen": "^1.0.3", "bonde-core-tools": "workspace:*", - "react-scripts": "^4", + "react-scripts": "^5.0.0", "typescript": "^4.5", "framer-motion": "^4" },