Skip to content

Commit 575f9da

Browse files
chore(deps): update CLI to v2.20.7 (#3273)
Co-authored-by: GitHub <noreply@github.com>
1 parent 3c5f9f0 commit 575f9da

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump CLI from v2.20.5 to v2.20.6 ([#3265](https://github.com/getsentry/sentry-react-native/pull/3265))
8-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2206)
9-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.5...2.20.6)
7+
- Bump CLI from v2.20.5 to v2.20.7 ([#3265](https://github.com/getsentry/sentry-react-native/pull/3265), [#3273](https://github.com/getsentry/sentry-react-native/pull/3273))
8+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2207)
9+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.5...2.20.7)
1010
- Bump Cocoa SDK from v8.10.0 to v8.11.0 ([#3245](https://github.com/getsentry/sentry-react-native/pull/3245))
1111
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110)
1212
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.10.0...8.11.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@sentry/browser": "7.68.0",
60-
"@sentry/cli": "2.20.6",
60+
"@sentry/cli": "2.20.7",
6161
"@sentry/core": "7.68.0",
6262
"@sentry/hub": "7.68.0",
6363
"@sentry/integrations": "7.68.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,10 +1999,10 @@
19991999
"@sentry/utils" "7.68.0"
20002000
tslib "^2.4.1 || ^1.9.3"
20012001

2002-
"@sentry/cli@2.20.6":
2003-
version "2.20.6"
2004-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.6.tgz#d7911008b3773fc46747162abc1132dab0dd022d"
2005-
integrity sha512-j4OFbDCIo/dB/uXDmXnRqCbku0KquekSFSG0Wb6RKwkGqpKwFMRauKXZJrgL4as3qIfDX8HrjNRv257QYMwdQA==
2002+
"@sentry/cli@2.20.7":
2003+
version "2.20.7"
2004+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.7.tgz#8f7f3f632c330cac6bd2278d820948163f3128a6"
2005+
integrity sha512-YaHKEUdsFt59nD8yLvuEGCOZ3/ArirL8GZ/66RkZ8wcD2wbpzOFbzo08Kz4te/Eo3OD5/RdW+1dPaOBgGbrXlA==
20062006
dependencies:
20072007
https-proxy-agent "^5.0.0"
20082008
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)