Skip to content

Commit 49dc79a

Browse files
Merge 1fab6c7 into c663805
2 parents c663805 + 1fab6c7 commit 49dc79a

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
@@ -13,6 +13,9 @@
1313
- Bump Cocoa SDK from v8.7.1 to v8.7.3 ([#3076](https://github.com/getsentry/sentry-react-native/pull/3076))
1414
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#873)
1515
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.3)
16+
- Bump CLI from v2.17.5 to v2.18.1 ([#3082](https://github.com/getsentry/sentry-react-native/pull/3082))
17+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2181)
18+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.5...2.18.1)
1619

1720
## 5.5.0
1821

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.52.1",
59-
"@sentry/cli": "2.17.5",
59+
"@sentry/cli": "2.18.1",
6060
"@sentry/core": "7.52.1",
6161
"@sentry/hub": "7.52.1",
6262
"@sentry/integrations": "7.52.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,10 +1687,10 @@
16871687
"@sentry/utils" "7.52.1"
16881688
tslib "^1.9.3"
16891689

1690-
"@sentry/cli@2.17.5":
1691-
version "2.17.5"
1692-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.5.tgz#d41e24893a843bcd41e14274044a7ddea9332824"
1693-
integrity sha512-0tXjLDpaKB46851EMJ6NbP0o9/gdEaDSLAyjEtXxlVO6+RyhUj6x6jDwn0vis8n/7q0AvbIjAcJrot+TbZP+WQ==
1690+
"@sentry/cli@2.18.1":
1691+
version "2.18.1"
1692+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.18.1.tgz#c44f189a1a72a83087a297c5fcc7668f86dd4308"
1693+
integrity sha512-lc/dX/cvcmznWNbLzDbzxn224vwY5zLIDBe3yOO6Usg3CDgkZZ3xfjN4AIUZwkiTEPIOELodrOfdoMxqpXyYDw==
16941694
dependencies:
16951695
https-proxy-agent "^5.0.0"
16961696
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)