From c237a58f028a76745016f41457592156fff3c969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:15:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be02a30..48e59a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-router-transition": "^2.0.0", "react-scripts": "^4.0.0", "reactstrap": "^8.4.0", - "snyk": "^1.606.0", + "snyk": "^1.996.0", "styled-components": "^5.3.0", "typescript": "^4.0.0" },