diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index f2ff8ce75..276568134 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@formkit/auto-animate": "^0.8.2", - "@lottiefiles/dotlottie-react": "^0.9.1", + "@lottiefiles/dotlottie-react": "^0.9.3", "@pdf-lib/fontkit": "^1.1.1", "@radix-ui/themes": "^3.1.4", "@react-pdf/renderer": "^4.0.0", @@ -3637,11 +3637,11 @@ "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" }, "node_modules/@lottiefiles/dotlottie-react": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-react/-/dotlottie-react-0.9.1.tgz", - "integrity": "sha512-2KAbT0sUu3fwbjTk1cfny9tVFg/8FTaitz64Dft+QV/Du6VHxWy3I1H83///UzAAU+rbbEN2Vn9s6GpuokJEAQ==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-react/-/dotlottie-react-0.9.3.tgz", + "integrity": "sha512-x4xQlFFulAF/nG044VNMwaXWk8ehg/KEHXpMxGB+L5gv3qohjxv/I7/erHyfhWY9y6C/VMl+PiWZbT54W8+lUQ==", "dependencies": { - "@lottiefiles/dotlottie-web": "0.35.0" + "@lottiefiles/dotlottie-web": "0.36.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", @@ -3649,9 +3649,9 @@ } }, "node_modules/@lottiefiles/dotlottie-web": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-web/-/dotlottie-web-0.35.0.tgz", - "integrity": "sha512-dXyQzNGaNOovJ23skUaLs0RU1Hpr+e4JKCBW4Wq/HTVnTCqfhV4uYaG1lLloZy50QdPsUB3UyIgd656pcQwTQA==" + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-web/-/dotlottie-web-0.36.1.tgz", + "integrity": "sha512-KvxOH5Msk0Ivqpgq4p1DGo1IG2XPX4kEVkhssTaOUEvoeCxDLru+DlbUzwG8b5JcJwEBmrAMzCNzCTmn+uMFxQ==" }, "node_modules/@mapbox/node-pre-gyp": { "version": "1.0.11", diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index 92374c04f..a2e3a8dd8 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@formkit/auto-animate": "^0.8.2", - "@lottiefiles/dotlottie-react": "^0.9.1", + "@lottiefiles/dotlottie-react": "^0.9.3", "@pdf-lib/fontkit": "^1.1.1", "@radix-ui/themes": "^3.1.4", "@react-pdf/renderer": "^4.0.0",