diff --git a/package-lock.json b/package-lock.json index e567e94..f0436c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@lottiefiles/dotlottie-web": "^0.18.0", + "@lottiefiles/dotlottie-web": "^0.29.1", "@tailwindcss/forms": "^0.5.7", "tailwindcss-animated": "^1.0.1" }, @@ -457,12 +457,9 @@ } }, "node_modules/@lottiefiles/dotlottie-web": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-web/-/dotlottie-web-0.18.0.tgz", - "integrity": "sha512-vnUZ5I0SP/XBeWDpHPz57w8qVrn3I6/1qme8Sgm+WnVsAHjE+NaBKsvEBBeucCruJJq65shZTJ6RKgUlVHSSUA==", - "engines": { - "node": ">=18" - } + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-web/-/dotlottie-web-0.29.1.tgz", + "integrity": "sha512-PpwoM3Bg7PDxLhlGUJCcjRMw6fHELmSWTVtkSoPgHaL/AGa1B39pslUcWWDXIwV1TX7a20dACEyw36IwNq+5PQ==" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index 3ef3f3f..2732819 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vite": "^5.0" }, "dependencies": { - "@lottiefiles/dotlottie-web": "^0.18.0", + "@lottiefiles/dotlottie-web": "^0.29.1", "@tailwindcss/forms": "^0.5.7", "tailwindcss-animated": "^1.0.1" }