Skip to content

Commit 52a8031

Browse files
chore(deps): update CLI to v2.14.3 (#2869)
Co-authored-by: GitHub <[email protected]>
1 parent 8954f45 commit 52a8031

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
@@ -20,9 +20,9 @@
2020
- Bump JavaScript SDK from v7.37.2 to v7.40.0 ([#2836](https://github.com/getsentry/sentry-react-native/pull/2836), [#2864](https://github.com/getsentry/sentry-react-native/pull/2864))
2121
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7400)
2222
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.37.2...7.40.0)
23-
- Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848))
24-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130)
25-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0)
23+
- Bump CLI from v2.10.0 to v2.14.3 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848), [#2869](https://github.com/getsentry/sentry-react-native/pull/2869))
24+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2143)
25+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.14.3)
2626
- Bump Android SDK from v6.14.0 to v6.15.0 ([#2868](https://github.com/getsentry/sentry-react-native/pull/2868))
2727
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
2828
- [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.15.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@sentry/browser": "7.40.0",
46-
"@sentry/cli": "2.13.0",
46+
"@sentry/cli": "2.14.3",
4747
"@sentry/core": "7.40.0",
4848
"@sentry/hub": "7.40.0",
4949
"@sentry/integrations": "7.40.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1731,10 +1731,10 @@
17311731
"@sentry/utils" "7.40.0"
17321732
tslib "^1.9.3"
17331733

1734-
"@sentry/cli@2.13.0":
1735-
version "2.13.0"
1736-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.13.0.tgz#ce04989f488a02e51a1920939b2ed67a9bbe43db"
1737-
integrity sha512-F0WmiMmVjn6zZyD89MF8B1zGgcrJTi5yxPmd+sqpRKOfGCtucdRdM/BL1aU27BApaseCCfI1bgwtJSB2fUQqlw==
1734+
"@sentry/cli@2.14.3":
1735+
version "2.14.3"
1736+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.14.3.tgz#4b7f386c8dc5484992cac0f64a02f1b6c65f4911"
1737+
integrity sha512-/u8SKYohSDbg/Tf180qAJY+wgxIwwpZwH0uV/xn9t7/Rdb6x/YyD4AbFcPlBORnEZq4goVazWBLjJEkepO95YA==
17381738
dependencies:
17391739
https-proxy-agent "^5.0.0"
17401740
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)