|
2926 | 2926 | dependencies:
|
2927 | 2927 | any-observable "^0.3.0"
|
2928 | 2928 |
|
| 2929 | + |
| 2930 | + version "7.37.2" |
| 2931 | + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.37.2.tgz#355dd28ad12677d63e0b12c5209d12b3f98ac3a4" |
| 2932 | + integrity sha512-UvKfpx6+BUdV+rGAXqDBznagfz44Ut+x2h/i0OZPNCEpXaH9KAQOlv06I66861aXiucWFRb1lAMrN4+cE9aJIg== |
| 2933 | + dependencies: |
| 2934 | + "@sentry/core" "7.37.2" |
| 2935 | + "@sentry/replay" "7.37.2" |
| 2936 | + "@sentry/types" "7.37.2" |
| 2937 | + "@sentry/utils" "7.37.2" |
| 2938 | + tslib "^1.9.3" |
| 2939 | + |
| 2940 | + |
| 2941 | + version "7.37.2" |
| 2942 | + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.37.2.tgz#959b2bf953f442b07f8377d90f4f7735cf260ae4" |
| 2943 | + integrity sha512-LjofMDSTyVeBErl9N7TTqlyEVuW1g6U4iuJtdZ75JohnvVxzWdpZfWfddwQ6h7nGWfe9dNg0fGs1wxKtMhY+MA== |
| 2944 | + dependencies: |
| 2945 | + "@sentry/types" "7.37.2" |
| 2946 | + "@sentry/utils" "7.37.2" |
| 2947 | + tslib "^1.9.3" |
| 2948 | + |
| 2949 | +"@sentry/react@^7.37.2": |
| 2950 | + version "7.37.2" |
| 2951 | + resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.37.2.tgz#f5ecc4071c5dd0e8446103c24e94edda520a1217" |
| 2952 | + integrity sha512-e5NFQAwHSGVyMUGYjvYXLI/QECkXkZ2BNUo+OHr5mAYqcIyGSA38tX7RJetrhonVjjpJp/ZVzlOyxQkpnBfBLw== |
| 2953 | + dependencies: |
| 2954 | + "@sentry/browser" "7.37.2" |
| 2955 | + "@sentry/types" "7.37.2" |
| 2956 | + "@sentry/utils" "7.37.2" |
| 2957 | + hoist-non-react-statics "^3.3.2" |
| 2958 | + tslib "^1.9.3" |
| 2959 | + |
| 2960 | + |
| 2961 | + version "7.37.2" |
| 2962 | + resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.37.2.tgz#eb49b7a1286335c1a4de49b386d0258e5c789682" |
| 2963 | + integrity sha512-y8Gfc7EGfGU4eVae5HAtch2YgkiTzNPi16dcqPX9jtIHDwiurGqWcaOgs5HoGJm45eMfl6LvcE7MPbwqcDkPIA== |
| 2964 | + dependencies: |
| 2965 | + "@sentry/core" "7.37.2" |
| 2966 | + "@sentry/types" "7.37.2" |
| 2967 | + "@sentry/utils" "7.37.2" |
| 2968 | + |
| 2969 | +"@sentry/tracing@^7.37.2": |
| 2970 | + version "7.37.2" |
| 2971 | + resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.37.2.tgz#88f149aea6a4d5a3cfb9145868d885fac9fffb52" |
| 2972 | + integrity sha512-XBVvxbV5TADq2rHg/kJqGqDfOP8n2myMUxMMpfHMb38NrxkxQwXy+gDe41bA8FJKA2k7Y3Wkn8ZC/PelQ8c+ag== |
| 2973 | + dependencies: |
| 2974 | + "@sentry/core" "7.37.2" |
| 2975 | + "@sentry/types" "7.37.2" |
| 2976 | + "@sentry/utils" "7.37.2" |
| 2977 | + tslib "^1.9.3" |
| 2978 | + |
| 2979 | + |
| 2980 | + version "7.37.2" |
| 2981 | + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d" |
| 2982 | + integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw== |
| 2983 | + |
| 2984 | + |
| 2985 | + version "7.37.2" |
| 2986 | + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.37.2.tgz#14dea644454e3df247fb113fc834f509c1f0e48c" |
| 2987 | + integrity sha512-5irN1nN/mtdOoWwsJiwBK0gPgNMkciUubEMbCaaXqJaGyGz8+yfDvXj7L+xGYiU57z+7+QkkSKxKEZ/IcBpjVQ== |
| 2988 | + dependencies: |
| 2989 | + "@sentry/types" "7.37.2" |
| 2990 | + tslib "^1.9.3" |
| 2991 | + |
2929 | 2992 | "@sindresorhus/is@^0.14.0":
|
2930 | 2993 | version "0.14.0"
|
2931 | 2994 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
@@ -13969,7 +14032,7 @@ tsconfig-paths@^3.11.0:
|
13969 | 14032 | minimist "^1.2.0"
|
13970 | 14033 | strip-bom "^3.0.0"
|
13971 | 14034 |
|
13972 |
| - |
| 14035 | + |
13973 | 14036 | version "1.14.1"
|
13974 | 14037 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
13975 | 14038 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
0 commit comments