|
923 | 923 | into-stream "^5.0.0" |
924 | 924 | lodash "^4.17.4" |
925 | 925 |
|
| 926 | +"@sentry/core@5.4.3": |
| 927 | + version "5.4.3" |
| 928 | + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.4.3.tgz#c9e3a6cc9f5e296c5a5e19a7a925d9ee9125a95f" |
| 929 | + integrity sha512-VjRv9BXip2BtCSohi/WQra+Ep4B8ajer1nU1VpKy5tUCjpVfXRpitY23EdEl+MVJH7h6YPZ45JsuFiKGgrtaFQ== |
| 930 | + dependencies: |
| 931 | + "@sentry/hub" "5.4.3" |
| 932 | + "@sentry/minimal" "5.4.3" |
| 933 | + "@sentry/types" "5.4.2" |
| 934 | + "@sentry/utils" "5.4.2" |
| 935 | + tslib "^1.9.3" |
| 936 | + |
| 937 | +"@sentry/hub@5.4.3": |
| 938 | + version "5.4.3" |
| 939 | + resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.4.3.tgz#d6936f976435dd552e06a6a3e9f8cd643e9b9b3f" |
| 940 | + integrity sha512-97bnk2dDuCdFv2xhujogqPiDDpKOsHxBXH1jOJ5ezr3/uZNsMRr450FDxxJJYDLuSx+qZ/+vUFfdVNjprBsuSg== |
| 941 | + dependencies: |
| 942 | + "@sentry/types" "5.4.2" |
| 943 | + "@sentry/utils" "5.4.2" |
| 944 | + tslib "^1.9.3" |
| 945 | + |
| 946 | +"@sentry/minimal@5.4.3": |
| 947 | + version "5.4.3" |
| 948 | + resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.4.3.tgz#afaa8f7a3b5074efa8d70a2edac920b2e0cdbe15" |
| 949 | + integrity sha512-xSCcKDtVtlmJIGmnlNH2fL++4l7iORJ+pOOfTz1Yjm/Il7Tz9wLVodbEfplXmAbOvgG/x9oilbW0MBSnrwKPfQ== |
| 950 | + dependencies: |
| 951 | + "@sentry/hub" "5.4.3" |
| 952 | + "@sentry/types" "5.4.2" |
| 953 | + tslib "^1.9.3" |
| 954 | + |
| 955 | +"@sentry/node@5.4.3": |
| 956 | + version "5.4.3" |
| 957 | + resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.4.3.tgz#3de5b050b8c7ca44d25e3b1d6b0cf9b76833d937" |
| 958 | + integrity sha512-QdLj1Po+94Ns9y5Z4orvA/febJV8i1uwSVK/cj61FISdb2DXlCWRFV9OYvm0I0EIHr9xAORpOCmyy0JbO1lE8w== |
| 959 | + dependencies: |
| 960 | + "@sentry/core" "5.4.3" |
| 961 | + "@sentry/hub" "5.4.3" |
| 962 | + "@sentry/types" "5.4.2" |
| 963 | + "@sentry/utils" "5.4.2" |
| 964 | + cookie "0.3.1" |
| 965 | + https-proxy-agent "2.2.1" |
| 966 | + lru_map "0.3.3" |
| 967 | + tslib "^1.9.3" |
| 968 | + |
| 969 | +"@sentry/types@5.4.2": |
| 970 | + version "5.4.2" |
| 971 | + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.4.2.tgz#4ab327bced2cfd961dc7a29f0ff43398f913f6a6" |
| 972 | + integrity sha512-yh1fd7x5lLOIZ8W3A1I792B3jowJVCWp4HcTRikjTsjbF8lcURY62m+hiLYUFPTIX99AlFRIPiApDkWiwMGYMA== |
| 973 | + |
| 974 | +"@sentry/utils@5.4.2": |
| 975 | + version "5.4.2" |
| 976 | + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.4.2.tgz#c88c6c08d635e1744a443cfefe9e2ed7fa250e4e" |
| 977 | + integrity sha512-AW7/TGt2HiPQB8lJ8NgMgaFAIDQpKDF+wV8nENRbC1CP1zzcvb1QBF4zBL2auDT4fhkhVa817064s7vlDiJVLQ== |
| 978 | + dependencies: |
| 979 | + "@sentry/types" "5.4.2" |
| 980 | + tslib "^1.9.3" |
| 981 | + |
926 | 982 | "@serverless/enterprise-plugin@^1.0.3": |
927 | 983 | version "1.0.7" |
928 | 984 | resolved "https://registry.yarnpkg.com/@serverless/enterprise-plugin/-/enterprise-plugin-1.0.7.tgz#0c99b5845f964552ab92b864d1320acd7c56bc05" |
@@ -4672,7 +4728,7 @@ https-browserify@^1.0.0: |
4672 | 4728 | resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" |
4673 | 4729 | integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= |
4674 | 4730 |
|
4675 | | -https-proxy-agent@^2.2.1: |
| 4731 | +https-proxy-agent@2.2.1, https-proxy-agent@^2.2.1: |
4676 | 4732 | version "2.2.1" |
4677 | 4733 | resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0" |
4678 | 4734 | integrity sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ== |
@@ -6450,6 +6506,11 @@ lru-cache@^5.0.0, lru-cache@^5.1.1: |
6450 | 6506 | dependencies: |
6451 | 6507 | yallist "^3.0.2" |
6452 | 6508 |
|
| 6509 | +lru_map@0.3.3: |
| 6510 | + version "0.3.3" |
| 6511 | + resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd" |
| 6512 | + integrity sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0= |
| 6513 | + |
6453 | 6514 | lsmod@1.0.0: |
6454 | 6515 | version "1.0.0" |
6455 | 6516 | resolved "https://registry.yarnpkg.com/lsmod/-/lsmod-1.0.0.tgz#9a00f76dca36eb23fa05350afe1b585d4299e64b" |
|
0 commit comments