Skip to content

deps: bump the production-dependencies group with 15 updates#35

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-abe2c6469d
Closed

deps: bump the production-dependencies group with 15 updates#35
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-abe2c6469d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the production-dependencies group with 15 updates:

Package From To
next 16.2.2 16.2.3
@supabase/supabase-js 2.101.1 2.103.0
expo 55.0.11 55.0.14
expo-crypto 55.0.12 55.0.14
expo-device 55.0.12 55.0.14
expo-location 55.1.6 55.1.8
expo-notifications 55.0.16 55.0.18
expo-router 55.0.10 55.0.12
expo-sqlite 55.0.13 55.0.15
expo-task-manager 55.0.12 55.0.14
react 19.2.4 19.2.5
react-native 0.84.1 0.85.0
@clerk/nextjs 7.0.8 7.0.12
@supabase/ssr 0.10.0 0.10.2
react-dom 19.2.4 19.2.5

Updates next from 16.2.2 to 16.2.3

Release notes

Sourced from next's releases.

v16.2.3

[!NOTE] This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.

Core Changes

  • Ensure app-page reports stale ISR revalidation errors via onRequestError (#92282)
  • Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273)
  • Deduplicate output assets and detect content conflicts on emit (#92292)
  • Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
  • turbo-tasks-backend: stability fixes for task cancellation and error handling (#92254)

Credits

Huge thanks to @​icyJoseph, @​sokra, @​wbinnssmith, @​eps1lon and @​ztanner for helping!

Commits
  • d5f649b v16.2.3
  • 2873928 [16.x] Avoid consuming cyclic models multiple times (#75)
  • d7c7765 [backport]: Ensure app-page reports stale ISR revalidation errors via onReque...
  • c573e8c fix(server-hmr): metadata routes overwrite page runtime HMR handler (#92273)
  • 57b8f65 next-core: deduplicate output assets and detect content conflicts on emit (#9...
  • f158df1 Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
  • 356d605 turbo-tasks-backend: stability fixes for task cancellation and error handling...
  • 3b77a6e Fix DashMap read-write self-deadlock in task_cache causing hangs (#92210)
  • b2f208a Backport: new view-transitions guide, update and fixes (#92264)
  • See full diff in compare view

Updates @supabase/supabase-js from 2.101.1 to 2.103.0

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.103.0

2.103.0 (2026-04-09)

🚀 Features

  • postgrest: add stripNulls method for null value stripping (#2189)
  • storage: add cacheNonce parameter for download (#2234)

🩹 Fixes

  • postgrest: fix scalar computed column type inference for isNotNullable and SETOF scalar (#2224)

❤️ Thank You

v2.103.0-canary.2

2.103.0-canary.2 (2026-04-09)

🚀 Features

  • postgrest: add stripNulls method for null value stripping (#2189)
  • storage: add cacheNonce parameter for download (#2234)
  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js (#2222)

🩹 Fixes

  • auth: downgrade console.error to console.warn for missing session (#2214)
  • functions: add toJSON to FunctionsError for correct JSON serialization (#2226)
  • postgrest: fix scalar computed column type inference for isNotNullable and SETOF scalar (#2224)
  • storage: set correct content-type for uploads (#2211)
  • storage: avoid duplicate content-type headers in vector requests (#2220)

❤️ Thank You

v2.103.0-canary.1

2.103.0-canary.1 (2026-04-09)

🚀 Features

  • storage: add cacheNonce parameter for download (#2234)
  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js (#2222)

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.103.0 (2026-04-09)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.102.1 (2026-04-07)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.102.0 (2026-04-07)

🚀 Features

  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js (#2222)
  • postgrest: add automatic retries for transient errors (#2072)

❤️ Thank You

Commits
  • 16dd265 chore(release): version 2.102.1 changelogs (#2233)
  • 0c1e6db chore(release): version 2.102.0 changelogs (#2232)
  • 5a6a5be feat(supabase): export PostgrestFilterBuilder and StorageApiError from supaba...
  • ea3e086 feat(postgrest): add automatic retries for transient errors (#2072)
  • ddae672 ci(repo): fix flaky tests (#2210)
  • 647cee8 fix(ci): add --ignore-scripts to platform test installs to block post install...
  • ea30c93 chore(release): version 2.101.1 changelogs (#2208)
  • See full diff in compare view

Updates expo from 55.0.11 to 55.0.14

Commits

Updates expo-crypto from 55.0.12 to 55.0.14

Commits

Updates expo-device from 55.0.12 to 55.0.14

Commits

Updates expo-location from 55.1.6 to 55.1.8

Commits

Updates expo-notifications from 55.0.16 to 55.0.18

Commits

Updates expo-router from 55.0.10 to 55.0.12

Commits

Updates expo-sqlite from 55.0.13 to 55.0.15

Commits

Updates expo-task-manager from 55.0.12 to 55.0.14

Commits

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-native from 0.84.1 to 0.85.0

Release notes

Sourced from react-native's releases.

0.85.0


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.85.0-rc.7


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.85.0

Breaking

Android specific

  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by @​javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by @​javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by @​mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by @​NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by @​zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by @​coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)
  • Animated: Animation Backend examples in RNTester (149a4b8dcd by Bartlomiej Bloniarz)
  • Animated: AnimationBackend docs (f3678f51d9 by Bartlomiej Bloniarz)
  • Animated: AnimationBackend now cleans-up the AnimatedPropsRegistry after the js sync when updateRuntimeShadowNodeReferencesOnCommitThread is enabled (b38428c9bc by Bartlomiej Bloniarz)
  • Animated: Moved shadowNodeFamily_ from a map in NativeAnimatedNodesManager to PropsAnimatedNode (af96497b54 by Bartlomiej Bloniarz)
  • Animated: Updated AnimationBackend usages to use AnimationTimestamp (2a4a54ae6c by Bartlomiej Bloniarz)
  • Animated: Upstream useAnimatedColor and useAnimatedValueXY (b92d37879e by @​zeyap)
  • Dev Server: Make metro accept tls server config (8915d81a5b by @​vzaidman)
  • Feature Flags: Create featureflag viewTransitionEnabled (d7a1d080c2 by @​zeyap)
  • JavaScript API: Added EventEmitter to react-native exports. (f7cd8c4c1c by @​yungsters)
  • Pressable: Added tests for Pressability onHoverOut property (de5994817d by @​chicio)
  • React Native DevTools: Added missing tests for Standalone fusebox shell (e5d720d98d by @​chicio)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 1 of 2) (534c06f3c8 by @​motiz88)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 2 of 2) (f04659972c by @​motiz88)
  • Runtime: Added a synchronization mechanism for the layout information between the React branch and the main branch of the ShadowTree (c8d498d62d by @​j-piasecki)
  • TextInput: TextInput onChange event now includes selection data (cursor location) on iOS and Android (162627af7c by @​alanleedev)
  • TextInput: TextInput onChange event types now include optional selection data (c1f5445f4a by @​alanleedev)
  • TypeScript: Add missing onPressMove prop to <Pressable /> (d07318226d by @​retyui)

Android specific

... (truncated)

Commits

Updates @clerk/nextjs from 7.0.8 to 7.0.12

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.0.12

Patch Changes

  • Re-exports useAPIKeys() hook. (#8269) by @​wobsoriano

    Usage example:

    'use client';
    import { useAPIKeys } from '@​clerk/nextjs';
    export default function CustomAPIKeys() {
    const { data, isLoading, page, pageCount, fetchNext, fetchPrevious } = useAPIKeys({
    pageSize: 10,
    initialPage: 1,
    });
    if (isLoading) return <div>Loading...</div>;
    return (
    <ul>
    {data?.map(key => (
    <li key={key.id}>{key.name}</li>
    ))}
    </ul>
    );
    }

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

    • @​clerk/shared@​4.6.0
    • @​clerk/backend@​3.2.8
    • @​clerk/react@​6.2.1

@​clerk/nextjs@​7.0.11

Patch Changes

  • Updated dependencies [bedad42]:
    • @​clerk/backend@​3.2.7
Changelog

Sourced from @​clerk/nextjs's changelog.

7.0.12

Patch Changes

  • Re-exports useAPIKeys() hook. (#8269) by @​wobsoriano

    Usage example:

    'use client';
    import { useAPIKeys } from '@​clerk/nextjs';
    export default function CustomAPIKeys() {
    const { data, isLoading, page, pageCount, fetchNext, fetchPrevious } = useAPIKeys({
    pageSize: 10,
    initialPage: 1,
    });
    if (isLoading) return <div>Loading...</div>;
    return (
    <ul>
    {data?.map(key => (
    <li key={key.id}>{key.name}</li>
    ))}
    </ul>
    );
    }

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

    • @​clerk/shared@​4.6.0
    • @​clerk/backend@​3.2.8
    • @​clerk/react@​6.2.1

7.0.11

Patch Changes

  • Updated dependencies [bedad42]:
    • @​clerk/backend@​3.2.7

7.0.10

Patch Changes

... (truncated)

Commits

Updates @supabase/ssr from 0.10.0 to 0.10.2

Release notes

Sourced from @​supabase/ssr's releases.

v0.10.2

0.10.2 (2026-04-09)

Bug Fixes

v0.10.2-rc.88

What's Changed

Full Changelog: supabase/ssr@v0.10.1...v0.10.2-rc.88

v0.10.1

0.10.1 (2026-04-08)

Bug Fixes

  • auth: respect user-provided auth options in createBrowserClient (#167) (5f04837)
Changelog

Sourced from @​supabase/ssr's changelog.

0.10.2 (2026-04-09)

Bug Fixes

0.10.1 (2026-04-08)

Bug Fixes

  • auth: respect user-provided auth options in createBrowserClient (#167) (5f04837)
Commits
  • 6fc9c52 chore(main): release 0.10.2 (#198)
  • 6bf0226 fix(ci): remove packageManager field (#197)
  • 6f897b8 chore(main): release 0.10.1 (#195)
  • 465759d chore(ci): upgrade Node.js to 22 and npm to 11 via corepack (#196)
  • 5f04837 fix(auth): respect user-provided auth options in createBrowserClient (#167)
  • 693eab5 chore: update @​supabase/supabase-js to v2.102.1 (#193)
  • af23c17 chore: update @​supabase/supabase-js to v2.101.1 (#189)
  • 12a09d2 docs: shorten createServerClient tsdoc (#174)
  • 2224e06 chore: update @​supabase/supabase-js to v2.101.0 (#188)
  • See full diff in compare view

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `16.2.2` | `16.2.3` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.101.1` | `2.103.0` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `55.0.11` | `55.0.14` |
| [expo-crypto](https://github.com/expo/expo/tree/HEAD/packages/expo-crypto) | `55.0.12` | `55.0.14` |
| [expo-device](https://github.com/expo/expo/tree/HEAD/packages/expo-device) | `55.0.12` | `55.0.14` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `55.1.6` | `55.1.8` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `55.0.16` | `55.0.18` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `55.0.10` | `55.0.12` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `55.0.13` | `55.0.15` |
| [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager) | `55.0.12` | `55.0.14` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.84.1` | `0.85.0` |
| [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) | `7.0.8` | `7.0.12` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.10.0` | `0.10.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |


Updates `next` from 16.2.2 to 16.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.2...v16.2.3)

Updates `@supabase/supabase-js` from 2.101.1 to 2.103.0
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.103.0/packages/core/supabase-js)

Updates `expo` from 55.0.11 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-crypto` from 55.0.12 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-crypto)

Updates `expo-device` from 55.0.12 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-device)

Updates `expo-location` from 55.1.6 to 55.1.8
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location)

Updates `expo-notifications` from 55.0.16 to 55.0.18
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-notifications)

Updates `expo-router` from 55.0.10 to 55.0.12
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-sqlite` from 55.0.13 to 55.0.15
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sqlite)

Updates `expo-task-manager` from 55.0.12 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-task-manager)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

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

Updates `@clerk/nextjs` from 7.0.8 to 7.0.12
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/nextjs)

Updates `@supabase/ssr` from 0.10.0 to 0.10.2
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.10.0...v0.10.2)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.103.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: expo
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-crypto
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-device
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-location
  dependency-version: 55.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-notifications
  dependency-version: 55.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-router
  dependency-version: 55.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-sqlite
  dependency-version: 55.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo-task-manager
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native
  dependency-version: 0.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@clerk/nextjs"
  dependency-version: 7.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@supabase/ssr"
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 13, 2026

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

Project Deployment Actions Updated (UTC)
crewcircle Ready Ready Preview, Comment Apr 13, 2026 6:29am

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

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

@dependabot dependabot bot closed this Apr 20, 2026
auto-merge was automatically disabled April 20, 2026 06:37

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-abe2c6469d branch April 20, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants