From d79ae1919e6a259b34a0355797015283cdc39d37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:42:00 +0000 Subject: [PATCH] fix: upgrade react-lottie from 1.2.3 to 1.2.4 Snyk has created this PR to upgrade react-lottie from 1.2.3 to 1.2.4. See this package in npm: react-lottie See this project in Snyk: https://app.snyk.io/org/victorcmarinho/project/5a6b3cb7-4960-4017-8c0c-b5de7cd46e5e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e42679c..f0eaf6f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "^17.0.2", "react-hook-form": "^7.25.3", "react-icons": "^4.2.0", - "react-lottie": "^1.2.3", + "react-lottie": "^1.2.4", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "styled-components": "^5.3.0",