diff --git a/CHANGELOG.md b/CHANGELOG.md index 818026b536..1f4ae5b3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.18.1 to v2.19.1 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2191) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.1) + ## 5.6.0 ### Features diff --git a/package.json b/package.json index 2cbcc93d86..54cb641f4f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@sentry/browser": "7.54.0", - "@sentry/cli": "2.18.1", + "@sentry/cli": "2.19.1", "@sentry/core": "7.54.0", "@sentry/hub": "7.54.0", "@sentry/integrations": "7.54.0", diff --git a/yarn.lock b/yarn.lock index d794330079..101682214d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1728,10 +1728,10 @@ "@sentry/utils" "7.54.0" tslib "^1.9.3" -"@sentry/cli@2.18.1": - version "2.18.1" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.18.1.tgz#c44f189a1a72a83087a297c5fcc7668f86dd4308" - integrity sha512-lc/dX/cvcmznWNbLzDbzxn224vwY5zLIDBe3yOO6Usg3CDgkZZ3xfjN4AIUZwkiTEPIOELodrOfdoMxqpXyYDw== +"@sentry/cli@2.19.1": + version "2.19.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.19.1.tgz#68ea7098c4078fb0c910844fa26209af71cc0d4c" + integrity sha512-7RVwOUwVoOplsG1Jqo8YCke2BEQpGU+AvXAhl1HP6S4qB4mFat6Asr9EhvapPZvufpC85RvLt22h3q0yakRgaA== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"