|
2369 | 2369 | "@sentry/utils" "7.60.0"
|
2370 | 2370 | tslib "^2.4.1 || ^1.9.3"
|
2371 | 2371 |
|
2372 |
| -"@sentry/cli@^2.21.4": |
2373 |
| - version "2.21.4" |
2374 |
| - resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.4.tgz#58d62afd22bdca832f4faf52ee120420e1c293ef" |
2375 |
| - integrity sha512-KIgvgl1DB/i41GmXfJkv96TdtKeJIhiV6l5OLRmxtnvA2JTqAQaeH+YMHE+vpZ/0FqtLK5clIkt5ReQNpmigPg== |
| 2372 | +"@sentry/cli-darwin@2.22.3": |
| 2373 | + version "2.22.3" |
| 2374 | + resolved "https://registry.npmjs.org/@sentry/cli-darwin/-/cli-darwin-2.22.3.tgz#d81f6a1b2060d20adb1da7e65e1c57e050e8ffcc" |
| 2375 | + integrity sha512-A1DwFTffg3+fF68qujaJI07dk/1H1pRuihlvS5WQ9sD7nQLnXZGoLUht4eULixhDzZYinWHKkcWzQ6k40UTvNA== |
| 2376 | + |
| 2377 | +"@sentry/cli-linux-arm64@2.22.3": |
| 2378 | + version "2.22.3" |
| 2379 | + resolved "https://registry.npmjs.org/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.22.3.tgz#9bdd3f3a441017b82fdbf0986fdf3b2e19ceda0c" |
| 2380 | + integrity sha512-PnBPb4LJ+A2LlqLjtVFn4mEizcVdxBSLZvB85pEGzq9DRXjZ6ZEuGWFHTVnWvjd79TB/s0me29QnLc3n4B6lgA== |
| 2381 | + |
| 2382 | +"@sentry/cli-linux-arm@2.22.3": |
| 2383 | + version "2.22.3" |
| 2384 | + resolved "https://registry.npmjs.org/@sentry/cli-linux-arm/-/cli-linux-arm-2.22.3.tgz#74ae1d9bf8a9334e155412fc66c770573b264d7c" |
| 2385 | + integrity sha512-mDtLVbqbCu/5b/v2quTAMzY/atGlJVvrqO2Wvpro0Jb/LYhn7Y1pVBdoXEDcnOX82/pseFkLT8PFfq/OcezPhA== |
| 2386 | + |
| 2387 | +"@sentry/cli-linux-i686@2.22.3": |
| 2388 | + version "2.22.3" |
| 2389 | + resolved "https://registry.npmjs.org/@sentry/cli-linux-i686/-/cli-linux-i686-2.22.3.tgz#8e077d2f48c6c9a791e2db303c55bd4b3f47e2f8" |
| 2390 | + integrity sha512-wxvbpQ2hiw4hwJWfJMp7K45BV40nXL62f91jLuftFXIbieKX1Li57NNKNu2JUVn7W1bJxkwz/PKGGTXSgeJlRw== |
| 2391 | + |
| 2392 | +"@sentry/cli-linux-x64@2.22.3": |
| 2393 | + version "2.22.3" |
| 2394 | + resolved "https://registry.npmjs.org/@sentry/cli-linux-x64/-/cli-linux-x64-2.22.3.tgz#c3d653032105043b5e72202812c2b85dbbfbabbb" |
| 2395 | + integrity sha512-0GxsYNO5GyRWifeOpng+MmdUFZRA64bgA1n1prsEsXnoeLcm3Zj4Q63hBZmiwz9Qbhf5ibohkpf94a7dI7pv3A== |
| 2396 | + |
| 2397 | +"@sentry/cli-win32-i686@2.22.3": |
| 2398 | + version "2.22.3" |
| 2399 | + resolved "https://registry.npmjs.org/@sentry/cli-win32-i686/-/cli-win32-i686-2.22.3.tgz#836baaa8af96b5249c753d2f0b5c111d4c850e4a" |
| 2400 | + integrity sha512-YERPsd7ClBrxKcmCUw+ZrAvQfbyIZFrqh269hgDuXFodpsB7LPGnI33ilo0uzmKdq2vGppTb6Z3gf1Rbq0Hadg== |
| 2401 | + |
| 2402 | +"@sentry/cli-win32-x64@2.22.3": |
| 2403 | + version "2.22.3" |
| 2404 | + resolved "https://registry.npmjs.org/@sentry/cli-win32-x64/-/cli-win32-x64-2.22.3.tgz#c450136539e8860d46434a932383005cffd89136" |
| 2405 | + integrity sha512-NUh56xWvgJo2KuC9lI6o6nTPXdzbpQUB4qGwJ73L9NP3HT2P1I27jtHyrC2zlXTVlYE23gQZGrL3wgW4Jy80QA== |
| 2406 | + |
| 2407 | +"@sentry/cli@^2.22.3": |
| 2408 | + version "2.22.3" |
| 2409 | + resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.22.3.tgz#e28613885c30979f4760de7365e5d30d5a32d51d" |
| 2410 | + integrity sha512-VFHdtrHsMyTRSZhDLeMyXvit7xB4e81KugIEwMve95c7h5HO672bfmCcM/403CAugj4NzvQ+IR2NKF/2SsEPlg== |
2376 | 2411 | dependencies:
|
2377 | 2412 | https-proxy-agent "^5.0.0"
|
2378 | 2413 | node-fetch "^2.6.7"
|
2379 | 2414 | progress "^2.0.3"
|
2380 | 2415 | proxy-from-env "^1.1.0"
|
2381 | 2416 | which "^2.0.2"
|
| 2417 | + optionalDependencies: |
| 2418 | + "@sentry/cli-darwin" "2.22.3" |
| 2419 | + "@sentry/cli-linux-arm" "2.22.3" |
| 2420 | + "@sentry/cli-linux-arm64" "2.22.3" |
| 2421 | + "@sentry/cli-linux-i686" "2.22.3" |
| 2422 | + "@sentry/cli-linux-x64" "2.22.3" |
| 2423 | + "@sentry/cli-win32-i686" "2.22.3" |
| 2424 | + "@sentry/cli-win32-x64" "2.22.3" |
2382 | 2425 |
|
2383 | 2426 | "@sentry/core@7.50.0":
|
2384 | 2427 | version "7.50.0"
|
|
0 commit comments