From 9e684fef723e04522b67cc4b14d3f5cf8956367f Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 12 Apr 2023 09:40:23 +0000 Subject: [PATCH] chore: update scripts/update-cli.sh to 2.17.1 --- CHANGELOG.md | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4524a2960f..215229354c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +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) +- Bump CLI from v2.16.1 to v2.17.1 ([#2957](https://github.com/getsentry/sentry-react-native/pull/2957), [#2964](https://github.com/getsentry/sentry-react-native/pull/2964)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2171) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.16.1...2.17.1) ## 5.3.0 diff --git a/package.json b/package.json index 17ba719c13..346aca24d8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "@sentry-internal/tracing": "7.47.0", "@sentry/browser": "7.47.0", - "@sentry/cli": "2.17.0", + "@sentry/cli": "2.17.1", "@sentry/core": "7.47.0", "@sentry/hub": "7.47.0", "@sentry/integrations": "7.47.0", diff --git a/yarn.lock b/yarn.lock index e5785a7089..63934f1351 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1742,10 +1742,10 @@ "@sentry/utils" "7.47.0" tslib "^1.9.3" -"@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== +"@sentry/cli@2.17.1": + version "2.17.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.1.tgz#e13f5ee7f2f47fe52082694a67793e250728c33c" + integrity sha512-NBTJl6qGPKFWYetE/quhySgaETeLzA80FtDcGOVvAyhfonrDGm/hGHkOr/DEzA/FqwrGj8MTk3lafE+qEnHglg== dependencies: https-proxy-agent "^5.0.0" node-fetch "^2.6.7"