Skip to content

Commit 457e29f

Browse files
chore(deps): update CLI to v2.21.2 (#3301)
Co-authored-by: GitHub <[email protected]>
1 parent 691f2db commit 457e29f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

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

13+
### Dependencies
14+
15+
- Bump CLI from v2.20.7 to v2.21.2 ([#3301](https://github.com/getsentry/sentry-react-native/pull/3301))
16+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2212)
17+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.2)
18+
1319
## 5.10.0
1420

1521
### Features

package.json

+1-1
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.2",
6161
"@sentry/core": "7.69.0",
6262
"@sentry/hub": "7.69.0",
6363
"@sentry/integrations": "7.69.0",

yarn.lock

+4-4
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.2":
2003+
version "2.21.2"
2004+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.21.2.tgz#89e5633ff48a83d078c76c6997fffd4b68b2da1c"
2005+
integrity sha512-X1nye89zl+QV3FSuQDGItfM51tW9PQ7ce0TtV/12DgGgTVEgnVp5uvO3wX5XauHvulQzRPzwUL3ZK+yS5bAwCw==
20062006
dependencies:
20072007
https-proxy-agent "^5.0.0"
20082008
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)