Skip to content

chore(deps): bump the npm-weekly group across 1 directory with 37 updates - #811

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-weekly-9692b6331e
Closed

chore(deps): bump the npm-weekly group across 1 directory with 37 updates#811
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-weekly-9692b6331e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-weekly group with 35 updates in the / directory:

Package From To
idb-keyval 6.2.2 6.3.0
jose 6.2.3 6.2.10
zustand 5.0.12 5.0.15
@privy-io/react-auth 3.25.0 3.38.0
@remix-run/route-pattern 0.20.0 0.24.0
@wagmi/core 3.6.0 3.6.4
elysia 1.4.28 1.4.30
playwright-core 1.59.1 1.62.1
react-native-mmkv 4.3.1 4.3.2
react-native-nitro-modules 0.35.9 0.37.1
zile 0.0.25 0.0.30
@tanstack/react-query 5.100.5 5.102.8
@types/react 19.2.14 19.2.18
vite-plugin-mkcert 2.0.0 2.1.0
hono 4.12.34 4.13.5
wrangler 4.98.0 4.127.0
mppx 0.6.27 0.9.0
@react-native-async-storage/async-storage 3.0.2 3.1.1
react-native 0.83.4 0.87.1
react-native-safe-area-context 5.7.0 5.9.1
react-native-screens 4.24.0 4.27.0
regen-ui 0.3.0 0.5.0
@iconify/json 2.2.469 2.2.521
@tanstack/router-plugin 1.167.22 1.168.35
@tailwindcss/vite 4.3.0 4.3.3
animejs 4.4.1 4.5.0
mermaid 11.16.1 11.17.2
tailwindcss 4.2.4 4.3.3
three 0.184.0 0.185.1
@iconify-json/lucide 1.2.108 1.2.126
@types/three 0.184.1 0.185.4
eventemitter3 5.0.1 5.0.4
@tanstack/react-router 1.168.19 1.170.32
@vitejs/devtools 0.2.0 0.6.2
prool 0.2.4 0.2.14

Updates idb-keyval from 6.2.2 to 6.3.0

Commits

Updates jose from 6.2.3 to 6.2.10

Release notes

Sourced from jose's releases.

v6.2.10

Fixes

  • jose: consume serialization members once (9bee285)
  • jose: reject empty protected and JWE AAD members (8da4145)
  • jose: validate serialized header values (b711d8f)
  • jwe: conceal invalid decrypted CEK lengths (41fafe0)
  • jwe: enforce AES-GCM tag boundaries (9a5b744)
  • jwe: validate explicit encryption parameters (7a02697)
  • jwk: accept empty octet-sequence keys (3f871e7)
  • jwk: normalize key resolution inputs (f54ee7b)
  • jwks: enforce verification key metadata (f9ba510)
  • jwks: order overlapping remote reloads (9a1a913)
  • jwks: reject invalid remote duration values (7bdb9e5)
  • jwk: validate ext and key_ops parameters (4d91c37)
  • jws: reject mixed payload encoding modes (dc69713)
  • jws: validate unencoded payload strings (541f282)
  • jwt: enforce explicit verification policies (b347182)
  • jwt: prevent replacing protected headers (ae07d09)
  • jwt: reject invalid duration inputs (282f9aa)
  • jwt: validate builder claim values (ea03f83)
  • jwt: validate unsecured protected headers (230c14e)
  • key: validate generation and import options (15d880e)
  • reject mixed b64 modes for empty General JWS payloads (61a2ef7)
  • x509: reject DER truncated past its outer length (d8db9f6)

Documentation

  • jwks: correct cache timestamp units (01a44d9)

Refactor

  • jose: share binary input validation (eedb124)
  • jose: share compact token processing internals (85e30ed)
  • jwe: consolidate CBC decryption failures (1ee6f61)
  • jwe: specialize compact processing (a998927)
  • jwe: streamline single-recipient encryption (290aaa6)
  • jwks: compact JWK Set shape validation (930c7df), references Array#every
  • jwks: compact local key selection (4cb5ae5)
  • jwks: compact remote resolver state (ef5eaf4)
  • jws: specialize compact processing (021abf4)
  • jwt: compact claim validation helpers (f390683)
  • jwt: consolidate replicated claim checks (7dd5591)
  • jwt: share producer claim state (52ba159)
  • key: compact JWK algorithm selection (a6b29da)
  • key: compact secret length parsing (cc03be8)

v6.2.9

Fixes

... (truncated)

Changelog

Sourced from jose's changelog.

6.2.10 (2026-08-21)

Fixes

  • jose: consume serialization members once (9bee285)
  • jose: reject empty protected and JWE AAD members (8da4145)
  • jose: validate serialized header values (b711d8f)
  • jwe: conceal invalid decrypted CEK lengths (41fafe0)
  • jwe: enforce AES-GCM tag boundaries (9a5b744)
  • jwe: validate explicit encryption parameters (7a02697)
  • jwk: accept empty octet-sequence keys (3f871e7)
  • jwk: normalize key resolution inputs (f54ee7b)
  • jwks: enforce verification key metadata (f9ba510)
  • jwks: order overlapping remote reloads (9a1a913)
  • jwks: reject invalid remote duration values (7bdb9e5)
  • jwk: validate ext and key_ops parameters (4d91c37)
  • jws: reject mixed payload encoding modes (dc69713)
  • jws: validate unencoded payload strings (541f282)
  • jwt: enforce explicit verification policies (b347182)
  • jwt: prevent replacing protected headers (ae07d09)
  • jwt: reject invalid duration inputs (282f9aa)
  • jwt: validate builder claim values (ea03f83)
  • jwt: validate unsecured protected headers (230c14e)
  • key: validate generation and import options (15d880e)
  • reject mixed b64 modes for empty General JWS payloads (61a2ef7)
  • x509: reject DER truncated past its outer length (d8db9f6)

Documentation

  • jwks: correct cache timestamp units (01a44d9)

Refactor

  • jose: share binary input validation (eedb124)
  • jose: share compact token processing internals (85e30ed)
  • jwe: consolidate CBC decryption failures (1ee6f61)
  • jwe: specialize compact processing (a998927)
  • jwe: streamline single-recipient encryption (290aaa6)
  • jwks: compact JWK Set shape validation (930c7df), references Array#every
  • jwks: compact local key selection (4cb5ae5)
  • jwks: compact remote resolver state (ef5eaf4)
  • jws: specialize compact processing (021abf4)
  • jwt: compact claim validation helpers (f390683)
  • jwt: consolidate replicated claim checks (7dd5591)
  • jwt: share producer claim state (52ba159)
  • key: compact JWK algorithm selection (a6b29da)
  • key: compact secret length parsing (cc03be8)

6.2.9 (2026-08-15)

... (truncated)

Commits
  • 3eab152 chore(release): 6.2.10
  • 021abf4 refactor(jws): specialize compact processing
  • a998927 refactor(jwe): specialize compact processing
  • eedb124 refactor(jose): share binary input validation
  • 52ba159 refactor(jwt): share producer claim state
  • 85e30ed refactor(jose): share compact token processing internals
  • 0bd81d2 test(jose): cover hidden critical-header options
  • 9cf7876 test(jose): reject callable object impostors
  • f23cafd test(jose): preserve resolved key data properties
  • 1ee6f61 refactor(jwe): consolidate CBC decryption failures
  • Additional commits viewable in compare view

Updates zustand from 5.0.12 to 5.0.15

Release notes

Sourced from zustand's releases.

v5.0.15

Fix some issues in devtools and persist middleware.

What's Changed

Full Changelog: pmndrs/zustand@v5.0.14...v5.0.15

v5.0.14

This release fixes a type issue in devtools.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.13...v5.0.14

v5.0.13

This release includes an improvement in the devtools middleware.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.12...v5.0.13

Commits
  • 2115efb v5.0.15
  • 1f531ba chore(deps): update dev dependencies (#3560)
  • aa6d2a1 docs: add zustand-devtools-bridge (#3559)
  • 3febf8c fix(persist): clearStorage() should invalidate concurrent async rehydration (...
  • f44cecc fix(devtools): correct V8 stack regex when source path contains spaces (#3531)
  • beca84e fix: update broken README links from docs/guides/ to docs/learn/guides/ (#3542)
  • 038f496 docs(persist): clarify createJSONStorage behavior and warn about production u...
  • a1f685c docs: fix missing code highlights in tic-tac-toe tutorial (#3527)
  • 07cee61 docs: fix missing highlight on setXIsNext line in tic-tac-toe tutorial (#3524)
  • 566b5bf Fix dead link in README.md: update immer guide path (#3519)
  • Additional commits viewable in compare view

Updates @privy-io/react-auth from 3.25.0 to 3.38.0

Commits

Updates @remix-run/route-pattern from 0.20.0 to 0.24.0

Release notes

Sourced from @​remix-run/route-pattern's releases.

route-pattern v0.24.0

Minor Changes

  • BREAKING CHANGE: Route matching now uses delimiter-bounded params and a bounded state compiler (see #11651). Pathname params possessively capture through hyphens but stop at raw / or ., so UUIDs remain intact and createHref() percent-encodes dots in param values for round-tripping. Patterns such as /:year-:month must migrate to one inseparable param such as /:date, or place captures in separate delimiter-bounded segments.

    Patterns may contain any number of separated wildcards and optional groups without eagerly expanding variants or using backtracking regular expressions. Adjacent wildcards, empty optionals, params followed by non-delimiter text, and ambiguous adjacent optional capture schemas now throw ParseError. Repeated capture names remain valid: the last participating capture wins in params, while paramsMeta retains every capture in source order.

    Static pattern text is decoded during matching, while raw and percent-encoded / and . retain distinct structural meaning. Matchers also accept configurable pattern-size, matcher-size, and match-work limits through MatcherOptions.limits; exceeding a limit throws MatcherResourceError with structured details.

  • BREAKING CHANGE: createHref(pattern, params, searchParams) now accepts an options object as its third argument. Move existing search parameters to createHref(pattern, params, { searchParams }).

    Matchers now accept relative URL strings when an absolute baseURL is provided to match() or matchAll(). createHref() accepts the same baseURL option and returns path-relative references for same-origin targets while leaving cross-origin targets absolute. The searchParams option accepts both typed plain objects and URLSearchParams; repeated URLSearchParams entries retain their order.

fetch-router v0.21.0

Minor Changes

  • BREAKING CHANGE: Route.href(params, searchParams) now accepts an options object as its second argument. Move existing search parameters to Route.href(params, { searchParams }).

    Route.href() also accepts a baseURL option for generating path-relative same-origin hrefs, and its searchParams option accepts both typed plain objects and URLSearchParams.

Patch Changes

fetch-router v0.20.1

Patch Changes

route-pattern v0.23.0

Minor Changes

  • BREAKING CHANGE: RoutePattern no longer exposes its parsed internals. Construct patterns with RoutePattern.parse(), and use pattern.source, pattern.toString(), or pattern.toJSON() instead of reading parsed internals such as pattern.pathname.tokens, pattern.hostname, or pattern.search.

    Added getRoutePatternCaptures(pattern) for supported capture introspection. It returns readonly { part, type, name, optional } entries in source order so consumers can inspect the variables (:name) and wildcards (*name) declared in a pattern without relying on internal parser tokens.

    Exported RoutePatternCapture and RoutePatternJSON from @remix-run/route-pattern, CreateHrefErrorDetails from @remix-run/route-pattern/href, and MatchParamMeta from @remix-run/route-pattern/match.

Patch Changes

  • Fixed several route pattern matching and href generation edge cases: ignoreCase now applies consistently to pathname matching, key-only search constraints keep generated hrefs matchable, pathname params use encodeURIComponent segment encoding, hostname params reject URL-structural and control characters, optional joins no longer generate duplicate slashes, missing-param errors report every missing required param, optional variant duplicates are collapsed, port-only origins are rejected, and protocol/port constraints participate in specificity.

  • Fixed route pattern helper types so literal pattern types follow the same grammar as runtime parsing. Invalid literal patterns now evaluate to never in CreateHrefArgs, MatchParams, and JoinPatterns, while broad string patterns remain usable.

Changelog

Sourced from @​remix-run/route-pattern's changelog.

v0.24.0

Minor Changes

  • BREAKING CHANGE: Route matching now uses delimiter-bounded params and a bounded state compiler (see #11651). Pathname params possessively capture through hyphens but stop at raw / or ., so UUIDs remain intact and createHref() percent-encodes dots in param values for round-tripping. Patterns such as /:year-:month must migrate to one inseparable param such as /:date, or place captures in separate delimiter-bounded segments.

    Patterns may contain any number of separated wildcards and optional groups without eagerly expanding variants or using backtracking regular expressions. Adjacent wildcards, empty optionals, params followed by non-delimiter text, and ambiguous adjacent optional capture schemas now throw ParseError. Repeated capture names remain valid: the last participating capture wins in params, while paramsMeta retains every capture in source order.

    Static pattern text is decoded during matching, while raw and percent-encoded / and . retain distinct structural meaning. Matchers also accept configurable pattern-size, matcher-size, and match-work limits through MatcherOptions.limits; exceeding a limit throws MatcherResourceError with structured details.

  • BREAKING CHANGE: createHref(pattern, params, searchParams) now accepts an options object as its third argument. Move existing search parameters to createHref(pattern, params, { searchParams }).

    Matchers now accept relative URL strings when an absolute baseURL is provided to match() or matchAll(). createHref() accepts the same baseURL option and returns path-relative references for same-origin targets while leaving cross-origin targets absolute. The searchParams option accepts both typed plain objects and URLSearchParams; repeated URLSearchParams entries retain their order.

v0.23.0

Minor Changes

  • BREAKING CHANGE: RoutePattern no longer exposes its parsed internals. Construct patterns with RoutePattern.parse(), and use pattern.source, pattern.toString(), or pattern.toJSON() instead of reading parsed internals such as pattern.pathname.tokens, pattern.hostname, or pattern.search.

    Added getRoutePatternCaptures(pattern) for supported capture introspection. It returns readonly { part, type, name, optional } entries in source order so consumers can inspect the variables (:name) and wildcards (*name) declared in a pattern without relying on internal parser tokens.

    Exported RoutePatternCapture and RoutePatternJSON from @remix-run/route-pattern, CreateHrefErrorDetails from @remix-run/route-pattern/href, and MatchParamMeta from @remix-run/route-pattern/match.

Patch Changes

  • Fixed several route pattern matching and href generation edge cases: ignoreCase now applies consistently to pathname matching, key-only search constraints keep generated hrefs matchable, pathname params use encodeURIComponent segment encoding, hostname params reject URL-structural and control characters, optional joins no longer generate duplicate slashes, missing-param errors report every missing required param, optional variant duplicates are collapsed, port-only origins are rejected, and protocol/port constraints participate in specificity.

  • Fixed route pattern helper types so literal pattern types follow the same grammar as runtime parsing. Invalid literal patterns now evaluate to never in CreateHrefArgs, MatchParams, and JoinPatterns, while broad string patterns remain usable.

v0.22.1

Patch Changes

  • Fixed createHref() so optional route params set to null are omitted instead of serialized as "null", and empty pathname variables throw instead of generating hrefs that cannot match their pattern.

  • Fixed route matching so malformed percent-encoded pathnames return no match instead of throwing a URIError.

  • Fixed route matching for full URL patterns that include explicit default ports such as http://example.com:80/path and https://example.com:443/path (see #11510).

v0.22.0

Minor Changes

  • Matchers now normalize percent-encoded pathname during matching

    Pathname matching now uses the URL parser's normalized pathname, splits it into segments, and canonicalizes each segment as percent-encoded text before matching. This allows equivalent path text like a and %61, or café and caf%C3%A9, to match consistently:

    let matcher = createMatcher('/a')

... (truncated)

Commits

Updates @wagmi/core from 3.6.0 to 3.6.4

Release notes

Sourced from @​wagmi/core's releases.

@​wagmi/core@​3.6.4

Patch Changes

  • Fixed getBalance and getTransactionCount querying the wrong block for blockNumber: 0n (genesis), which is a valid input but was treated as falsy and fell back to blockTag: 'latest'. (#5203)

  • Breaking (@wagmi/core/tempo): Removed Actions.zone.getDepositStatus to align with the current Tempo Zone API. Use Actions.zone.waitForTempoBlock to wait for a block import, or use Actions.zone.getZoneInfo and inspect tempoBlockNumber for a one-shot read. (#5204)

@​wagmi/core@​3.6.3

Patch Changes

  • Fixed getTransaction query being disabled for transaction index: 0, which is a valid input (the first transaction in a block) but was treated as falsy. (#5197)

@​wagmi/core@​3.6.2

Patch Changes

  • Fixed Tempo Zone action compatibility with Viem 2.55.2. (#5198)

@​wagmi/core@​3.6.1

Patch Changes

  • Fixed waitForTransactionReceipt staying pending for reverted transactions when revert-reason lookup hangs behind a fallback transport. (#5190)
Changelog

Sourced from @​wagmi/core's changelog.

3.6.4

Patch Changes

  • Fixed getBalance and getTransactionCount querying the wrong block for blockNumber: 0n (genesis), which is a valid input but was treated as falsy and fell back to blockTag: 'latest'. (#5203)

  • Breaking (@wagmi/core/tempo): Removed Actions.zone.getDepositStatus to align with the current Tempo Zone API. Use Actions.zone.waitForTempoBlock to wait for a block import, or use Actions.zone.getZoneInfo and inspect tempoBlockNumber for a one-shot read. (#5204)

3.6.3

Patch Changes

  • Fixed getTransaction query being disabled for transaction index: 0, which is a valid input (the first transaction in a block) but was treated as falsy. (#5197)

3.6.2

Patch Changes

  • Fixed Tempo Zone action compatibility with Viem 2.55.2. (#5198)

3.6.1

Patch Changes

  • Fixed waitForTransactionReceipt staying pending for reverted transactions when revert-reason lookup hangs behind a fallback transport. (#5190)
Commits

Updates elysia from 1.4.28 to 1.4.30

Release notes

Sourced from elysia's releases.

1.4.30

What's changed

The current development effort will be focused in Elysia 2, see kiana and beta release note.

1.4.x will only publish security updates, no new features.

Chore:

  • update test case for Bun 1.4

Advisory:

  • GHSA-gmm9-qwx3-2m3h
  • GHSA-2p5p-r4r9-f9jm
  • GHSA-3958-wq4x-729c
  • GHSA-46qc-v7pw-4j7j
  • GHSA-mx4m-hmpr-4w39

Full Changelog: elysiajs/elysia@1.4.29...1.4.30

1.4.29

What's changed

Improvement:

  • normalize a multipart/form-data with .get instead of .getAll for faster performance

Full Changelog: elysiajs/elysia@1.4.28...1.4.29

Changelog

Sourced from elysia's changelog.

1.4.30 - 26 Aug 2026

Chore:

  • update test case for Bun 1.4

Advisory:

  • GHSA-gmm9-qwx3-2m3h
  • GHSA-2p5p-r4r9-f9jm
  • GHSA-3958-wq4x-729c
  • GHSA-46qc-v7pw-4j7j
  • GHSA-mx4m-hmpr-4w39

1.4.29 - 17 Jun 2026

Bug fix:

  • normalize a multipart/form-data with .get instead of .getAll for faster performance
Commits
  • e037eca 🧹 chore: correct spelling mistake in changelog
  • acea3a7 🧹 chore: add SECURITY.md
  • a6b9fc7 🧹 chore: update for bun 1.4
  • b1c325f Merge branch 'main' of https://github.com/elysiajs/elysia
  • b8256cc 🧹 chore: update for bun 1.4
  • 767bad1 Merge commit from fork
  • be31c27 🔧 fix: escape schema default keys and values to prevent code injection
  • 89088df 🧹 chore: remove blank issue
  • 2c8b61d 🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure
  • 7e7dabd 🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure
  • Additional commits viewable in compare view

Updates playwright-core from 1.59.1 to 1.62.1

Release notes

Sourced from playwright-core's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });
</tr></table>

... (truncated)

Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • Additional commits viewable in compare view

Updates react-native-mmkv from 4.3.1 to 4.3.2

Release notes

Sourced from react-native-mmkv's releases.

Release 4.3.2

4.3.2 (2026-06-22)

✨ Features

  • Add checkContentChanged() and reactively listen to it in hooks (#1071) (b47ba40)
  • Add recoveryStrategy config option (#1066) (9f29037)
  • Add support for Harness web (#1032) (90dae50)
  • Bump MMKV Core fork to add support for react-native 87 (#1074) (423fa94)

💨 Performance Improvements

🐛 Bug Fixes

📚 Documentation

  • fix README object example comment and deprecated size usage (#1073) (1cd3363)
  • Update react-native-mmkv version requirements (#1038) (47d5251)
Commits
  • d18f177 chore: release 4.3.2
  • 388b4d8 chore(deps): bump actions/checkout from 6 to 7 (#1075)
  • 1cd3363 docs: fix README object example comment and deprecated size usage (#1073)
  • 423fa94 feat: Bump MMKV Core fork to add support for react-native 87 (#1074)
  • b47ba40 feat: Add checkContentChanged() and reactively listen to it in hooks (#1071)
  • 9f29037 feat: Add recoveryStrategy config option (#1066)
  • 87f408e perf: report MMKV external memory size (#1068)
  • 1ea920e chore: Use Gradle assignment syntax (#1064)
  • 24f2e09 chore: Upgrade package dependencies to latest (#1063)
  • 75a7b77 chore: Upgrade ESLint to 8.57.1 (#1057)
  • Additional commits viewable in compare view

Updates react-native-nitro-modules from 0.35.9 to 0.37.1

Release notes

Sourced from react-native-nitro-modules's releases.

Release 0.37.1

0.37.1 (2026-08-27)

🐛 Bug Fixes<...

Description has been truncated

…ates

Bumps the npm-weekly group with 35 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [idb-keyval](https://github.com/jakearchibald/idb-keyval) | `6.2.2` | `6.3.0` |
| [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.10` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.12` | `5.0.15` |
| [@privy-io/react-auth](https://github.com/orgs/privy-io) | `3.25.0` | `3.38.0` |
| [@remix-run/route-pattern](https://github.com/remix-run/remix/tree/HEAD/packages/route-pattern) | `0.20.0` | `0.24.0` |
| [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) | `3.6.0` | `3.6.4` |
| [elysia](https://github.com/elysiajs/elysia) | `1.4.28` | `1.4.30` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.59.1` | `1.62.1` |
| [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) | `4.3.1` | `4.3.2` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.35.9` | `0.37.1` |
| [zile](https://github.com/wevm/zile) | `0.0.25` | `0.0.30` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.5` | `5.102.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.18` |
| [vite-plugin-mkcert](https://github.com/liuweiGL/vite-plugin-mkcert) | `2.0.0` | `2.1.0` |
| [hono](https://github.com/honojs/hono) | `4.12.34` | `4.13.5` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.98.0` | `4.127.0` |
| [mppx](https://github.com/wevm/mppx) | `0.6.27` | `0.9.0` |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `3.0.2` | `3.1.1` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.83.4` | `0.87.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.9.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.24.0` | `4.27.0` |
| regen-ui | `0.3.0` | `0.5.0` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.469` | `2.2.521` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.167.22` | `1.168.35` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.0` | `4.3.3` |
| [animejs](https://github.com/juliangarnier/anime) | `4.4.1` | `4.5.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.1` | `11.17.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.3` |
| [three](https://github.com/mrdoob/three.js) | `0.184.0` | `0.185.1` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.108` | `1.2.126` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.184.1` | `0.185.4` |
| [eventemitter3](https://github.com/primus/eventemitter3) | `5.0.1` | `5.0.4` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.168.19` | `1.170.32` |
| [@vitejs/devtools](https://github.com/vitejs/devtools/tree/HEAD/packages/core) | `0.2.0` | `0.6.2` |
| [prool](https://github.com/wevm/prool) | `0.2.4` | `0.2.14` |



Updates `idb-keyval` from 6.2.2 to 6.3.0
- [Changelog](https://github.com/jakearchibald/idb-keyval/blob/main/CHANGELOG.md)
- [Commits](jakearchibald/idb-keyval@v6.2.2...v6.3.0)

Updates `jose` from 6.2.3 to 6.2.10
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.3...v6.2.10)

Updates `zustand` from 5.0.12 to 5.0.15
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.12...v5.0.15)

Updates `@privy-io/react-auth` from 3.25.0 to 3.38.0
- [Commits](https://github.com/orgs/privy-io/commits)

Updates `@remix-run/route-pattern` from 0.20.0 to 0.24.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/route-pattern/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/route-pattern@0.24.0/packages/route-pattern)

Updates `@wagmi/core` from 3.6.0 to 3.6.4
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/core@3.6.4/packages/core)

Updates `elysia` from 1.4.28 to 1.4.30
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.4.28...1.4.30)

Updates `playwright-core` from 1.59.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.59.1...v1.62.1)

Updates `react-native-mmkv` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/mrousavy/react-native-mmkv/releases)
- [Commits](margelo/react-native-mmkv@v4.3.1...v4.3.2)

Updates `react-native-nitro-modules` from 0.35.9 to 0.37.1
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](margelo/nitro@v0.35.9...v0.37.1)

Updates `zile` from 0.0.25 to 0.0.30
- [Release notes](https://github.com/wevm/zile/releases)
- [Changelog](https://github.com/wevm/zile/blob/main/CHANGELOG.md)
- [Commits](wevm/zile@v0.0.25...v0.0.30)

Updates `@tanstack/react-query` from 5.100.5 to 5.102.8
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.8/packages/react-query)

Updates `wagmi` from 3.7.6 to 3.7.7
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.7.7/packages/react)

Updates `@types/react` from 19.2.14 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `vite-plugin-mkcert` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/liuweiGL/vite-plugin-mkcert/releases)
- [Changelog](https://github.com/liuweiGL/vite-plugin-mkcert/blob/main/CHANGELOG.md)
- [Commits](liuweiGL/vite-plugin-mkcert@v2.0.0...v2.1.0)

Updates `hono` from 4.12.34 to 4.13.5
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.34...v4.13.5)

Updates `wrangler` from 4.98.0 to 4.127.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.127.0/packages/wrangler)

Updates `vite` from 8.0.16 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `mppx` from 0.6.27 to 0.9.0
- [Release notes](https://github.com/wevm/mppx/releases)
- [Changelog](https://github.com/wevm/mppx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/mppx/compare/mppx@0.6.27...mppx@0.9.0)

Updates `@react-native-async-storage/async-storage` from 3.0.2 to 3.1.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage)

Updates `react-native` from 0.83.4 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/react-native)

Updates `react-native-safe-area-context` from 5.7.0 to 5.9.1
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.7.0...v5.9.1)

Updates `react-native-screens` from 4.24.0 to 4.27.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.24.0...4.27.0)

Updates `regen-ui` from 0.3.0 to 0.5.0

Updates `@iconify/json` from 2.2.469 to 2.2.521
- [Commits](iconify/icon-sets@2.2.469...2.2.521)

Updates `@tanstack/router-plugin` from 1.167.22 to 1.168.35
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.35/packages/router-plugin)

Updates `@tailwindcss/vite` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite)

Updates `animejs` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/juliangarnier/anime/releases)
- [Commits](juliangarnier/anime@v4.4.1...v4.5.0)

Updates `mermaid` from 11.16.1 to 11.17.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.1...mermaid@11.17.2)

Updates `tailwindcss` from 4.2.4 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `three` from 0.184.0 to 0.185.1
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@iconify-json/lucide` from 1.2.108 to 1.2.126
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@types/three` from 0.184.1 to 0.185.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

Updates `eventemitter3` from 5.0.1 to 5.0.4
- [Release notes](https://github.com/primus/eventemitter3/releases)
- [Commits](primus/eventemitter3@5.0.1...5.0.4)

Updates `@tanstack/react-router` from 1.168.19 to 1.170.32
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.32/packages/react-router)

Updates `@vitejs/devtools` from 0.2.0 to 0.6.2
- [Release notes](https://github.com/vitejs/devtools/releases)
- [Commits](https://github.com/vitejs/devtools/commits/v0.6.2/packages/core)

Updates `prool` from 0.2.4 to 0.2.14
- [Release notes](https://github.com/wevm/prool/releases)
- [Changelog](https://github.com/wevm/prool/blob/main/CHANGELOG.md)
- [Commits](wevm/prool@v0.2.4...v0.2.14)

---
updated-dependencies:
- dependency-name: idb-keyval
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: jose
  dependency-version: 6.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: zustand
  dependency-version: 5.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@privy-io/react-auth"
  dependency-version: 3.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@remix-run/route-pattern"
  dependency-version: 0.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@wagmi/core"
  dependency-version: 3.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: elysia
  dependency-version: 1.4.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: playwright-core
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: react-native-mmkv
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: react-native-nitro-modules
  dependency-version: 0.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: zile
  dependency-version: 0.0.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.102.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: wagmi
  dependency-version: 3.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: vite-plugin-mkcert
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: hono
  dependency-version: 4.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: wrangler
  dependency-version: 4.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: mppx
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: react-native
  dependency-version: 0.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: react-native-safe-area-context
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: react-native-screens
  dependency-version: 4.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: regen-ui
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@iconify/json"
  dependency-version: 2.2.521
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.35
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: animejs
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: mermaid
  dependency-version: 11.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: three
  dependency-version: 0.185.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.126
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@types/three"
  dependency-version: 0.185.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: eventemitter3
  dependency-version: 5.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.32
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: "@vitejs/devtools"
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-weekly
- dependency-name: prool
  dependency-version: 0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
accounts-site Error Error Sep 3, 2026 5:36pm UTC

Request Review

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​vitejs/​devtools@​0.2.0 ⏵ 0.6.398 +1810072 -298 +2100
Updated@​privy-io/​react-auth@​3.25.0 ⏵ 3.38.094 +2310073100 +1100
Updatedreact-native-mmkv@​4.3.1 ⏵ 4.3.2100 +110074 +192100
Added@​types/​react-dom@​19.2.51001007589100
Updatedelysia@​1.4.28 ⏵ 1.4.3076 -410086 +195 -1100
Added@​react-native-async-storage/​async-storage@​3.1.11001007890100
Updatedregen-ui@​0.3.0 ⏵ 0.5.078 +110095 +292 +2100
Updatedzile@​0.0.25 ⏵ 0.0.307810099 +191 -3100
Updated@​tanstack/​router-plugin@​1.167.22 ⏵ 1.168.35991007898 +3100
Updatedreact-native-safe-area-context@​5.7.0 ⏵ 5.9.1100 +110078 +193 +6100
Added@​types/​react@​19.2.181001007990100
Updatedwagmi@​3.7.6 ⏵ 3.7.7100 +211007997100
Updated@​iconify-json/​lucide@​1.2.108 ⏵ 1.2.1261001007996 +2100
Updatedplaywright-core@​1.59.1 ⏵ 1.62.1100 +3510079 +29980 -19
Updated@​types/​three@​0.184.1 ⏵ 0.185.41001008091100
Updated@​types/​node@​26.2.0 ⏵ 26.4.1100 +110081 +196 +1100
Addedtsx@​4.23.131001008194100
Addedvite@​8.2.2981008297100
Updatedtailwindcss@​4.3.0 ⏵ 4.3.3100 +110084 +198100
Addedeventemitter3@​5.0.41001009685100
Updatedidb-keyval@​6.2.2 ⏵ 6.3.0100 +110010086 +2100
Updatedthree@​0.184.0 ⏵ 0.185.198 +11009887100
Updated@​cloudflare/​vite-plugin@​1.53.1 ⏵ 1.54.398 +210087 +296 +1100
Updatedprool@​0.2.4 ⏵ 0.2.1488 -8100100 +195 +4100
Updated@​tailwindcss/​vite@​4.3.0 ⏵ 4.3.3100 +110089 +198100
Updatedvite-plugin-mkcert@​2.0.0 ⏵ 2.1.09910010090 +4100
Added@​tanstack/​react-query@​5.102.8991009198100
Updatedjose@​6.2.3 ⏵ 6.2.1010010010093100
Updated@​remix-run/​route-pattern@​0.20.0 ⏵ 0.24.097 +13100100 +193100
Updatedanimejs@​4.4.1 ⏵ 4.5.0100100100 +194 +2100
Addedhono@​4.13.51001009795100
Updated@​vitejs/​plugin-react@​6.1.0 ⏵ 6.1.1100 +1100100 +195 +1100
See 5 more rows in the dashboard

View full report

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm yargs is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/@react-native-async-storage/async-storage@3.0.2npm/testcontainers@11.14.0npm/expo-web-browser@55.0.14npm/expo-secure-store@55.0.13npm/expo@55.0.15npm/react-native-mmkv@4.3.2npm/wagmi@3.7.0npm/@privy-io/react-auth@3.38.0npm/react-native@0.87.1npm/react-native-nitro-modules@0.37.1npm/yargs@17.7.3

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/yargs@17.7.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-weekly-9692b6331e branch September 10, 2026 17:31
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