Skip to content

Commit 1a72ed3

Browse files
feat(deps): bump @sentry/cli from 2.43.0 to 2.45.0 (#16395)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.43.0 to 2.45.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-cli/releases"><code>@​sentry/cli</code>'s releases</a>.</em></p> <blockquote> <h2>2.45.0</h2> <h3>New feature</h3> <ul> <li>feat(sourcemaps): Multi-project sourcemaps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a> <ul> <li>Sourcemaps can now be uploaded to multiple projects at once by passing each project to the <code>sentry-cli sourcemaps upload</code> command, like so: <pre lang="sh"><code>sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps </code></pre> </li> <li>Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.</li> </ul> </li> </ul> <h3>Various fixes &amp; improvements</h3> <ul> <li>ref: Rename <code>fixup_js_file_end</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref: Use slice instead of vec for assemble artifact request (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2498">#2498</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref: Separate <code>LegacyUploadContext</code> for legacy uploads (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2494">#2494</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>feat: Remove organization and project info log (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> </ul> <h2>2.44.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>feat(sourcemaps): Support injecting indexed sourcemaps (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2470">#2470</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>test(sourcemaps): Assert injection outputs (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2483">#2483</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> </ul> <h2>2.43.1</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>build: Bump <code>tokio</code> to <code>1.44.2</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2474">#2474</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>chore: Fix nightly clippy lints (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2469">#2469</a>) by <a href="https://github.com/loewenheim"><code>@​loewenheim</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md"><code>@​sentry/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>2.45.0</h2> <h3>New feature</h3> <ul> <li>feat(sourcemaps): Multi-project sourcemaps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a> <ul> <li>Sourcemaps can now be uploaded to multiple projects at once by passing each project to the <code>sentry-cli sourcemaps upload</code> command, like so: <pre lang="sh"><code>sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps </code></pre> </li> <li>Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.</li> </ul> </li> </ul> <h3>Various fixes &amp; improvements</h3> <ul> <li>ref: Rename <code>fixup_js_file_end</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref: Use slice instead of vec for assemble artifact request (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2498">#2498</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref: Separate <code>LegacyUploadContext</code> for legacy uploads (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2494">#2494</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>feat: Remove organization and project info log (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> </ul> <h2>2.44.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>feat(sourcemaps): Support injecting indexed sourcemaps (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2470">#2470</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>test(sourcemaps): Assert injection outputs (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2483">#2483</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> </ul> <h2>2.43.1</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>build: Bump <code>tokio</code> to <code>1.44.2</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2474">#2474</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>chore: Fix nightly clippy lints (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2469">#2469</a>) by <a href="https://github.com/loewenheim"><code>@​loewenheim</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-cli/commit/bed438e9c66f6df95e02d707c9c18ef1407f58ff"><code>bed438e</code></a> meta: Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/783922560dc06887f965dca3695837b2d6ef95c7"><code>7839225</code></a> release: 2.45.0</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/47e426d94284ccc28412ae966ad1848ac6426bcd"><code>47e426d</code></a> ref: Rename <code>fixup_js_file_end</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/f5ea48c24810b57d307455e262fc1580c30627c3"><code>f5ea48c</code></a> feat(sourcemaps): Multi-project sourcemaps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/f540dc1c8a1e9d89d8043d97a69c5a2263c370db"><code>f540dc1</code></a> ref: Use slice instead of vec for assemble artifact request</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/8a63fec22c64ae2830fe3da0d640c2e2109dd465"><code>8a63fec</code></a> ref: Separate <code>LegacyUploadContext</code> for legacy uploads</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/b241c4a434323c0853e735768c6278d515bbe25d"><code>b241c4a</code></a> feat: Remove organization and project info log (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/046ab9de581247076d9e65cc8ea023fe35d62d08"><code>046ab9d</code></a> chore: update issue templates (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2493">#2493</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/4a0270fdf416ac31681abb4d48b9629fcf1d92d9"><code>4a0270f</code></a> build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2485">#2485</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/1571be7371a54408f9082f66fbf099ff0ca40a76"><code>1571be7</code></a> build(deps): bump github/codeql-action from 3.28.16 to 3.28.17</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-cli/compare/2.43.0...2.45.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.43.0&new-version=2.45.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0364537 commit 1a72ed3

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@opentelemetry/instrumentation": "0.57.2",
4040
"@opentelemetry/semantic-conventions": "^1.34.0",
4141
"@sentry/browser": "9.22.0",
42-
"@sentry/cli": "^2.43.0",
42+
"@sentry/cli": "^2.45.0",
4343
"@sentry/core": "9.22.0",
4444
"@sentry/node": "9.22.0",
4545
"@sentry/vite-plugin": "^3.2.4",

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@opentelemetry/instrumentation": "^0.57.2",
6969
"@opentelemetry/semantic-conventions": "^1.34.0",
7070
"@remix-run/router": "1.x",
71-
"@sentry/cli": "^2.43.0",
71+
"@sentry/cli": "^2.45.0",
7272
"@sentry/core": "9.22.0",
7373
"@sentry/node": "9.22.0",
7474
"@sentry/opentelemetry": "9.22.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6545,75 +6545,75 @@
65456545
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.42.2.tgz#a32a4f226e717122b37d9969e8d4d0e14779f720"
65466546
integrity sha512-GtJSuxER7Vrp1IpxdUyRZzcckzMnb4N5KTW7sbTwUiwqARRo+wxS+gczYrS8tdgtmXs5XYhzhs+t4d52ITHMIg==
65476547

6548-
"@sentry/cli-darwin@2.43.0":
6549-
version "2.43.0"
6550-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.43.0.tgz#544caac85069a34d435b0723d8ac6bb6a530ab33"
6551-
integrity sha512-0MYvRHJowXOMNY5W6XF4p9GQNH3LuQ+IHAQwVbZOsfwnEv8e20rf9BiPPzmJ9sIjZSWYR4yIqm6dBp6ABJFbGQ==
6548+
"@sentry/cli-darwin@2.45.0":
6549+
version "2.45.0"
6550+
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.45.0.tgz#e3d6feae4fadcfdf91db9c7b9c4689a66d3d8d19"
6551+
integrity sha512-p4Uxfv/L2fQdP3/wYnKVVz9gzZJf/1Xp9D+6raax/3Bu5y87yHYUqcdt98y/VAXQD4ofp2QgmhGUVPofvQNZmg==
65526552

65536553
65546554
version "2.42.2"
65556555
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.42.2.tgz#1c06c83ff21f51ec23acf5be3b1f8c7553bf86b1"
65566556
integrity sha512-BOxzI7sgEU5Dhq3o4SblFXdE9zScpz6EXc5Zwr1UDZvzgXZGosUtKVc7d1LmkrHP8Q2o18HcDWtF3WvJRb5Zpw==
65576557

6558-
"@sentry/cli-linux-arm64@2.43.0":
6559-
version "2.43.0"
6560-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.43.0.tgz#e110758c7cf6ced78d8b0b3c8c56802984b0fb98"
6561-
integrity sha512-7URSaNjbEJQZyYJ33XK3pVKl6PU2oO9ETF6R/4Cz2FmU3fecACLKVldv7+OuNl9aspLZ62mnPMDvT732/Fp2Ug==
6558+
"@sentry/cli-linux-arm64@2.45.0":
6559+
version "2.45.0"
6560+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.45.0.tgz#384c8e17f7e7dc007d164033d0e7c75aa83a2e9b"
6561+
integrity sha512-gUcLoEjzg7AIc4QQGEZwRHri+EHf3Gcms9zAR1VHiNF3/C/jL4WeDPJF2YiWAQt6EtH84tHiyhw1Ab/R8XFClg==
65626562

65636563
65646564
version "2.42.2"
65656565
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.42.2.tgz#00cadc359ae3c051efb3e63873c033c61dbd1ca1"
65666566
integrity sha512-7udCw+YL9lwq+9eL3WLspvnuG+k5Icg92YE7zsteTzWLwgPVzaxeZD2f8hwhsu+wmL+jNqbpCRmktPteh3i2mg==
65676567

6568-
"@sentry/cli-linux-arm@2.43.0":
6569-
version "2.43.0"
6570-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.43.0.tgz#00d36a7347480b8b693cf0ed5cff270ad40045e7"
6571-
integrity sha512-c2Fwb6HrFL1nbaGV4uRhHC1wEJPR+wfpKN5y06PgSNNbd10YrECAB3tqBHXC8CEmhuDyFR+ORGZ7VbswfCWEEQ==
6568+
"@sentry/cli-linux-arm@2.45.0":
6569+
version "2.45.0"
6570+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.45.0.tgz#b9d6f86f3934b4d9ced5b45a8158ff2ac2bdd25d"
6571+
integrity sha512-6sEskFLlFKJ+e0MOYgIclBTUX5jYMyYhHIxXahEkI/4vx6JO0uvpyRAkUJRpJkRh/lPog0FM+tbP3so+VxB2qQ==
65726572

65736573
65746574
version "2.42.2"
65756575
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.42.2.tgz#3b817b715dd806c20dfbffd539725ad8089c310a"
65766576
integrity sha512-Sw/dQp5ZPvKnq3/y7wIJyxTUJYPGoTX/YeMbDs8BzDlu9to2LWV3K3r7hE7W1Lpbaw4tSquUHiQjP5QHCOS7aQ==
65776577

6578-
"@sentry/cli-linux-i686@2.43.0":
6579-
version "2.43.0"
6580-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.43.0.tgz#83a31f47a13d8b3fae2716f86412fae2ffec5cf4"
6581-
integrity sha512-bFo/tpMZeMJ275HPGmAENREchnBxhALOOpZAphSyalUu3pGZ+EETEtlSLrKyVNJo26Dye5W7GlrYUV9+rkyCtg==
6578+
"@sentry/cli-linux-i686@2.45.0":
6579+
version "2.45.0"
6580+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.45.0.tgz#39e22beb84cfa26e11bdc198364315fdfb4da4d5"
6581+
integrity sha512-VmmOaEAzSW23YdGNdy/+oQjCNAMY+HmOGA77A25/ep/9AV7PQB6FI7xO5Y1PVvlkxZFJ23e373njSsEeg4uDZw==
65826582

65836583
65846584
version "2.42.2"
65856585
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.42.2.tgz#ddf906bc3071cc79ce6e633eddcb76bb9068e688"
65866586
integrity sha512-mU4zUspAal6TIwlNLBV5oq6yYqiENnCWSxtSQVzWs0Jyq97wtqGNG9U+QrnwjJZ+ta/hvye9fvL2X25D/RxHQw==
65876587

6588-
"@sentry/cli-linux-x64@2.43.0":
6589-
version "2.43.0"
6590-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.43.0.tgz#dac1641c0c862d5d9f45c2b2c0d77b0281c53261"
6591-
integrity sha512-EbAmKXUNU/Ii4pNGVRCepU6ks1M43wStMKx3pibrUTllrrCwqYKyPxRRdoFYySHkduwCxnoKZcLEg9vWZ3qS6A==
6588+
"@sentry/cli-linux-x64@2.45.0":
6589+
version "2.45.0"
6590+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.45.0.tgz#25cd3699297f9433835fb5edd42dad722c11f041"
6591+
integrity sha512-a0Oj68mrb25a0WjX/ShZ6AAd4PPiuLcgyzQr7bl2+DvYxIOajwkGbR+CZFEhOVZcfhTnixKy/qIXEzApEPHPQg==
65926592

6593-
"@sentry/cli-win32-arm64@2.43.0":
6594-
version "2.43.0"
6595-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-arm64/-/cli-win32-arm64-2.43.0.tgz#ec499fc49c380252984ae5cde6b59ca0dbad79ef"
6596-
integrity sha512-KmJRCdQQGLSErJvrcGcN+yWo68m+5OdluhyJHsVYMOQknwu8YMOWLm12EIa+4t4GclDvwg5xcxLccCuiWMJUZw==
6593+
"@sentry/cli-win32-arm64@2.45.0":
6594+
version "2.45.0"
6595+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-arm64/-/cli-win32-arm64-2.45.0.tgz#50c7d29ea2169bdb4d98bbde81c5f7dac0dd3955"
6596+
integrity sha512-vn+CwS4p+52pQSLNPoi20ZOrQmv01ZgAmuMnjkh1oUZfTyBAwWLrAh6Cy4cztcN8DfL5dOWKQBo8DBKURE4ttg==
65976597

65986598
65996599
version "2.42.2"
66006600
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.42.2.tgz#9036085c7c6ce455ad45fda411c55ff39c06eb95"
66016601
integrity sha512-iHvFHPGqgJMNqXJoQpqttfsv2GI3cGodeTq4aoVLU/BT3+hXzbV0x1VpvvEhncJkDgDicJpFLM8sEPHb3b8abw==
66026602

6603-
"@sentry/cli-win32-i686@2.43.0":
6604-
version "2.43.0"
6605-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.43.0.tgz#bf686d387e91d7897cfbd96a681a52816f90fb0b"
6606-
integrity sha512-ZWxZdOyZX7NJ/CTskzg+dJ2xTpobFLXVNMOMq0HiwdhqXP2zYYJzKnIt3mHNJYA40zYFODGSgxIamodjpB8BuA==
6603+
"@sentry/cli-win32-i686@2.45.0":
6604+
version "2.45.0"
6605+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.45.0.tgz#201075c4aec37a3e797160e0b468641245437f0c"
6606+
integrity sha512-8mMoDdlwxtcdNIMtteMK7dbi7054jak8wKSHJ5yzMw8UmWxC5thc/gXBc1uPduiaI56VjoJV+phWHBKCD+6I4w==
66076607

66086608
66096609
version "2.42.2"
66106610
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.42.2.tgz#7d6464b63f32c9f97fff428f246b1f039b402233"
66116611
integrity sha512-vPPGHjYoaGmfrU7xhfFxG7qlTBacroz5NdT+0FmDn6692D8IvpNXl1K+eV3Kag44ipJBBeR8g1HRJyx/F/9ACw==
66126612

6613-
"@sentry/cli-win32-x64@2.43.0":
6614-
version "2.43.0"
6615-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.43.0.tgz#9d5e7b9888c0e639d3e62e4dd7a58468103b6bce"
6616-
integrity sha512-S/IRQYAziEnjpyROhnqzTqShDq3m8jcevXx+q5f49uQnFbfYcTgS1sdrEPqqao/K2boOWbffxYtTkvBiB/piQQ==
6613+
"@sentry/cli-win32-x64@2.45.0":
6614+
version "2.45.0"
6615+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.45.0.tgz#2075e9e1ea3c3609e0fa1a758ca033e94e1c600f"
6616+
integrity sha512-ZvK9cIqFaq7vZ0jkHJ/xh5au6902Dr+AUxSk6L6vCL7JCe2p93KGL/4d8VFB5PD/P7Y9b+105G/e0QIFKzpeOw==
66176617

66186618
66196619
version "2.42.2"
@@ -6634,25 +6634,25 @@
66346634
"@sentry/cli-win32-i686" "2.42.2"
66356635
"@sentry/cli-win32-x64" "2.42.2"
66366636

6637-
"@sentry/cli@^2.36.1", "@sentry/cli@^2.43.0":
6638-
version "2.43.0"
6639-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.43.0.tgz#2b0dcb749a1529faeb2c239962307c5a2e33f817"
6640-
integrity sha512-gBE3bkx+PBJxopTrzIJLX4xHe5S0w87q5frIveWKDZ5ulVIU6YWnVumay0y07RIEweUEj3IYva1qH6HG2abfiA==
6637+
"@sentry/cli@^2.36.1", "@sentry/cli@^2.45.0":
6638+
version "2.45.0"
6639+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.45.0.tgz#35feed7a2fee54faf25daed73001a2a2a3143396"
6640+
integrity sha512-4sWu7zgzgHAjIxIjXUA/66qgeEf5ZOlloO+/JaGD5qXNSW0G7KMTR6iYjReNKMgdBCTH6bUUt9qiuA+Ex9Masw==
66416641
dependencies:
66426642
https-proxy-agent "^5.0.0"
66436643
node-fetch "^2.6.7"
66446644
progress "^2.0.3"
66456645
proxy-from-env "^1.1.0"
66466646
which "^2.0.2"
66476647
optionalDependencies:
6648-
"@sentry/cli-darwin" "2.43.0"
6649-
"@sentry/cli-linux-arm" "2.43.0"
6650-
"@sentry/cli-linux-arm64" "2.43.0"
6651-
"@sentry/cli-linux-i686" "2.43.0"
6652-
"@sentry/cli-linux-x64" "2.43.0"
6653-
"@sentry/cli-win32-arm64" "2.43.0"
6654-
"@sentry/cli-win32-i686" "2.43.0"
6655-
"@sentry/cli-win32-x64" "2.43.0"
6648+
"@sentry/cli-darwin" "2.45.0"
6649+
"@sentry/cli-linux-arm" "2.45.0"
6650+
"@sentry/cli-linux-arm64" "2.45.0"
6651+
"@sentry/cli-linux-i686" "2.45.0"
6652+
"@sentry/cli-linux-x64" "2.45.0"
6653+
"@sentry/cli-win32-arm64" "2.45.0"
6654+
"@sentry/cli-win32-i686" "2.45.0"
6655+
"@sentry/cli-win32-x64" "2.45.0"
66566656

66576657
66586658
version "3.4.0"

0 commit comments

Comments
 (0)