Skip to content

Commit 51a33ce

Browse files
authored
chore: update scripts/update-cli.sh to 2.21.1
1 parent b363180 commit 51a33ce

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Change log output to show what paths are considered when collecting modules ([#3316](https://github.com/getsentry/sentry-react-native/pull/3316))
88

9+
### Dependencies
10+
11+
- Bump CLI from v2.20.7 to v2.21.1 ([#3301](https://github.com/getsentry/sentry-react-native/pull/3301))
12+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2211)
13+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.1)
14+
915
## 5.10.0
1016

1117
### Features

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.69.0",
60-
"@sentry/cli": "2.20.7",
60+
"@sentry/cli": "2.21.1",
6161
"@sentry/core": "7.69.0",
6262
"@sentry/hub": "7.69.0",
6363
"@sentry/integrations": "7.69.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.69.0"
20002000
tslib "^2.4.1 || ^1.9.3"
20012001

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==
2002+
"@sentry/cli@2.21.1":
2003+
version "2.21.1"
2004+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.21.1.tgz#f01965d350d38a9f68f3b4de901002cdcf6838d2"
2005+
integrity sha512-iJGL818zHzVb129CNWLoZriymq2nrnhk1XqN4Fh0AMxYJcOICmXYKR8RSkLhhE1U1J1D77UzA+FyBhWHOFA82A==
20062006
dependencies:
20072007
https-proxy-agent "^5.0.0"
20082008
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)