From dadc233f906b89b35cb320c3f7d1dfaf5db0cc5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:21:26 +0200 Subject: [PATCH] chore(deps): update CLI to v2.17.0 (#2957) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c572ad3db4..5e36766b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ - Bump Cocoa SDK from v8.3.3 to v8.4.0 ([#2954](https://github.com/getsentry/sentry-react-native/pull/2954)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#840) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.4.0) +- Bump CLI from v2.16.1 to v2.17.0 ([#2957](https://github.com/getsentry/sentry-react-native/pull/2957)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2170) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.16.1...2.17.0) ## 5.3.0 diff --git a/package.json b/package.json index b582056baf..34785b902d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@sentry/browser": "7.46.0", - "@sentry/cli": "2.16.1", + "@sentry/cli": "2.17.0", "@sentry/core": "7.46.0", "@sentry/hub": "7.46.0", "@sentry/integrations": "7.46.0", diff --git a/yarn.lock b/yarn.lock index 069c49b44b..4e1c8b42c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1742,10 +1742,10 @@ "@sentry/utils" "7.46.0" tslib "^1.9.3" -"@sentry/cli@2.16.1": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.16.1.tgz#a6724a5abdc5499be59e9372f1b0fff72b02a397" - integrity sha512-OrrRr4nGtivjc/ZEt/BLzJcivkBM91QQiumU5gWooMNYZJhVDpsDsxQniuJVec1zpQRcC3qpTuH5cAkMgiO2Tw== +"@sentry/cli@2.17.0": + version "2.17.0" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.0.tgz#fc809ecd721eb5323502625fa904b786af28ad89" + integrity sha512-CHIMEg8+YNCpEBDgUctu+DvG3S8+g8Zn9jTE5MMGINNmGkQTMG179LuDE04B/inaCYixLVNpFPTe6Iow3tXjnQ== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"