Skip to content

Commit 33f6f30

Browse files
chore(deps): update CLI to v2.17.3 (#2982)
Co-authored-by: GitHub <[email protected]>
1 parent e88d6a9 commit 33f6f30

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
- Bump Cocoa SDK from v8.4.0 to v8.5.0 ([#2977](https://github.com/getsentry/sentry-react-native/pull/2977))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#850)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.5.0)
17-
- Bump CLI from v2.17.1 to v2.17.2 ([#2966](https://github.com/getsentry/sentry-react-native/pull/2966))
18-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2172)
19-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.1...2.17.2)
17+
- Bump CLI from v2.17.1 to v2.17.3 ([#2966](https://github.com/getsentry/sentry-react-native/pull/2966), [#2982](https://github.com/getsentry/sentry-react-native/pull/2982))
18+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2173)
19+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.1...2.17.3)
2020

2121
## 5.3.1
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@sentry/browser": "7.48.0",
51-
"@sentry/cli": "2.17.2",
51+
"@sentry/cli": "2.17.3",
5252
"@sentry/core": "7.48.0",
5353
"@sentry/hub": "7.48.0",
5454
"@sentry/integrations": "7.48.0",

yarn.lock

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

1745-
"@sentry/[email protected].2":
1746-
version "2.17.2"
1747-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.2.tgz#28468dcdbbc510db8cfdc64397c84d6174e11773"
1748-
integrity sha512-A9WBLyf39NHmyJSFwa2ez1Qxfce0cxlyZ5RIJnYvTRDdyigV6HXmmJwOgbE1LgDCXmsBrDJ/iEGXU3Tnn75WGg==
1745+
"@sentry/[email protected].3":
1746+
version "2.17.3"
1747+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.17.3.tgz#6710a019cfdd1ce82aa40a31e2ca668e22353280"
1748+
integrity sha512-/ROsfPcNcmj//Hc3k/g3Q7OFEEJdFCzFFSaaWoUV7k1o1i3+LxV+gCntJ28Og08z8MTSmDiC8kqqdYpuaFqJQg==
17491749
dependencies:
17501750
https-proxy-agent "^5.0.0"
17511751
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)