Skip to content

Commit 3827071

Browse files
chore(deps): update CLI to v2.17.5 (#3024)
Co-authored-by: GitHub <[email protected]>
1 parent 363478a commit 3827071

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
@@ -17,6 +17,9 @@
1717
- Bump Android SDK from v6.17.0 to v6.18.1 ([#3017](https://github.com/getsentry/sentry-react-native/pull/3017))
1818
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6181)
1919
- [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.1)
20+
- Bump CLI from v2.17.4 to v2.17.5 ([#3024](https://github.com/getsentry/sentry-react-native/pull/3024))
21+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2175)
22+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.4...2.17.5)
2023

2124
## 4.15.1
2225

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,10 +1708,10 @@
17081708
"@sentry/utils" "7.50.0"
17091709
tslib "^1.9.3"
17101710

1711-
"@sentry/[email protected].4":
1712-
version "2.17.4"
1713-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.4.tgz#13104471d8bbb92d9927d42f42d930c782444a2a"
1714-
integrity sha512-5tLu/2U+MuEksIhvzW5LJEwhoqbdgwxE3Q5UwIJtJt3do4PFv1UVg1aLBJ3u6sGxAJpxqJYWvqfc/tXswQCJBA==
1711+
"@sentry/[email protected].5":
1712+
version "2.17.5"
1713+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.5.tgz#d41e24893a843bcd41e14274044a7ddea9332824"
1714+
integrity sha512-0tXjLDpaKB46851EMJ6NbP0o9/gdEaDSLAyjEtXxlVO6+RyhUj6x6jDwn0vis8n/7q0AvbIjAcJrot+TbZP+WQ==
17151715
dependencies:
17161716
https-proxy-agent "^5.0.0"
17171717
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)