Skip to content

Commit 015c34c

Browse files
authored
chore: update scripts/update-cli.sh to 2.17.0
1 parent d0bf494 commit 015c34c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
- Bump Android SDK from v6.16.0 to v6.17.0 ([#2948](https://github.com/getsentry/sentry-react-native/pull/2948))
1616
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6170)
1717
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0)
18+
- Bump CLI from v2.16.1 to v2.17.0 ([#2957](https://github.com/getsentry/sentry-react-native/pull/2957))
19+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2170)
20+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.16.1...2.17.0)
1821

1922
## 5.3.0
2023

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@sentry/browser": "7.46.0",
51-
"@sentry/cli": "2.16.1",
51+
"@sentry/cli": "2.17.0",
5252
"@sentry/core": "7.46.0",
5353
"@sentry/hub": "7.46.0",
5454
"@sentry/integrations": "7.46.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1742,10 +1742,10 @@
17421742
"@sentry/utils" "7.46.0"
17431743
tslib "^1.9.3"
17441744

1745-
"@sentry/cli@2.16.1":
1746-
version "2.16.1"
1747-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.16.1.tgz#a6724a5abdc5499be59e9372f1b0fff72b02a397"
1748-
integrity sha512-OrrRr4nGtivjc/ZEt/BLzJcivkBM91QQiumU5gWooMNYZJhVDpsDsxQniuJVec1zpQRcC3qpTuH5cAkMgiO2Tw==
1745+
"@sentry/cli@2.17.0":
1746+
version "2.17.0"
1747+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.0.tgz#fc809ecd721eb5323502625fa904b786af28ad89"
1748+
integrity sha512-CHIMEg8+YNCpEBDgUctu+DvG3S8+g8Zn9jTE5MMGINNmGkQTMG179LuDE04B/inaCYixLVNpFPTe6Iow3tXjnQ==
17491749
dependencies:
17501750
https-proxy-agent "^5.0.0"
17511751
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)