Skip to content

Commit dadc233

Browse files
chore(deps): update CLI to v2.17.0 (#2957)
Co-authored-by: GitHub <[email protected]>
1 parent 850e1e5 commit dadc233

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
@@ -19,6 +19,9 @@
1919
- Bump Cocoa SDK from v8.3.3 to v8.4.0 ([#2954](https://github.com/getsentry/sentry-react-native/pull/2954))
2020
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#840)
2121
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.4.0)
22+
- Bump CLI from v2.16.1 to v2.17.0 ([#2957](https://github.com/getsentry/sentry-react-native/pull/2957))
23+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2170)
24+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.16.1...2.17.0)
2225

2326
## 5.3.0
2427

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)