diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea215a286..9167360d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump Android SDK from v6.25.1 to v6.27.0 ([#3170](https://github.com/getsentry/sentry-react-native/pull/3170)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6270) - [diff](https://github.com/getsentry/sentry-java/compare/6.25.1...6.27.0) +- Bump CLI from v2.19.4 to v2.20.1 ([#3212](https://github.com/getsentry/sentry-react-native/pull/3212)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2201) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.19.4...2.20.1) ## 5.7.1 diff --git a/package.json b/package.json index 5a51869838..7f9d359c07 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@sentry/browser": "7.58.1", - "@sentry/cli": "2.19.4", + "@sentry/cli": "2.20.1", "@sentry/core": "7.58.1", "@sentry/hub": "7.58.1", "@sentry/integrations": "7.58.1", diff --git a/yarn.lock b/yarn.lock index 2a2f068ce7..2beb76593e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1910,10 +1910,10 @@ "@sentry/utils" "7.58.1" 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.1": + version "2.20.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.1.tgz#e0a04d9c0153fc8606f90ee3f6b17abed81a85bc" + integrity sha512-HxzwFQf5gPKfksyj2ZhUicg/avHLCOd/EjZTERSXv5V7GohaTlsNxf9Sbvv/nsu8479vogTllSU6xg5BgXAVUw== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"