diff --git a/package-lock.json b/package-lock.json index da2d427..edbd1c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.52.0", "react-icons": "^5.2.1", - "react-lottie": "^1.2.4", + "react-lottie": "^1.2.10", "react-router-dom": "^6.15.0", "react-spinners": "^0.13.8", "styled-components": "^6.1.11", @@ -5428,15 +5428,17 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-lottie": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/react-lottie/-/react-lottie-1.2.4.tgz", - "integrity": "sha512-kBGxI+MIZGBf4wZhNCWwHkMcVP+kbpmrLWH/SkO0qCKc7D7eSPcxQbfpsmsCo8v2KCBYjuGSou+xTqK44D/jMg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/react-lottie/-/react-lottie-1.2.10.tgz", + "integrity": "sha512-x0eWX3Z6zSx1XM5QSjnLupc6D22LlMCB0PH06O/N/epR2hsLaj1Vxd9RtMnbbEHjJ/qlsgHJ6bpN3vnZI92hjw==", + "license": "MIT", "dependencies": { "babel-runtime": "^6.26.0", - "lottie-web": "^5.1.3" + "lottie-web": "^5.12.2", + "prop-types": "^15.6.1" }, - "engines": { - "npm": "^3.0.0" + "funding": { + "url": "https://opencollective.com/react-lottie" }, "peerDependencies": { "react": ">=15.0.0" @@ -10515,12 +10517,13 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-lottie": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/react-lottie/-/react-lottie-1.2.4.tgz", - "integrity": "sha512-kBGxI+MIZGBf4wZhNCWwHkMcVP+kbpmrLWH/SkO0qCKc7D7eSPcxQbfpsmsCo8v2KCBYjuGSou+xTqK44D/jMg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/react-lottie/-/react-lottie-1.2.10.tgz", + "integrity": "sha512-x0eWX3Z6zSx1XM5QSjnLupc6D22LlMCB0PH06O/N/epR2hsLaj1Vxd9RtMnbbEHjJ/qlsgHJ6bpN3vnZI92hjw==", "requires": { "babel-runtime": "^6.26.0", - "lottie-web": "^5.1.3" + "lottie-web": "^5.12.2", + "prop-types": "^15.6.1" } }, "react-refresh": { diff --git a/package.json b/package.json index 468bc0f..c1aee16 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.52.0", "react-icons": "^5.2.1", - "react-lottie": "^1.2.4", + "react-lottie": "^1.2.10", "react-router-dom": "^6.15.0", "react-spinners": "^0.13.8", "styled-components": "^6.1.11",