Skip to content

Commit 7bf2a82

Browse files
Merge 5de2d68 into e44fe2d
2 parents e44fe2d + 5de2d68 commit 7bf2a82

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
@@ -11,6 +11,9 @@
1111
- Bump JavaScript SDK from v7.54.0 to v7.56.0 ([#3119](https://github.com/getsentry/sentry-react-native/pull/3119))
1212
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7560)
1313
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.56.0)
14+
- Bump CLI from v2.18.1 to v2.19.2 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124))
15+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192)
16+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2)
1417

1518
## 5.6.0
1619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@sentry/browser": "7.56.0",
59-
"@sentry/cli": "2.18.1",
59+
"@sentry/cli": "2.19.2",
6060
"@sentry/core": "7.56.0",
6161
"@sentry/hub": "7.56.0",
6262
"@sentry/integrations": "7.56.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,10 +1910,10 @@
19101910
"@sentry/utils" "7.56.0"
19111911
tslib "^1.9.3"
19121912

1913-
"@sentry/cli@2.18.1":
1914-
version "2.18.1"
1915-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.18.1.tgz#c44f189a1a72a83087a297c5fcc7668f86dd4308"
1916-
integrity sha512-lc/dX/cvcmznWNbLzDbzxn224vwY5zLIDBe3yOO6Usg3CDgkZZ3xfjN4AIUZwkiTEPIOELodrOfdoMxqpXyYDw==
1913+
"@sentry/cli@2.19.2":
1914+
version "2.19.2"
1915+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.19.2.tgz#408ae2b6d5a46c6cbb19531969e6bc8f131f4dfb"
1916+
integrity sha512-i0g54+T1w0bVOIkKnD8FO8AdXqnbmzvVaacU74Avyew3Imh1fyHut9Pa7BFpExsyQdOAAlQZnwfh6yngXVQzzw==
19171917
dependencies:
19181918
https-proxy-agent "^5.0.0"
19191919
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)