Skip to content

Chore(deps): Bump the frontend-minor-patch group across 1 directory with 12 updates - #1833

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webroot/frontend-minor-patch-96186aa387
Open

Chore(deps): Bump the frontend-minor-patch group across 1 directory with 12 updates#1833
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webroot/frontend-minor-patch-96186aa387

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend-minor-patch group with 11 updates in the /webroot directory:

Package From To
@statsig/js-client 3.33.3 3.33.4
@statsig/session-replay 3.33.3 3.33.4
@statsig/web-analytics 3.33.3 3.33.4
@vue/compat 3.5.40 3.5.41
axios 1.18.1 1.19.0
caniuse-lite 1.0.30001806 1.0.30001809
core-js 3.49.0 3.50.0
libphonenumber-js 1.13.9 1.13.10
vue 3.5.40 3.5.41
axe-core 4.12.1 4.13.0
cypress 15.19.0 15.20.0

Updates @statsig/js-client from 3.33.3 to 3.33.4

Release notes

Sourced from @​statsig/js-client's releases.

3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen expo-* peer deps

New Features

Improvements

  • @statsig/expo-bindings: expo-application and expo-device peer dependencies widened from per-major caps to >=5.0.0, so newer Expo majors install without peer warnings. Runtime usage is unchanged — the SDK only reads string | null metadata from these packages.

Fixes

  • @statsig/session-replay: keepRollingWindow is now honored when autoStartRecording is also enabled. Previously the two options were mutually exclusive branches, so the rolling window never started alongside auto-start, and a failed auto-start on a non-sampled session shut recording down entirely — dropping pre-trigger context. Non-sampled sessions now keep buffering, and a later trigger promotes the buffered window.

Included In This Release

  • 0172230d0c70e02fc2e80e9705c37e1bb5fa66fd hac-phan-ampl
    • chore: fix supply-chain findings (FDE-488) (#899)

[!NOTE] Low Risk No runtime logic changes in the diff—only version strings and lockfile specifiers.

Overview Release 3.33.4 — this PR only updates version metadata across the monorepo; it does not include the functional code from the release notes in the diff.

Every published @statsig/* package and the root statsig workspace are bumped from 3.33.3 to 3.33.4, with internal dependency and peer dependency pins updated to match. SDK_VERSION in packages/client-core/src/StatsigMetadata.ts is set to 3.33.4 so client telemetry reports the new SDK version. pnpm-lock.yaml dependency specifiers are aligned with the new versions.

Per the PR description, 3.33.4 also ships session-replay behavior (keepRollingWindow with autoStartRecording) and looser Expo peer deps on @statsig/expo-bindings; those changes are not shown in this diff.

Reviewed by Cursor Bugbot for commit 8012022a3b7129fa04d526eda0474bd30b6826c7. Bugbot is set up for automated code reviews on this repo. Configure here.

Full Changelog: statsig-io/js-client-monorepo@3.33.3...3.33.4

Commits
  • 6328e3d [release] 3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen ex...
  • See full diff in compare view

Updates @statsig/session-replay from 3.33.3 to 3.33.4

Release notes

Sourced from @​statsig/session-replay's releases.

3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen expo-* peer deps

New Features

Improvements

  • @statsig/expo-bindings: expo-application and expo-device peer dependencies widened from per-major caps to >=5.0.0, so newer Expo majors install without peer warnings. Runtime usage is unchanged — the SDK only reads string | null metadata from these packages.

Fixes

  • @statsig/session-replay: keepRollingWindow is now honored when autoStartRecording is also enabled. Previously the two options were mutually exclusive branches, so the rolling window never started alongside auto-start, and a failed auto-start on a non-sampled session shut recording down entirely — dropping pre-trigger context. Non-sampled sessions now keep buffering, and a later trigger promotes the buffered window.

Included In This Release

  • 0172230d0c70e02fc2e80e9705c37e1bb5fa66fd hac-phan-ampl
    • chore: fix supply-chain findings (FDE-488) (#899)

[!NOTE] Low Risk No runtime logic changes in the diff—only version strings and lockfile specifiers.

Overview Release 3.33.4 — this PR only updates version metadata across the monorepo; it does not include the functional code from the release notes in the diff.

Every published @statsig/* package and the root statsig workspace are bumped from 3.33.3 to 3.33.4, with internal dependency and peer dependency pins updated to match. SDK_VERSION in packages/client-core/src/StatsigMetadata.ts is set to 3.33.4 so client telemetry reports the new SDK version. pnpm-lock.yaml dependency specifiers are aligned with the new versions.

Per the PR description, 3.33.4 also ships session-replay behavior (keepRollingWindow with autoStartRecording) and looser Expo peer deps on @statsig/expo-bindings; those changes are not shown in this diff.

Reviewed by Cursor Bugbot for commit 8012022a3b7129fa04d526eda0474bd30b6826c7. Bugbot is set up for automated code reviews on this repo. Configure here.

Full Changelog: statsig-io/js-client-monorepo@3.33.3...3.33.4

Commits
  • 6328e3d [release] 3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen ex...
  • 19a3f44 S2SDK-93: Honor keepRollingWindow with autoStartRecording (#892)
  • See full diff in compare view

Updates @statsig/web-analytics from 3.33.3 to 3.33.4

Release notes

Sourced from @​statsig/web-analytics's releases.

3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen expo-* peer deps

New Features

Improvements

  • @statsig/expo-bindings: expo-application and expo-device peer dependencies widened from per-major caps to >=5.0.0, so newer Expo majors install without peer warnings. Runtime usage is unchanged — the SDK only reads string | null metadata from these packages.

Fixes

  • @statsig/session-replay: keepRollingWindow is now honored when autoStartRecording is also enabled. Previously the two options were mutually exclusive branches, so the rolling window never started alongside auto-start, and a failed auto-start on a non-sampled session shut recording down entirely — dropping pre-trigger context. Non-sampled sessions now keep buffering, and a later trigger promotes the buffered window.

Included In This Release

  • 0172230d0c70e02fc2e80e9705c37e1bb5fa66fd hac-phan-ampl
    • chore: fix supply-chain findings (FDE-488) (#899)

[!NOTE] Low Risk No runtime logic changes in the diff—only version strings and lockfile specifiers.

Overview Release 3.33.4 — this PR only updates version metadata across the monorepo; it does not include the functional code from the release notes in the diff.

Every published @statsig/* package and the root statsig workspace are bumped from 3.33.3 to 3.33.4, with internal dependency and peer dependency pins updated to match. SDK_VERSION in packages/client-core/src/StatsigMetadata.ts is set to 3.33.4 so client telemetry reports the new SDK version. pnpm-lock.yaml dependency specifiers are aligned with the new versions.

Per the PR description, 3.33.4 also ships session-replay behavior (keepRollingWindow with autoStartRecording) and looser Expo peer deps on @statsig/expo-bindings; those changes are not shown in this diff.

Reviewed by Cursor Bugbot for commit 8012022a3b7129fa04d526eda0474bd30b6826c7. Bugbot is set up for automated code reviews on this repo. Configure here.

Full Changelog: statsig-io/js-client-monorepo@3.33.3...3.33.4

Commits
  • 6328e3d [release] 3.33.4 - Honor keepRollingWindow with autoStartRecording, loosen ex...
  • See full diff in compare view

Updates @vue/compat from 3.5.40 to 3.5.41

Release notes

Sourced from @​vue/compat's releases.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/compat's changelog.

3.5.41 (2026-08-05)

Bug Fixes

Commits

Updates axios from 1.18.1 to 1.19.0

Release notes

Sourced from axios's releases.

v1.19.0 - July 22, 2026

This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.

🔒 Security Fixes

  • Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, preventing fresh installations from resolving versions affected by the CRLF injection vulnerability GHSA-hmw2-7cc7-3qxx (GHSA-hmw2-7cc7-3qxx). (#11028)

🚀 New Features

  • Configuration Extensibility: Preserved own-enumerable symbol-keyed fields through mergeConfig and added a generic params type across public TypeScript declarations, responses, errors, adapters, and serializers. (#11043, #11081)
  • Header Parameter Parsing: Added the opt-in AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter parsing while preserving legacy parsing behavior. (#11051)
  • HTTP Status Codes: Added the missing Cloudflare 520 WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (#11067)

🐛 Bug Fixes

  • Form Data Conversion: Limited formDataToJSON path splitting to dot and bracket notation, preserving literal punctuation in keys, and removed browser-facing Buffer.from usage from toFormData to avoid unnecessary polyfills. (#11006, #11018)
  • Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms during NO_PROXY matching and honored * entries within comma- or space-separated bypass lists. (#11029, #11053)
  • Cancellation: Propagated already-aborted input signals immediately when composing abort signals. (#11035)
  • Header Handling: Preserved empty first values for duplicate singleton headers and made AxiosHeaders#getSetCookie() consistently return arrays for present values. (#11036, #11037)
  • URL Handling: Included normalized, safely redacted offending URLs in malformed-protocol errors and removed repeated trailing slashes when combining base URLs. (#11024, #11038)
  • Progress Events: Clamped malformed negative progress values to zero and ensured final Node.js download progress events are delivered before streamed responses close. (#11039, #11040)
  • Error and JSON Serialization: Serialized Set values as arrays in JSON-compatible snapshots and synthesized useful AxiosError messages from otherwise-empty AggregateError instances. (#11044, #11059)
  • Content-Length Enforcement: Corrected base64 data: URL size estimation so maxContentLength is enforced consistently by the HTTP and Fetch adapters. (#11061)
  • Synchronous Interceptors: Prevented requests from being dispatched after synchronous request interceptors fail unless their paired rejection handler resolves successfully. (#11071)

🔧 Maintenance & Chores

  • Dependencies: Updated development and test tooling, the docs fixture's Axios version, and GitHub Actions integrations including Checkout, Setup Node, Setup Deno, and Zizmor. (#11031, #11055, #11056, #11058, #11079, #11080, #11088, #11089, #11090)
  • Build Outputs: Limited sourcemap generation to published minified bundles, removing broken map references from non-minified builds. (#11054)
  • Form Data Internals: Centralized FormData header handling and made the Node.js adapter tolerate getHeaders() returning undefined under the content-only policy. (#11062)
  • Developer Experience: Ignored common local AI-tooling directories and fixed a constant-reassignment crash when the development sandbox serves its root path. (#11032, #11073)
  • Documentation: Updated sponsor information, clarified that baseURL is not a path-security boundary, scoped provenance claims to attested releases, and corrected the configuration-defaults documentation. (#11041, #11068, #11076, #11078)
  • Publishing: Simplified v1 publishing to use the npm version bundled with Node.js 26 and updated package metadata for the 1.19.0 release. (#11083, #11095)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

... (truncated)

Changelog

Sourced from axios's changelog.

v1.19.0 — July 22, 2026

This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.

🔒 Security Fixes

  • Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, preventing fresh installations from resolving versions affected by the CRLF injection vulnerability GHSA-hmw2-7cc7-3qxx (GHSA-hmw2-7cc7-3qxx). (#11028)

🚀 New Features

  • Configuration Extensibility: Preserved own-enumerable symbol-keyed fields through mergeConfig and added a generic params type across public TypeScript declarations, responses, errors, adapters, and serializers. (#11043, #11081)
  • Header Parameter Parsing: Added the opt-in AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter parsing while preserving legacy parsing behavior. (#11051)
  • HTTP Status Codes: Added the missing Cloudflare 520 WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (#11067)

🐛 Bug Fixes

  • Form Data Conversion: Limited formDataToJSON path splitting to dot and bracket notation, preserving literal punctuation in keys, and removed browser-facing Buffer.from usage from toFormData to avoid unnecessary polyfills. (#11006, #11018)

  • Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms during NO_PROXY matching and honored * entries within comma- or space-separated bypass lists. (#11029, #11053)

  • Cancellation: Propagated already-aborted input signals immediately when composing abort signals. (#11035)

  • Header Handling: Preserved empty first values for duplicate singleton headers and made AxiosHeaders#getSetCookie() consistently return arrays for present values. (#11036, #11037)

  • URL Handling: Included normalized, safely redacted offending URLs in malformed-protocol errors and removed repeated trailing slashes when combining base URLs. (#11008, #11038)

  • Progress Events: Clamped malformed negative progress values to zero and ensured final Node.js download progress events are delivered before streamed responses close. (#11039, #11040)

  • Error and JSON Serialization: Serialized Set values as arrays in JSON-compatible snapshots and synthesized useful AxiosError messages from otherwise-empty AggregateError instances. (#11044, #11059)

  • Content-Length Enforcement: Corrected base64 data: URL size estimation so maxContentLength is enforced consistently by the HTTP and Fetch adapters. (#11061)

  • Synchronous Interceptors: Prevented requests from being dispatched after synchronous request interceptors fail unless their paired rejection handler resolves successfully. (#11071)

🔧 Maintenance & Chores

  • Dependencies: Updated development and test tooling, the docs fixture's Axios version, and GitHub Actions integrations including Checkout, Setup Node, Setup Deno, and Zizmor. (#11031, #11055, #11056, #11058, #11079, #11080, #11088, #11089, #11090)
  • Build Outputs: Limited sourcemap generation to published minified bundles, removing broken map references from non-minified builds. (#11054)
  • Form Data Internals: Centralized FormData header handling and made the Node.js adapter tolerate getHeaders() returning undefined under the content-only policy. (#11062)
  • Developer Experience: Ignored common local AI-tooling directories and fixed a constant-reassignment crash when the development sandbox serves its root path. (#11032, #11073)
  • Documentation: Updated sponsor information, clarified that baseURL is not a path-security boundary, scoped provenance claims to attested releases, and corrected the configuration-defaults documentation. (#11041, #11068, #11076, #11078)
  • Publishing: Simplified v1 publishing to use the npm version bundled with Node.js 26 and updated package metadata for the 1.19.0 release. (#11083, #11095)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

... (truncated)

Commits
  • 311fcc5 chore(release): prepare release 1.19.0 (#11095)
  • cb4fd74 chore(deps): bump axios from 1.16.1 to 1.18.1 in /docs (#11088)
  • 004c93a chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 in the github-action...
  • 122edde chore(deps-dev): bump the development_dependencies group with 3 updates (#11089)
  • c44f8d0 ci: use bundled npm for v1 publish (#11083)
  • 878bb29 fix(sandbox): resolve TypeError on constant variable path assignment (#11073)
  • a092bae fix(core): synchronous interceptors swallow errors and proceed with request (...
  • 3041b8f feat(HttpStatusCode): add missing 520 status code (#11067)
  • 58b16c8 refactor(helpers): extract duplicated setFormDataHeaders into a shared helper...
  • 3077e62 feat(types): Allow the Params property to be typed, instead of any (#11081)
  • Additional commits viewable in compare view

Updates caniuse-lite from 1.0.30001806 to 1.0.30001809

Commits

Updates core-js from 3.49.0 to 3.50.0

Release notes

Sourced from core-js's releases.

3.50.0 - 2026.08.05

  • Changes v3.49.0...v3.50.0 (138 commits)
  • Joint iteration proposal:
    • Built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
    • Moved to stable ES, May 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespace entries
  • Iterator chunking proposal:
    • Built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
    • Throw a TypeError instead of RangeError on non-integer number chunkSize / windowSize, following [tc39/proposal-iterator-chunking/#30](tc39/proposal-iterator-chunking#30)
    • Moved to stage 3, May 2026 TC39 meeting
    • Added /actual/ namespace entries, unconditional forced replacement changed to feature detection
  • Added Iterator includes stage 3 proposal:
    • Added built-in:
      • Iterator.prototype.includes
  • Added Iterator join stage 3 proposal:
    • Added built-in:
      • Iterator.prototype.join
  • Added Await dictionary of Promises stage 3 proposal:
    • Added built-ins:
      • Promise.allKeyed
      • Promise.allSettledKeyed
  • Throw a RangeError on finite unsafe integer limit in Iterator.prototype.{ drop, take }, following [tc39/ecma262/#3776](tc39/ecma262#3776)
  • Use PromiseResolve semantics in Promise.try, following [tc39/ecma262/#3883](tc39/ecma262#3883)
  • Added detection of missed Webkit ~ Safari < 26.2 Iterator.prototype.flatMap bug case, #1538
  • Deno 2.9+ replaces Object.prototype.__proto__ instead of removing it, so the feature detection updated
  • Fixed JSON.stringify polyfill with an array replacer - keys order now follows the replacer, inherited and non-enumerable properties are no longer ignored, #1539
  • Make URL / URLSearchParams parsing a little more correct (char sets, percent coding, etc)
  • Ensure opaque paths always roundtrip in URL polyfill (still without adding to feature detection), whatwg/url#844
  • Fix URL#toJSON when URL#toString is reassigned after core-js is imported
  • Fixed possible crash on some keys in Symbol.for
  • Some get-iterator / get-iterator-method fixes
  • Fixed String.prototype.{ match, search } polyfills conversion order
  • Added missed MAX_SAFE_INTEGER excess check in Array.from and { Map, Object }.groupBy polyfills
  • Improved the way of inner iterators cleaning in iterator helpers
  • Improved accuracy of Math.{ asinh, cbrt, log1p } polyfills with big and small values
  • Improved performance of Uint8Array base64 methods
  • Improved performance of escape
  • Slight performance improvement for engines with native Array.prototype.fill on ArrayBuffer constructor and %TypedArray%.prototype.fill
  • Clarify supported Node versions in package.json of some missed packages (just to satisfy publint)
  • Compat data improvements:

... (truncated)

Changelog

Sourced from core-js's changelog.

3.50.0 - 2026.08.05

  • Changes v3.49.0...v3.50.0 (138 commits)
  • Joint iteration proposal:
    • Built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
    • Moved to stable ES, May 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespace entries
  • Iterator chunking proposal:
    • Built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
    • Throw a TypeError instead of RangeError on non-integer number chunkSize / windowSize, following [tc39/proposal-iterator-chunking/#30](tc39/proposal-iterator-chunking#30)
    • Moved to stage 3, May 2026 TC39 meeting
    • Added /actual/ namespace entries, unconditional forced replacement changed to feature detection
  • Added Iterator includes stage 3 proposal:
    • Added built-in:
      • Iterator.prototype.includes
  • Added Iterator join stage 3 proposal:
    • Added built-in:
      • Iterator.prototype.join
  • Added Await dictionary of Promises stage 3 proposal:
    • Added built-ins:
      • Promise.allKeyed
      • Promise.allSettledKeyed
  • Throw a RangeError on finite unsafe integer limit in Iterator.prototype.{ drop, take }, following [tc39/ecma262/#3776](tc39/ecma262#3776)
  • Use PromiseResolve semantics in Promise.try, following [tc39/ecma262/#3883](tc39/ecma262#3883)
  • Added detection of missed Webkit ~ Safari < 26.2 Iterator.prototype.flatMap bug case, #1538
  • Deno 2.9+ replaces Object.prototype.__proto__ instead of removing it, so the feature detection updated
  • Fixed JSON.stringify polyfill with an array replacer - keys order now follows the replacer, inherited and non-enumerable properties are no longer ignored, #1539
  • Make URL / URLSearchParams parsing a little more correct (char sets, percent coding, etc)
  • Ensure opaque paths always roundtrip in URL polyfill (still without adding to feature detection), whatwg/url#844
  • Fix URL#toJSON when URL#toString is reassigned after core-js is imported
  • Fixed possible crash on some keys in Symbol.for
  • Some get-iterator / get-iterator-method fixes
  • Fixed String.prototype.{ match, search } polyfills conversion order
  • Added missed MAX_SAFE_INTEGER excess check in Array.from and { Map, Object }.groupBy polyfills
  • Improved the way of inner iterators cleaning in iterator helpers
  • Improved accuracy of Math.{ asinh, cbrt, log1p } polyfills with big and small values
  • Improved performance of Uint8Array base64 methods
  • Improved performance of escape
  • Slight performance improvement for engines with native Array.prototype.fill on ArrayBuffer constructor and %TypedArray%.prototype.fill
  • Clarify supported Node versions in package.json of some missed packages (just to satisfy publint)
  • Compat data improvements:

... (truncated)

Commits
  • 486e8d6 v3.50.0
  • 6a78c6a Cache URL#toString (#1533)
  • 5d4f138 fix: correct Iterator zip entry exports
  • 7e8e1cc rename method for consistency
  • 2507115 fix JSON.stringify polyfill with an array replacerJSON.stringify polyfill...
  • 4036342 make URL / URLSearchParams parsing a little more correct (char sets, perc...
  • 37375ba fix order of detection
  • 276de47 add detection of missed Webkit ~ Safari < 26.2 Iterator.prototype.flatMap b...
  • 6e4a942 use PromiseResolve semantics in Promise.try
  • ff52b9f backport await dictionary stage 3 proposal
  • Additional commits viewable in compare view

Updates libphonenumber-js from 1.13.9 to 1.13.10

Changelog

Sourced from libphonenumber-js's changelog.

1.13.10 / 30.7.2026

  • Updated metadata to version 9.0.36:
    • Updated alternate formatting data for country calling code(s): 995
    • Updated phone metadata for region code(s): BD, EH, FO, GE, IL, LI, MA, ML, NO, SJ
    • Updated short number metadata for region code(s): FO, IT
    • Updated carrier data for country calling code(s): 47 (en), 61 (en), 212 (en), 256 (en), 298 (en), 423 (en), 972 (en), 995 (en)
Commits

Updates vue from 3.5.40 to 3.5.41

Release notes

Sourced from vue's releases.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.41 (2026-08-05)

Bug Fixes

Commits

Updates @vue/compiler-sfc from 3.5.40 to 3.5.41

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.5.41 (2026-08-05)

Bug Fixes

  • compiler-core: preserve vnode lifecycle in stable v-for (#11682) (02421cd), closes #9239 #12569
  • compiler-sfc: handle transformed template AST after cache invalidation (#15136) (a4440c0), closes

…ith 12 updates

Bumps the frontend-minor-patch group with 11 updates in the /webroot directory:

| Package | From | To |
| --- | --- | --- |
| [@statsig/js-client](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/js-client) | `3.33.3` | `3.33.4` |
| [@statsig/session-replay](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/session-replay) | `3.33.3` | `3.33.4` |
| [@statsig/web-analytics](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/web-analytics) | `3.33.3` | `3.33.4` |
| [@vue/compat](https://github.com/vuejs/core) | `3.5.40` | `3.5.41` |
| [axios](https://github.com/axios/axios) | `1.18.1` | `1.19.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001806` | `1.0.30001809` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.49.0` | `3.50.0` |
| [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) | `1.13.9` | `1.13.10` |
| [vue](https://github.com/vuejs/core) | `3.5.40` | `3.5.41` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.12.1` | `4.13.0` |
| [cypress](https://github.com/cypress-io/cypress) | `15.19.0` | `15.20.0` |



Updates `@statsig/js-client` from 3.33.3 to 3.33.4
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.33.4/packages/js-client)

Updates `@statsig/session-replay` from 3.33.3 to 3.33.4
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.33.4/packages/session-replay)

Updates `@statsig/web-analytics` from 3.33.3 to 3.33.4
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.33.4/packages/web-analytics)

Updates `@vue/compat` from 3.5.40 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.40...v3.5.41)

Updates `axios` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.18.1...v1.19.0)

Updates `caniuse-lite` from 1.0.30001806 to 1.0.30001809
- [Commits](browserslist/caniuse-lite@1.0.30001806...1.0.30001809)

Updates `core-js` from 3.49.0 to 3.50.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.50.0/packages/core-js)

Updates `libphonenumber-js` from 1.13.9 to 1.13.10
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master)

Updates `vue` from 3.5.40 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.40...v3.5.41)

Updates `@vue/compiler-sfc` from 3.5.40 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.41/packages/compiler-sfc)

Updates `axe-core` from 4.12.1 to 4.13.0
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.12.1...v4.13.0)

Updates `cypress` from 15.19.0 to 15.20.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.19.0...v15.20.0)

---
updated-dependencies:
- dependency-name: "@statsig/js-client"
  dependency-version: 3.33.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@statsig/session-replay"
  dependency-version: 3.33.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@statsig/web-analytics"
  dependency-version: 3.33.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@vue/compat"
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001809
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: core-js
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: libphonenumber-js
  dependency-version: 1.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: axe-core
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: cypress
  dependency-version: 15.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file frontend labels Aug 17, 2026
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 frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants