diff --git a/CHANGELOG.md b/CHANGELOG.md index 72de949ab4..82e250b11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ - Remove `platform: node` from Debug Builds Events ([#3377](https://github.com/getsentry/sentry-react-native/pull/3377)) +### Dependencies + +- Bump CLI from v2.21.2 to v2.21.3 ([#3381](https://github.com/getsentry/sentry-react-native/pull/3381)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2213) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.3) + ## 5.12.0 ### Features diff --git a/package.json b/package.json index 7bc7dd41f7..b3b452b013 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "dependencies": { "@sentry/browser": "7.76.0", - "@sentry/cli": "2.21.2", + "@sentry/cli": "2.21.3", "@sentry/core": "7.76.0", "@sentry/hub": "7.76.0", "@sentry/integrations": "7.76.0", diff --git a/yarn.lock b/yarn.lock index 6f1b95da82..4c688d429a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1982,10 +1982,10 @@ "@sentry/types" "7.76.0" "@sentry/utils" "7.76.0" -"@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== +"@sentry/cli@2.21.3": + version "2.21.3" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.21.3.tgz#2d06411af8163b187d9c52e0fd59892443098dd9" + integrity sha512-gv8SNaMVNggiE/+6fPxEj8+y5uj9PqAQ8QS277aZ/HSXFgoidnNecE4QGHh4n+AkT0qCSQ/byxZsojVXkwkC7g== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"