Skip to content

build(deps-dev): bump @sentry/wizard from 6.12.0 to 6.13.0 - #1321

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry/wizard-6.13.0
Open

build(deps-dev): bump @sentry/wizard from 6.12.0 to 6.13.0#1321
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry/wizard-6.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @sentry/wizard from 6.12.0 to 6.13.0.

Release notes

Sourced from @​sentry/wizard's releases.

6.13.0

Fixes

  • fix(remix): Use npx @sentry/remix --upload-sourcemaps instead of sentry-upload-sourcemaps to avoid global bin collisions
  • fix(all): Update userInfo data collection to be opt-out by default — generated code now shows // dataCollection: { userInfo: false } commented out instead of dataCollection: { userInfo: true }
  • fix(all): Update dataCollection opt-out hint to include httpBodies
  • fix(all): Use an empty dataCollection object in generated snippets instead of fully commenting it out

Features

  • feat(apple): Add Apple Snapshots wizard for SnapshotPreviews Xcode setup
  • feat(react-router): Use the stabilized instrumentation API (createSentryServerInstrumentation + reactRouterTracingIntegration().clientInstrumentation) instead of the experimental useInstrumentationAPI flag
  • feat(react-router): Use sentryOnError on HydratedRouter instead of mutating root.tsx ErrorBoundary
Changelog

Sourced from @​sentry/wizard's changelog.

6.13.0

Fixes

  • fix(remix): Use npx @sentry/remix --upload-sourcemaps instead of sentry-upload-sourcemaps to avoid global bin collisions
  • fix(all): Update userInfo data collection to be opt-out by default — generated code now shows // dataCollection: { userInfo: false } commented out instead of dataCollection: { userInfo: true }
  • fix(all): Update dataCollection opt-out hint to include httpBodies
  • fix(all): Use an empty dataCollection object in generated snippets instead of fully commenting it out

Features

  • feat(apple): Add Apple Snapshots wizard for SnapshotPreviews Xcode setup
  • feat(react-router): Use the stabilized instrumentation API (createSentryServerInstrumentation + reactRouterTracingIntegration().clientInstrumentation) instead of the experimental useInstrumentationAPI flag
  • feat(react-router): Use sentryOnError on HydratedRouter instead of mutating root.tsx ErrorBoundary
Commits
  • db993cc release: 6.13.0
  • 3fd04f8 feat(apple): Add non-interactive Apple Snapshots mode (#1297)
  • ae8e925 feat(apple): Add interactive Apple Snapshots wizard (#1296)
  • ba4e194 feat(apple): Refactor Xcode project primitives for snapshots (#1295)
  • 4c43586 build(deps): bump vite (#1300)
  • e559ba7 ref (#1288)
  • 628c230 feat(react-router): Use the stabilized instrumentation API (#1287)
  • 85fa3fa fix(all): Update dataCollection opt-out hint to include httpBodies (#1286)
  • 91e3641 feat: Replace deprecated sendDefaultPii with dataCollection (#1282)
  • 68b56bc build(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#1260)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from lucas-zimerman as a code owner July 13, 2026 15:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
Comment thread yarn.lock Outdated
possible-typed-array-names "^1.0.0"

axios@1.13.5, axios@1.15.2:
axios@1.15.2:

@semgrep-code-getsentry semgrep-code-getsentry Bot Jul 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: Affected versions of axios are vulnerable to Inefficient Regular Expression Complexity / Uncontrolled Resource Consumption. axios is vulnerable to a regular expression denial of service (ReDoS). The internal cookies.read() helper in lib/helpers/cookies.js builds a regular expression by concatenating the cookie name directly into the pattern without escaping regex metacharacters. When the cookie name flowing into the XSRF cookie read (e.g. via xsrfCookieName) contains a catastrophic-backtracking payload, evaluating the regex against document.cookie can freeze the JavaScript event loop, causing a denial of service in the browser tab or in Node.js/SSR applications. The affected code path is reached during ordinary axios request processing, so any importer of an affected version is exposed. Upgrade to a patched version (0.32.0 or 1.16.0), or set xsrfCookieName: null to disable XSRF cookie reading.

Manual Review Advice: A vulnerability from this advisory is reachable if you are using axios in browser with untrusted xsrfCookieName value

Fix: Upgrade this library to at least version 1.16.0 at sentry-capacitor/yarn.lock:1466.

Reference(s): GHSA-hfxv-24rg-xrqf

Fixed in commit 08b1c1a

Comment thread yarn.lock Outdated
possible-typed-array-names "^1.0.0"

axios@1.13.5, axios@1.15.2:
axios@1.15.2:

@semgrep-code-getsentry semgrep-code-getsentry Bot Jul 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: Affected versions of axios are vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') / Unintended Proxy or Intermediary ('Confused Deputy'). axios reads config.proxy via prototype-chain property access, so any Object.prototype pollution elsewhere in the dependency tree silently routes all HTTP requests through an attacker-controlled proxy, yielding a full man-in-the-middle. The vulnerability fires on ordinary axios usage with no specific API call or configuration required; upgrade to axios 1.16.0 or later.

Manual Review Advice: A vulnerability from this advisory is reachable if you use axios to make HTTP requests

Fix: Upgrade this library to at least version 1.16.0 at sentry-capacitor/yarn.lock:1466.

Reference(s): GHSA-35jp-ww65-95wh, GHSA-fvcv-3m26-pcqx, CVE-2026-44494

🌟 Fixed in commit 08b1c1a 🌟

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry/wizard-6.13.0 branch from fa97e08 to 08b1c1a Compare July 22, 2026 13:44
Bumps [@sentry/wizard](https://github.com/getsentry/sentry-wizard) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/getsentry/sentry-wizard/releases)
- [Changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-wizard@v6.12.0...v6.13.0)

---
updated-dependencies:
- dependency-name: "@sentry/wizard"
  dependency-version: 6.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry/wizard-6.13.0 branch from 08b1c1a to 5f49f63 Compare August 5, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants