Skip to content

Commit d53a041

Browse files
Merge 98dfa6b into 539989f
2 parents 539989f + 98dfa6b commit d53a041

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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)
13+
Bump CLI from v2.20.6 to v2.20.7 ([#3273](https://github.com/getsentry/sentry-react-native/pull/3273))
14+
[changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2207)
15+
[diff](https://github.com/getsentry/sentry-cli/compare/2.20.6...2.20.7)
1316
## 5.9.1
1417

1518
- Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250))

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.63.0",
60-
"@sentry/cli": "2.20.6",
60+
"@sentry/cli": "2.20.7",
6161
"@sentry/core": "7.63.0",
6262
"@sentry/hub": "7.63.0",
6363
"@sentry/integrations": "7.63.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.63.0"
20002000
tslib "^2.4.1 || ^1.9.3"
20012001

2002-
"@sentry/[email protected].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/[email protected].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)