|
2657 | 2657 | resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0"
|
2658 | 2658 | integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==
|
2659 | 2659 |
|
| 2660 | +"@lottiefiles/react-lottie-player@^3.4.7": |
| 2661 | + version "3.4.7" |
| 2662 | + resolved "https://registry.yarnpkg.com/@lottiefiles/react-lottie-player/-/react-lottie-player-3.4.7.tgz#c8c377e2bc8a636c2bf62ce95dd0e39f720b09c1" |
| 2663 | + integrity sha512-KqkwRiCQPDNzimsXnNSgeJjJlZQ6Fr9JE3OtZdOaGrXovZJ+zDeZNxIwxID8Up0eAdm4zJjudOSc5EJSiGw9RA== |
| 2664 | + dependencies: |
| 2665 | + lottie-web "^5.7.8" |
| 2666 | + |
2660 | 2667 | "@maxmind/geoip2-node@^3.0.0":
|
2661 | 2668 | version "3.4.0"
|
2662 | 2669 | resolved "https://registry.yarnpkg.com/@maxmind/geoip2-node/-/geoip2-node-3.4.0.tgz#e0b2dd6e46931cbb84ccb46cbb154a5009e75bcc"
|
|
6603 | 6610 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
6604 | 6611 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
6605 | 6612 |
|
6606 |
| -color-name@^1.0.0, color-name@~1.1.4: |
| 6613 | +color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4: |
6607 | 6614 | version "1.1.4"
|
6608 | 6615 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
6609 | 6616 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
@@ -7135,6 +7142,11 @@ cssesc@^3.0.0:
|
7135 | 7142 | resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
7136 | 7143 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
7137 | 7144 |
|
| 7145 | +cssfontparser@^1.2.1: |
| 7146 | + version "1.2.1" |
| 7147 | + resolved "https://registry.yarnpkg.com/cssfontparser/-/cssfontparser-1.2.1.tgz#f4022fc8f9700c68029d542084afbaf425a3f3e3" |
| 7148 | + integrity sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg== |
| 7149 | + |
7138 | 7150 | cssnano-preset-default@^4.0.7:
|
7139 | 7151 | version "4.0.7"
|
7140 | 7152 | resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
|
@@ -10779,6 +10791,14 @@ iterate-value@^1.0.2:
|
10779 | 10791 | es-get-iterator "^1.0.2"
|
10780 | 10792 | iterate-iterator "^1.0.1"
|
10781 | 10793 |
|
| 10794 | +jest-canvas-mock@^2.4.0: |
| 10795 | + version "2.4.0" |
| 10796 | + resolved "https://registry.yarnpkg.com/jest-canvas-mock/-/jest-canvas-mock-2.4.0.tgz#947b71442d7719f8e055decaecdb334809465341" |
| 10797 | + integrity sha512-mmMpZzpmLzn5vepIaHk5HoH3Ka4WykbSoLuG/EKoJd0x0ID/t+INo1l8ByfcUJuDM+RIsL4QDg/gDnBbrj2/IQ== |
| 10798 | + dependencies: |
| 10799 | + cssfontparser "^1.2.1" |
| 10800 | + moo-color "^1.0.2" |
| 10801 | + |
10782 | 10802 | jest-changed-files@^26.6.2:
|
10783 | 10803 | version "26.6.2"
|
10784 | 10804 | resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0"
|
@@ -11802,6 +11822,11 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
11802 | 11822 | dependencies:
|
11803 | 11823 | js-tokens "^3.0.0 || ^4.0.0"
|
11804 | 11824 |
|
| 11825 | +lottie-web@^5.7.8: |
| 11826 | + version "5.9.4" |
| 11827 | + resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.9.4.tgz#c01478ee5dd47f916cb4bb79040c11d427872d57" |
| 11828 | + integrity sha512-bSs1ZTPifnBVejO1MnQHdfrKfcn02YTCmgOh2wcAEICqRA0V7GzDh8FnwXY6+EzT+i8XOunaIloo/5xC5YNbsA== |
| 11829 | + |
11805 | 11830 | lower-case@^2.0.1:
|
11806 | 11831 | version "2.0.1"
|
11807 | 11832 | resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.1.tgz#39eeb36e396115cc05e29422eaea9e692c9408c7"
|
@@ -12257,6 +12282,13 @@ moment@^2.10.2, moment@^2.24.0, moment@^2.25.3:
|
12257 | 12282 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
|
12258 | 12283 | integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==
|
12259 | 12284 |
|
| 12285 | +moo-color@^1.0.2: |
| 12286 | + version "1.0.3" |
| 12287 | + resolved "https://registry.yarnpkg.com/moo-color/-/moo-color-1.0.3.tgz#d56435f8359c8284d83ac58016df7427febece74" |
| 12288 | + integrity sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ== |
| 12289 | + dependencies: |
| 12290 | + color-name "^1.1.4" |
| 12291 | + |
12260 | 12292 | move-concurrently@^1.0.1:
|
12261 | 12293 | version "1.0.1"
|
12262 | 12294 | resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
|
|
0 commit comments