diff --git a/CHANGELOG.md b/CHANGELOG.md index 17088eefa7..fc9a1e0af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - Use application variant instead of variant output to hook to correct package task for modules cleanup ([#3161](https://github.com/getsentry/sentry-react-native/pull/3161)) - Fix `isNativeAvailable` after SDK reinitialization ([#3200](https://github.com/getsentry/sentry-react-native/pull/3200)) +### Dependencies + +- Bump CLI from v2.19.4 to v2.20.4 ([#3212](https://github.com/getsentry/sentry-react-native/pull/3212)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2204) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.19.4...2.20.4) + ## 5.8.1 ### Dependencies diff --git a/package.json b/package.json index 613c459f89..f25b32f497 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@sentry/browser": "7.61.0", - "@sentry/cli": "2.19.4", + "@sentry/cli": "2.20.4", "@sentry/core": "7.61.0", "@sentry/hub": "7.61.0", "@sentry/integrations": "7.61.0", diff --git a/yarn.lock b/yarn.lock index a506a670a6..4a53c4ba1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1933,10 +1933,10 @@ "@sentry/utils" "7.61.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/cli@2.19.4": - version "2.19.4" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.19.4.tgz#d6a07d8224b457a8023b4b2a56b764abb60b53d2" - integrity sha512-wsSr2O/GVgr/i+DYtie+DNhODyI+HL7F5/0t1HwWMjHJWm4+5XTEauznYgbh2mewkzfUk9+t0CPecA82lEgspg== +"@sentry/cli@2.20.4": + version "2.20.4" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.4.tgz#755719aeaa58dbd3910ee23cc020decc16f5a5bf" + integrity sha512-mycBCKQmLdaJpSKpXc3IXrQwb5HLxrdjgJgLGbb8saFHIkXl/1ePH171j+REq4dIP1uetu0bdDgEYj6AQjkleQ== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"