Skip to content

Commit 0db0c72

Browse files
chore(deps): update CLI to v2.17.1 (#2964)
Co-authored-by: GitHub <noreply@github.com>
1 parent 189c4ea commit 0db0c72

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +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)
22+
- 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))
23+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2171)
24+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.16.1...2.17.1)
2525

2626
## 5.3.0
2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@sentry-internal/tracing": "7.47.0",
5151
"@sentry/browser": "7.47.0",
52-
"@sentry/cli": "2.17.0",
52+
"@sentry/cli": "2.17.1",
5353
"@sentry/core": "7.47.0",
5454
"@sentry/hub": "7.47.0",
5555
"@sentry/integrations": "7.47.0",

yarn.lock

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

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==
1745+
"@sentry/cli@2.17.1":
1746+
version "2.17.1"
1747+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.1.tgz#e13f5ee7f2f47fe52082694a67793e250728c33c"
1748+
integrity sha512-NBTJl6qGPKFWYetE/quhySgaETeLzA80FtDcGOVvAyhfonrDGm/hGHkOr/DEzA/FqwrGj8MTk3lafE+qEnHglg==
17491749
dependencies:
17501750
https-proxy-agent "^5.0.0"
17511751
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)