Skip to content

Commit 67095c8

Browse files
feat(deps): bump @sentry/cli from 2.56.0 to 2.58.2 (#18271)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.56.0 to 2.58.2. <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.58.2</h2> <h3>Improvements</h3> <ul> <li>Added validation for the <code>sentry-cli build upload</code> command's <code>--head-sha</code> and <code>--base-sha</code> arguments (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2945">#2945</a>). The CLI now validates that these are valid SHA1 sums. Passing an empty string is also allowed; this prevents the default values from being used, causing the values to instead be unset.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixed a bug where providing empty-string values for the <code>sentry-cli build upload</code> command's <code>--vcs-provider</code>, <code>--head-repo-name</code>, <code>--head-ref</code>, <code>--base-ref</code>, and <code>--base-repo-name</code> arguments resulted in 400 errors (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2946">#2946</a>). Now, setting these to empty strings instead explicitly clears the default value we would set otherwise, as expected.</li> </ul> <h2>2.58.1</h2> <h3>Deprecations</h3> <ul> <li>Deprecated API key authentication (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2934">#2934</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2937">#2937</a>). Users who are still using API keys to authenticate Sentry CLI should generate and use an <a href="https://docs.sentry.io/account/auth-tokens/">Auth Token</a> instead.</li> </ul> <h3>Improvements</h3> <ul> <li>The <code>sentry-cli debug-files bundle-jvm</code> no longer makes any HTTP requests to Sentry, meaning auth tokens are no longer needed, and the command can be run offline (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2926">#2926</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Skip setting <code>base_sha</code> and <code>base_ref</code> when they equal <code>head_sha</code> during auto-inference, since comparing a commit to itself provides no meaningful baseline (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2924">#2924</a>).</li> <li>Improved error message when supplying a non-existent organization to <code>sentry-cli sourcemaps upload</code>. The error now correctly indicates the organization doesn't exist, rather than incorrectly suggesting the Sentry server lacks artifact bundle support (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2931">#2931</a>).</li> </ul> <h2>2.58.0</h2> <h3>New Features</h3> <ul> <li>Removed experimental status from the <code>sentry-cli build upload</code> commands (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2899">#2899</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2905">#2905</a>). At the time of this release, build uploads are still in closed beta on the server side, so most customers cannot use this functionality quite yet.</li> <li>Added CLI version metadata to build upload archives (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2890">#2890</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>Deprecated the <code>upload-proguard</code> subcommand's <code>--platform</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2863">#2863</a>). This flag was a no-op for some time, so we will remove it in the next major.</li> <li>Deprecated the <code>upload-proguard</code> subcommand's <code>--android-manifest</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2891">#2891</a>). This flag was a no-op for some time, so we will remove it in the next major.</li> <li>Deprecated the <code>sentry-cli sourcemaps upload</code> command's <code>--no-dedupe</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>). The flag was no longer relevant for sourcemap uploads to modern Sentry servers and was made a no-op.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixed autofilled git base metadata (<code>--base-ref</code>, <code>--base-sha</code>) when using the <code>build upload</code> subcommand in git repos. Previously this worked only in the context of GitHub workflows (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2897">#2897</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2898">#2898</a>).</li> </ul> <h3>Performance</h3> <ul> <li>Slightly sped up the <code>sentry-cli sourcemaps upload</code> command by eliminating an HTTP request to the Sentry server, which was not required in most cases (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).</li> </ul> <h2>2.57.0</h2> <h3>New Features</h3> <ul> <li>(JS API) Add <code>projects</code> field to <code>SentryCliUploadSourceMapsOptions</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2856">#2856</a>)</li> </ul> <h3>Deprecations</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.58.2</h2> <h3>Improvements</h3> <ul> <li>Added validation for the <code>sentry-cli build upload</code> command's <code>--head-sha</code> and <code>--base-sha</code> arguments (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2945">#2945</a>). The CLI now validates that these are valid SHA1 sums. Passing an empty string is also allowed; this prevents the default values from being used, causing the values to instead be unset.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixed a bug where providing empty-string values for the <code>sentry-cli build upload</code> command's <code>--vcs-provider</code>, <code>--head-repo-name</code>, <code>--head-ref</code>, <code>--base-ref</code>, and <code>--base-repo-name</code> arguments resulted in 400 errors (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2946">#2946</a>). Now, setting these to empty strings instead explicitly clears the default value we would set otherwise, as expected.</li> </ul> <h2>2.58.1</h2> <h3>Deprecations</h3> <ul> <li>Deprecated API key authentication (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2934">#2934</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2937">#2937</a>). Users who are still using API keys to authenticate Sentry CLI should generate and use an <a href="https://docs.sentry.io/account/auth-tokens/">Auth Token</a> instead.</li> </ul> <h3>Improvements</h3> <ul> <li>The <code>sentry-cli debug-files bundle-jvm</code> no longer makes any HTTP requests to Sentry, meaning auth tokens are no longer needed, and the command can be run offline (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2926">#2926</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Skip setting <code>base_sha</code> and <code>base_ref</code> when they equal <code>head_sha</code> during auto-inference, since comparing a commit to itself provides no meaningful baseline (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2924">#2924</a>).</li> <li>Improved error message when supplying a non-existent organization to <code>sentry-cli sourcemaps upload</code>. The error now correctly indicates the organization doesn't exist, rather than incorrectly suggesting the Sentry server lacks artifact bundle support (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2931">#2931</a>).</li> </ul> <h2>2.58.0</h2> <h3>New Features</h3> <ul> <li>Removed experimental status from the <code>sentry-cli build upload</code> commands (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2899">#2899</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2905">#2905</a>). At the time of this release, build uploads are still in closed beta on the server side, so most customers cannot use this functionality quite yet.</li> <li>Added CLI version metadata to build upload archives (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2890">#2890</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>Deprecated the <code>upload-proguard</code> subcommand's <code>--platform</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2863">#2863</a>). This flag was a no-op for some time, so we will remove it in the next major.</li> <li>Deprecated the <code>upload-proguard</code> subcommand's <code>--android-manifest</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2891">#2891</a>). This flag was a no-op for some time, so we will remove it in the next major.</li> <li>Deprecated the <code>sentry-cli sourcemaps upload</code> command's <code>--no-dedupe</code> flag (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>). The flag was no longer relevant for sourcemap uploads to modern Sentry servers and was made a no-op.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixed autofilled git base metadata (<code>--base-ref</code>, <code>--base-sha</code>) when using the <code>build upload</code> subcommand in git repos. Previously this worked only in the context of GitHub workflows (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2897">#2897</a>, <a href="https://redirect.github.com/getsentry/sentry-cli/pull/2898">#2898</a>).</li> </ul> <h3>Performance</h3> <ul> <li>Slightly sped up the <code>sentry-cli sourcemaps upload</code> command by eliminating an HTTP request to the Sentry server, which was not required in most cases (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).</li> </ul> <h3>Internal changes</h3> <ul> <li>Migrated JavaScript wrapper to TypeScript for better type safety (<a href="https://redirect.github.com/getsentry/sentry-cli/pull/2910">#2910</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-cli/commit/b8965a39887e7e268e2e03ec9584d71adc30d81c"><code>b8965a3</code></a> release: 2.58.2</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/f99509f65a71a5403fea8a569ba094c1fd8f741b"><code>f99509f</code></a> fix(build): Allow clearing string arguments to <code>build upload</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2946">#2946</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/a2cef209eadc9807a398aff0c411b8fb1d407d96"><code>a2cef20</code></a> ref(build): Add client-side validation for SHA fields (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2945">#2945</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/c550aa7ba01345303b4a698a93a332c22e59d469"><code>c550aa7</code></a> ref(build): Move <code>VcsInfo</code> beside other <code>build upload</code> API types (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2944">#2944</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/f303fd401eaef1ff59ff20ffc3b9dec78152f610"><code>f303fd4</code></a> ref(build): Use <code>VcsInfo</code> directly in <code>ChunkedBuildRequest</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2943">#2943</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/63b187cee56bc20d595392ef0d768f5063a49391"><code>63b187c</code></a> meta(cargo): Remove <code>authors</code> from <code>Cargo.toml</code> (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2939">#2939</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/1ccff9d8667d7c6364af952055c1437494b3329f"><code>1ccff9d</code></a> build(npm): 🤖 Bump optional dependencies to 2.58.1</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/4362cf600148b8bf564919602da38fc376140b3e"><code>4362cf6</code></a> Merge branch 'release/2.58.1'</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/b25423a2b522badb18a61d612354bf48043d2c50"><code>b25423a</code></a> release: 2.58.1</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/7595ba9b46fa2a28657a70f7a675cd633b3759ff"><code>7595ba9</code></a> chore(js): Deprecate <code>apiKey</code> field (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/2937">#2937</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-cli/compare/2.56.0...2.58.2">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.56.0&new-version=2.58.2)](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 c7e88d4 commit 67095c8

File tree

3 files changed

+55
-54
lines changed

3 files changed

+55
-54
lines changed

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@opentelemetry/instrumentation": "^0.204.0",
5151
"@opentelemetry/semantic-conventions": "^1.37.0",
5252
"@sentry/browser": "10.26.0",
53-
"@sentry/cli": "^2.56.0",
53+
"@sentry/cli": "^2.58.2",
5454
"@sentry/core": "10.26.0",
5555
"@sentry/node": "10.26.0",
5656
"@sentry/react": "10.26.0",

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.204.0",
6969
"@opentelemetry/semantic-conventions": "^1.37.0",
7070
"@remix-run/router": "1.x",
71-
"@sentry/cli": "^2.56.0",
71+
"@sentry/cli": "^2.58.2",
7272
"@sentry/core": "10.26.0",
7373
"@sentry/node": "10.26.0",
7474
"@sentry/react": "10.26.0",

yarn.lock

Lines changed: 53 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -7103,65 +7103,65 @@
71037103
magic-string "0.30.8"
71047104
unplugin "1.0.1"
71057105

7106-
"@sentry/cli-darwin@2.56.0":
7107-
version "2.56.0"
7108-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.56.0.tgz#53fa7de2c26f6450d5454ba997c26c2471d112c8"
7109-
integrity sha512-CzXFWbv3GrjU0gFlUM9jt0fvJmyo5ktty4HGxRFfS/eMC6xW58Gg/sEeMVEkdvk5osKooX/YEgfLBdo4zvuWDA==
7110-
7111-
"@sentry/cli-linux-arm64@2.56.0":
7112-
version "2.56.0"
7113-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.56.0.tgz#5041c8877416a607ddae87b948cbe6c9e86d7f54"
7114-
integrity sha512-91d5ZlC989j/t+TXor/glPyx6SnLFS/SlJ9fIrHIQohdGKyWWSFb4VKUan8Ok3GYu9SUzKTMByryIOoYEmeGVw==
7115-
7116-
"@sentry/cli-linux-arm@2.56.0":
7117-
version "2.56.0"
7118-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.56.0.tgz#c7875cf5f76e254ff1c0f49cf99d8c26b6ec4959"
7119-
integrity sha512-vQCCMhZLugPmr25XBoP94dpQsFa110qK5SBUVJcRpJKyzMZd+6ueeHNslq2mB0OF4BwL1qd/ZDIa4nxa1+0rjQ==
7120-
7121-
"@sentry/cli-linux-i686@2.56.0":
7122-
version "2.56.0"
7123-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.56.0.tgz#aeaff32f9f0d405e413373223e406d66b1d56176"
7124-
integrity sha512-MZzXuq1Q/TktN81DUs6XSBU752pG3XWSJdZR+NCStIg3l8s3O/Pwh6OcDHTYqgwsYJaGBpA0fP2Afl5XeSAUNg==
7125-
7126-
"@sentry/cli-linux-x64@2.56.0":
7127-
version "2.56.0"
7128-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.56.0.tgz#3dd4ef83c2d710c3e6f5d078d05391fda2ce23ee"
7129-
integrity sha512-INOO2OQ90Y3UzYgHRdrHdKC/0es3YSHLv0iNNgQwllL0YZihSVNYSSrZqcPq8oSDllEy9Vt9oOm/7qEnUP2Kfw==
7130-
7131-
"@sentry/cli-win32-arm64@2.56.0":
7132-
version "2.56.0"
7133-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-arm64/-/cli-win32-arm64-2.56.0.tgz#2113bcac721970ca4dbd04a6dab37dfb0ec147d2"
7134-
integrity sha512-eUvkVk9KK01q6/qyugQPh7dAxqFPbgOa62QAoSwo11WQFYc3NPgJLilFWLQo+nahHGYKh6PKuCJ5tcqnQq5Hkg==
7135-
7136-
"@sentry/cli-win32-i686@2.56.0":
7137-
version "2.56.0"
7138-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.56.0.tgz#bd8e646f4b5a98aa80bc9751a6e0db6514a935f5"
7139-
integrity sha512-mpCA8hKXuvT17bl1H/54KOa5i+02VBBHVlOiP3ltyBuQUqfvX/30Zl/86Spy+ikodovZWAHv5e5FpyXbY1/mPw==
7140-
7141-
"@sentry/cli-win32-x64@2.56.0":
7142-
version "2.56.0"
7143-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.56.0.tgz#1acc7ca166ed531075a31b2bc1700294747da6b8"
7144-
integrity sha512-UV0pXNls+/ViAU/3XsHLLNEHCsRYaGEwJdY3HyGIufSlglxrX6BVApkV9ziGi4WAxcJWLjQdfcEs6V5B+wBy0A==
7145-
7146-
"@sentry/cli@^2.51.0", "@sentry/cli@^2.56.0":
7147-
version "2.56.0"
7148-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.56.0.tgz#13dc043c78687b47285cc45db5bcfb65bbdb6dd9"
7149-
integrity sha512-br6+1nTPUV5EG1oaxLzxv31kREFKr49Y1+3jutfMUz9Nl8VyVP7o9YwakB/YWl+0Vi0NXg5vq7qsd/OOuV5j8w==
7106+
"@sentry/cli-darwin@2.58.2":
7107+
version "2.58.2"
7108+
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.58.2.tgz#61f6f836de8ac2e1992ccadc0368bc403f23c609"
7109+
integrity sha512-MArsb3zLhA2/cbd4rTm09SmTpnEuZCoZOpuZYkrpDw1qzBVJmRFA1W1hGAQ9puzBIk/ubY3EUhhzuU3zN2uD6w==
7110+
7111+
"@sentry/cli-linux-arm64@2.58.2":
7112+
version "2.58.2"
7113+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.58.2.tgz#3a7a9c83e31b482599ce08d93d5ba6c8a1a44c7f"
7114+
integrity sha512-ay3OeObnbbPrt45cjeUyQjsx5ain1laj1tRszWj37NkKu55NZSp4QCg1gGBZ0gBGhckI9nInEsmKtix00alw2g==
7115+
7116+
"@sentry/cli-linux-arm@2.58.2":
7117+
version "2.58.2"
7118+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.58.2.tgz#f9bef6802cb707d1603a02e0727fed22d834e133"
7119+
integrity sha512-HU9lTCzcHqCz/7Mt5n+cv+nFuJdc1hGD2h35Uo92GgxX3/IujNvOUfF+nMX9j6BXH6hUt73R5c0Ycq9+a3Parg==
7120+
7121+
"@sentry/cli-linux-i686@2.58.2":
7122+
version "2.58.2"
7123+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.58.2.tgz#a3e6cb24d314f2d948b96457731f9345dc8370f9"
7124+
integrity sha512-CN9p0nfDFsAT1tTGBbzOUGkIllwS3hygOUyTK7LIm9z+UHw5uNgNVqdM/3Vg+02ymjkjISNB3/+mqEM5osGXdA==
7125+
7126+
"@sentry/cli-linux-x64@2.58.2":
7127+
version "2.58.2"
7128+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.58.2.tgz#8e071e11b03524b08d369075f3203b05529ca233"
7129+
integrity sha512-oX/LLfvWaJO50oBVOn4ZvG2SDWPq0MN8SV9eg5tt2nviq+Ryltfr7Rtoo+HfV+eyOlx1/ZXhq9Wm7OT3cQuz+A==
7130+
7131+
"@sentry/cli-win32-arm64@2.58.2":
7132+
version "2.58.2"
7133+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-arm64/-/cli-win32-arm64-2.58.2.tgz#af109a165c25245458a6c58b79a91c639b1df1b0"
7134+
integrity sha512-+cl3x2HPVMpoSVGVM1IDWlAEREZrrVQj4xBb0TRKII7g3hUxRsAIcsrr7+tSkie++0FuH4go/b5fGAv51OEF3w==
7135+
7136+
"@sentry/cli-win32-i686@2.58.2":
7137+
version "2.58.2"
7138+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.58.2.tgz#53038b43b2c14c419fb71586f7448e7580ed4e39"
7139+
integrity sha512-omFVr0FhzJ8oTJSg1Kf+gjLgzpYklY0XPfLxZ5iiMiYUKwF5uo1RJRdkUOiEAv0IqpUKnmKcmVCLaDxsWclB7Q==
7140+
7141+
"@sentry/cli-win32-x64@2.58.2":
7142+
version "2.58.2"
7143+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.58.2.tgz#b4c81a3c163344ae8b27523a0391e7f99c533f41"
7144+
integrity sha512-2NAFs9UxVbRztQbgJSP5i8TB9eJQ7xraciwj/93djrSMHSEbJ0vC47TME0iifgvhlHMs5vqETOKJtfbbpQAQFA==
7145+
7146+
"@sentry/cli@^2.51.0", "@sentry/cli@^2.58.2":
7147+
version "2.58.2"
7148+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.58.2.tgz#0d6e19a1771d27aae8b2765a6f3e96062e2c7502"
7149+
integrity sha512-U4u62V4vaTWF+o40Mih8aOpQKqKUbZQt9A3LorIJwaE3tO3XFLRI70eWtW2se1Qmy0RZ74zB14nYcFNFl2t4Rw==
71507150
dependencies:
71517151
https-proxy-agent "^5.0.0"
71527152
node-fetch "^2.6.7"
71537153
progress "^2.0.3"
71547154
proxy-from-env "^1.1.0"
71557155
which "^2.0.2"
71567156
optionalDependencies:
7157-
"@sentry/cli-darwin" "2.56.0"
7158-
"@sentry/cli-linux-arm" "2.56.0"
7159-
"@sentry/cli-linux-arm64" "2.56.0"
7160-
"@sentry/cli-linux-i686" "2.56.0"
7161-
"@sentry/cli-linux-x64" "2.56.0"
7162-
"@sentry/cli-win32-arm64" "2.56.0"
7163-
"@sentry/cli-win32-i686" "2.56.0"
7164-
"@sentry/cli-win32-x64" "2.56.0"
7157+
"@sentry/cli-darwin" "2.58.2"
7158+
"@sentry/cli-linux-arm" "2.58.2"
7159+
"@sentry/cli-linux-arm64" "2.58.2"
7160+
"@sentry/cli-linux-i686" "2.58.2"
7161+
"@sentry/cli-linux-x64" "2.58.2"
7162+
"@sentry/cli-win32-arm64" "2.58.2"
7163+
"@sentry/cli-win32-i686" "2.58.2"
7164+
"@sentry/cli-win32-x64" "2.58.2"
71657165

71667166
"@sentry/rollup-plugin@^4.3.0":
71677167
version "4.3.0"
@@ -28836,6 +28836,7 @@ [email protected], stylus@^0.59.0:
2883628836

2883728837
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2883828838
version "3.36.0"
28839+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2883928840
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2884028841
dependencies:
2884128842
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)