Skip to content

Commit 81747a7

Browse files
Merge 89ca314 into 64c034e
2 parents 64c034e + 89ca314 commit 81747a7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- Bump JavaScript SDK from v7.40.0 to v7.43.0 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874))
1313
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7430)
1414
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.43.0)
15+
- Bump CLI from v2.14.4 to v2.15.2 ([#2898](https://github.com/getsentry/sentry-react-native/pull/2898))
16+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2152)
17+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.14.4...2.15.2)
1518

1619
## 5.1.1
1720

package.json

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

yarn.lock

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

1734-
"@sentry/cli@2.14.4":
1735-
version "2.14.4"
1736-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.14.4.tgz#7301af5172b41f25d758ae069b297635433fac7b"
1737-
integrity sha512-PPtb5qA2sKnYvj2QBBGOrla4kyG6AqOTVaELoc80mZgZ+yDjuaPH/Xmbg/K+rzZyypVlv4XleTtju44830Q/SA==
1734+
"@sentry/cli@2.15.2":
1735+
version "2.15.2"
1736+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.15.2.tgz#78a876c7344d3a698bb6052ea4f3751cfeab29b1"
1737+
integrity sha512-jt8RvbHX09eLj2GY2ufytU/n1sWbUh7/EzBE4Ut92kPCLyo+D56VwR641HBrthZluWpGO/w2ujFMNpkk99UPfA==
17381738
dependencies:
17391739
https-proxy-agent "^5.0.0"
17401740
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)