Skip to content

Commit d0764c8

Browse files
chore(deps): update CLI to v2.15.2 (#2898)
Co-authored-by: GitHub <[email protected]>
1 parent 00db43f commit d0764c8

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
@@ -23,6 +23,9 @@
2323
- Bump Cocoa SDK from v8.3.0 to v8.3.2 ([#2895](https://github.com/getsentry/sentry-react-native/pull/2895))
2424
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#832)
2525
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.0...8.3.2)
26+
- Bump CLI from v2.14.4 to v2.15.2 ([#2898](https://github.com/getsentry/sentry-react-native/pull/2898))
27+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2152)
28+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.14.4...2.15.2)
2629

2730
## 5.1.1
2831

package.json

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,10 +1742,10 @@
17421742
"@sentry/utils" "7.44.2"
17431743
tslib "^1.9.3"
17441744

1745-
"@sentry/cli@2.14.4":
1746-
version "2.14.4"
1747-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.14.4.tgz#7301af5172b41f25d758ae069b297635433fac7b"
1748-
integrity sha512-PPtb5qA2sKnYvj2QBBGOrla4kyG6AqOTVaELoc80mZgZ+yDjuaPH/Xmbg/K+rzZyypVlv4XleTtju44830Q/SA==
1745+
"@sentry/cli@2.15.2":
1746+
version "2.15.2"
1747+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.15.2.tgz#78a876c7344d3a698bb6052ea4f3751cfeab29b1"
1748+
integrity sha512-jt8RvbHX09eLj2GY2ufytU/n1sWbUh7/EzBE4Ut92kPCLyo+D56VwR641HBrthZluWpGO/w2ujFMNpkk99UPfA==
17491749
dependencies:
17501750
https-proxy-agent "^5.0.0"
17511751
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)