diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d26a0e3c..84d3de97f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Bump Cocoa SDK from v8.10.0 to v8.11.0 ([#3245](https://github.com/getsentry/sentry-react-native/pull/3245)) [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110) [diff](https://github.com/getsentry/sentry-cocoa/compare/8.10.0...8.11.0) + Bump CLI from v2.20.6 to v2.20.7 ([#3273](https://github.com/getsentry/sentry-react-native/pull/3273)) + [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2207) + [diff](https://github.com/getsentry/sentry-cli/compare/2.20.6...2.20.7) ## 5.9.1 - Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250)) diff --git a/package.json b/package.json index d120dd0d00..dc9e626e67 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@sentry/browser": "7.63.0", - "@sentry/cli": "2.20.6", + "@sentry/cli": "2.20.7", "@sentry/core": "7.63.0", "@sentry/hub": "7.63.0", "@sentry/integrations": "7.63.0", diff --git a/yarn.lock b/yarn.lock index 20fbe2576e..d9c8f03eef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1999,10 +1999,10 @@ "@sentry/utils" "7.63.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/cli@2.20.6": - version "2.20.6" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.6.tgz#d7911008b3773fc46747162abc1132dab0dd022d" - integrity sha512-j4OFbDCIo/dB/uXDmXnRqCbku0KquekSFSG0Wb6RKwkGqpKwFMRauKXZJrgL4as3qIfDX8HrjNRv257QYMwdQA== +"@sentry/cli@2.20.7": + version "2.20.7" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.7.tgz#8f7f3f632c330cac6bd2278d820948163f3128a6" + integrity sha512-YaHKEUdsFt59nD8yLvuEGCOZ3/ArirL8GZ/66RkZ8wcD2wbpzOFbzo08Kz4te/Eo3OD5/RdW+1dPaOBgGbrXlA== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"