diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3c09b9b..cbc43ae7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - Change log output to show what paths are considered when collecting modules ([#3316](https://github.com/getsentry/sentry-react-native/pull/3316)) +### Dependencies + +- Bump CLI from v2.20.7 to v2.21.2 ([#3301](https://github.com/getsentry/sentry-react-native/pull/3301)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2212) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.2) + ## 5.10.0 ### Features diff --git a/package.json b/package.json index ff1e68f7a..613d289fa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@sentry/browser": "7.69.0", - "@sentry/cli": "2.20.7", + "@sentry/cli": "2.21.2", "@sentry/core": "7.69.0", "@sentry/hub": "7.69.0", "@sentry/integrations": "7.69.0", diff --git a/yarn.lock b/yarn.lock index 636f4444d..eb90711e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1999,10 +1999,10 @@ "@sentry/utils" "7.69.0" tslib "^2.4.1 || ^1.9.3" -"@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== +"@sentry/cli@2.21.2": + version "2.21.2" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.21.2.tgz#89e5633ff48a83d078c76c6997fffd4b68b2da1c" + integrity sha512-X1nye89zl+QV3FSuQDGItfM51tW9PQ7ce0TtV/12DgGgTVEgnVp5uvO3wX5XauHvulQzRPzwUL3ZK+yS5bAwCw== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"