Skip to content

chore: bump the dependencies group across 1 directory with 24 updates - #466

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-fcf74073bf
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-fcf74073bf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 24 updates in the / directory:

Package From To
@kitajs/html 4.2.9 4.2.13
htmx.org 2.0.6 2.0.10
mlly 1.8.0 1.8.2
@unhead/react 2.1.13 3.4.0
acorn 8.16.0 8.18.0
acorn-walk 8.3.4 8.3.5
valtio 2.3.1 2.3.2
youch 3.3.4 4.1.1
@fastify/static 10.1.2 10.1.3
fastify-plugin 5.1.0 6.0.0
fs-extra 11.3.4 11.4.0
jotai 2.19.1 3.0.0
ky 1.14.3 2.1.0
ky-universal 0.12.0 1.0.0
undici 7.29.1 8.10.2
@fastify/one-line-logger 2.0.2 2.2.0
@vue/server-renderer 3.5.26 3.5.42
react-router 7.18.3 8.3.1
@vitejs/plugin-react 6.0.1 6.1.1
@fastify/formbody 8.0.2 9.0.0
typescript 5.9.3 7.0.2
@unhead/vue 3.1.4 3.4.0
vue-router 4.6.4 5.3.1
@vitejs/plugin-vue 6.0.5 6.0.8

Updates @kitajs/html from 4.2.9 to 4.2.13

Release notes

Sourced from @​kitajs/html's releases.

@​kitajs/html@​4.2.13

Patch Changes

@​kitajs/html@​4.2.12

Patch Changes

@​kitajs/html@​4.2.11

Patch Changes

@​kitajs/html@​4.2.10

Patch Changes

Changelog

Sourced from @​kitajs/html's changelog.

4.2.13

Patch Changes

4.2.12

Patch Changes

4.2.11

Patch Changes

4.2.10

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​kitajs/html since your current version.


Updates htmx.org from 2.0.6 to 2.0.10

Release notes

Sourced from htmx.org's releases.

v2.0.10

See CHANGELOG.md for details

v2.0.9

See CHANGELOG.md for details

v2.0.8

See CHANGELOG.md for details

v2.0.7

What's Changed

New Contributors

Full Changelog: bigskysoftware/htmx@v2.0.6...v2.0.7

Changelog

Sourced from htmx.org's changelog.

[2.0.10] - 2026-04-21

  • Fixed restored missing TypeScript type definitions (htmx.esm.d.ts) accidentally removed in 2.0.9
  • Fixed improved escaping of tag and id in settle lookup using CSS.escape() (thanks @​MichaelWest22)

[2.0.9] - 2026-04-15

  • Fixed HX-Location to correctly honor replace when push is false (thanks @​MichaelWest22)
  • Fixed history normalizePath to resolve relative paths against the current page location rather than a dummy base URL (thanks @​MichaelWest22)
  • Fixed empty class="" attribute being left on elements after htmx utility classes (htmx-swapping, htmx-settling, htmx-request) are removed (thanks @​manwithacat)
  • Fixed hx-disabled-elt to preserve elements that were already disabled in the source HTML (thanks @​StabbarN)
  • Added the failing selector to the htmx:oobErrorNoTarget event detail and error log for easier debugging (thanks @​RensDimmendaal)

[2.0.8] - 2025-10-24

[2.0.7] - 2025-09-08

Commits

Updates mlly from 1.8.0 to 1.8.2

Release notes

Sourced from mlly's releases.

v1.8.2

compare changes

🩹 Fixes

  • Generic angle bracket parsing (#341)

📖 Documentation

❤️ Contributors

v1.8.1

compare changes

🩹 Fixes

  • Extract variable names ignoring function calls (#336)

❤️ Contributors

Changelog

Sourced from mlly's changelog.

v1.8.2

compare changes

🩹 Fixes

  • Extract variable names ignoring function calls (#336)
  • Generic angle bracket parsing (#341)

📖 Documentation

🏡 Chore

❤️ Contributors

v1.8.1

compare changes

🩹 Fixes

  • Extract variable names ignoring function calls (#336)

🏡 Chore

❤️ Contributors

Commits

Updates @unhead/react from 2.1.13 to 3.4.0

Release notes

Sourced from @​unhead/react's releases.

v3.4.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.3.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.3.1

   🐞 Bug Fixes

... (truncated)

Commits
  • 1132b9f chore: release v3.4.0
  • 7206ece fix(bundler): transform .mts, .cts, and IDs with queries (#946)
  • d253b54 feat(stream): render Streamed Body Tags before body close (#960)
  • ea4d6e2 chore: release v3.3.2
  • cc1e03b chore: release v3.3.1
  • acae87f chore: release v3.3.0
  • d0501d9 fix(react): support raw content in Head (#894)
  • 7d2dc2c fix(react): standardize provider instance prop (#879)
  • 8ce0ebb fix(react): normalize Head JSX props (#893)
  • e317a1a fix(react): preserve Helmet default title fallback (#878)
  • Additional commits viewable in compare view

Updates acorn from 8.16.0 to 8.18.0

Commits
  • d788421 Mark version 8.18.0
  • b61cb9a Add startLocation option
  • c8d515c Don't compute curLine when locations are off
  • a7bd3cd Reject an unparenthesized arrow function as the left operand of **
  • b7c31b6 Fix mistake in previous patch
  • 5c4af50 Avoid scanning from start of document in loose parser's resetTo
  • 5b9d16c Mark version 8.17.0
  • 449f9fa Make linter happy
  • 9e1bced Add a strict option to turn on strict mode for scripts
  • 8a47812 Convert stack overflow errors to SyntaxError instances
  • Additional commits viewable in compare view

Updates acorn-walk from 8.3.4 to 8.3.5

Commits

Updates valtio from 2.3.1 to 2.3.2

Release notes

Sourced from valtio's releases.

v2.3.2

Workaround for React Native JS engine.

What's Changed

New Contributors

Full Changelog: pmndrs/valtio@v2.3.1...v2.3.2

Commits
  • 15c64d4 2.3.2
  • 5c63ee1 chore(deps): update dev dependencies (#1224)
  • 2cbc84c fix(vanilla): remove Object.preventExtensions from createSnapshotDefault for ...
  • 383ccf1 test(proxyMap): add test for non-iterable initial entries error (#1210)
  • 975fb17 test(useProxy): add tests for read, mutate, nested objects, multiple mutation...
  • See full diff in compare view

Updates youch from 3.3.4 to 4.1.1

Release notes

Sourced from youch's releases.

Update dependencies

4.1.1 (2026-03-28)

What's Changed

Full Changelog: poppinss/youch@v4.1.0...v4.1.1

Tag as latest after a stable beta being tested for more than a year

4.1.0 (2026-02-24)

Breaking Changes

  • Switch from CommonJS to ESM. The package can no longer be require()'d.
  • Switch from a default export to named exports.
    - import Youch from 'youch'
    + import { Youch } from 'youch'
  • The Youch constructor no longer accepts the error or request object. Instead, the error is passed directly to toHTML(), toJSON(), and the new toANSI() methods.
    - const youch = new Youch(error, req)
    - const html = await youch.toHTML()
    - const json = await youch.toJSON()
    + const youch = new Youch()
    + const html = await youch.toHTML(error)
    + const json = await youch.toJSON(error)
  • The HTTP request is no longer passed to the constructor. Pass it as an option to toHTML() instead. The request must be a plain object with url, method, and headers properties (not a Node.js http.IncomingMessage).
    - const youch = new Youch(error, req)
    - const html = await youch.toHTML()
    + const youch = new Youch()
    + const html = await youch.toHTML(error, {
    +   request: {
    +     url: req.url,
    +     method: req.method,
    +     headers: req.headers,
    +   },
    + })
  • The toJSON() return value is now a ParsedError object directly, instead of being wrapped inside { error: {...} }.
    - const { error } = await youch.toJSON()
    - console.log(error.message)
    + const error = await youch.toJSON(error)
    + console.log(error.message)
  • The toHTML() method no longer accepts arbitrary template data. Use the structured options object instead, which accepts title, cspNonce, ide, request, offset, and frameSourceBuffer.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for youch since your current version.


Updates @fastify/static from 10.1.2 to 10.1.3

Release notes

Sourced from @​fastify/static's releases.

v10.1.3

What's Changed

Full Changelog: fastify/fastify-static@v10.1.2...v10.1.3

Commits

Updates fastify-plugin from 5.1.0 to 6.0.0

Release notes

Sourced from fastify-plugin's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-plugin@v5.1.0...v6.0.0

Commits
  • 05c1c32 6.0.0
  • a309399 chore: update depedabot setting (#292)
  • 3d43488 chore: removed interface deprecated
  • 629292b refactor: standardize entry points and project structure
  • 68ddddb refactor(types): migrate from tsd to tstyche (#288)
  • 12c07a4 ci: add lock-threads workflow (#286)
  • 8a4d1a2 build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#285)
  • 8e9e035 build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#283)
  • 41b480e chore: remove stale workflow and node reference type declaration (#281)
  • 1f378b1 chore(license): standardise license notice (#278)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fdawgs, a new releaser for fastify-plugin since your current version.


Updates fs-extra from 11.3.4 to 11.4.0

Changelog

Sourced from fs-extra's changelog.

11.4.0 / 2026-07-23

  • Proper EEXIST error when trying to create a symlink and the dest already exists as a broken symlink (#925, #1076)

11.3.6 / 2026-06-29

  • Fix handling of symlinked destination ancestors in copy/move methods (#1071, #1073)
  • Docs typo fixed (#1074)

11.3.5 / 2026-05-06

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#1068)
  • Fix error handling in timestamp preservation code (#1065, #1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#1066)
Commits

Updates jotai from 2.19.1 to 3.0.0

Release notes

Sourced from jotai's releases.

v3.0.0

👻 Jotai v3 is here! 🎉

This is a mostly backward-compatible update, dropping some legacy support and deprecated APIs.

Migration Guide

https://github.com/pmndrs/jotai/blob/main/docs/guides/migrating-to-v3.mdx

What's Changed

Full Changelog: pmndrs/jotai@v2.20.3...v3.0.0

v3.0.0-alpha.1

Includes v2.20.3 changes.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v3.0.0-alpha.0...v3.0.0-alpha.1

v3.0.0-alpha.0

https://github.com/pmndrs/jotai/blob/v3/docs/guides/migrating-to-v3.mdx

What's Changed

Bumps the dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@kitajs/html](https://github.com/kitajs/html/tree/HEAD/packages/html) | `4.2.9` | `4.2.13` |
| [htmx.org](https://github.com/bigskysoftware/htmx) | `2.0.6` | `2.0.10` |
| [mlly](https://github.com/unjs/mlly) | `1.8.0` | `1.8.2` |
| [@unhead/react](https://github.com/unjs/unhead/tree/HEAD/packages/react) | `2.1.13` | `3.4.0` |
| [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.18.0` |
| [acorn-walk](https://github.com/acornjs/acorn) | `8.3.4` | `8.3.5` |
| [valtio](https://github.com/pmndrs/valtio) | `2.3.1` | `2.3.2` |
| [youch](https://github.com/poppinss/youch) | `3.3.4` | `4.1.1` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `10.1.2` | `10.1.3` |
| [fastify-plugin](https://github.com/fastify/fastify-plugin) | `5.1.0` | `6.0.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.4` | `11.4.0` |
| [jotai](https://github.com/pmndrs/jotai) | `2.19.1` | `3.0.0` |
| [ky](https://github.com/sindresorhus/ky) | `1.14.3` | `2.1.0` |
| [ky-universal](https://github.com/sindresorhus/ky-universal) | `0.12.0` | `1.0.0` |
| [undici](https://github.com/nodejs/undici) | `7.29.1` | `8.10.2` |
| [@fastify/one-line-logger](https://github.com/fastify/one-line-logger) | `2.0.2` | `2.2.0` |
| [@vue/server-renderer](https://github.com/vuejs/core/tree/HEAD/packages/server-renderer) | `3.5.26` | `3.5.42` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.18.3` | `8.3.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.1` | `6.1.1` |
| [@fastify/formbody](https://github.com/fastify/fastify-formbody) | `8.0.2` | `9.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) | `3.1.4` | `3.4.0` |
| [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.3.1` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.5` | `6.0.8` |



Updates `@kitajs/html` from 4.2.9 to 4.2.13
- [Release notes](https://github.com/kitajs/html/releases)
- [Changelog](https://github.com/kitajs/html/blob/next/packages/html/CHANGELOG.md)
- [Commits](https://github.com/kitajs/html/commits/@kitajs/html@4.2.13/packages/html)

Updates `htmx.org` from 2.0.6 to 2.0.10
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@v2.0.6...v2.0.10)

Updates `mlly` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/unjs/mlly/releases)
- [Changelog](https://github.com/unjs/mlly/blob/main/CHANGELOG.md)
- [Commits](unjs/mlly@v1.8.0...v1.8.2)

Updates `@unhead/react` from 2.1.13 to 3.4.0
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v3.4.0/packages/react)

Updates `acorn` from 8.16.0 to 8.18.0
- [Commits](acornjs/acorn@8.16.0...8.18.0)

Updates `acorn-walk` from 8.3.4 to 8.3.5
- [Commits](https://github.com/acornjs/acorn/commits)

Updates `valtio` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/pmndrs/valtio/releases)
- [Commits](pmndrs/valtio@v2.3.1...v2.3.2)

Updates `youch` from 3.3.4 to 4.1.1
- [Release notes](https://github.com/poppinss/youch/releases)
- [Commits](https://github.com/poppinss/youch/commits/v4.1.1)

Updates `@fastify/static` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v10.1.2...v10.1.3)

Updates `fastify-plugin` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/fastify/fastify-plugin/releases)
- [Commits](fastify/fastify-plugin@v5.1.0...v6.0.0)

Updates `fs-extra` from 11.3.4 to 11.4.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.4...11.4.0)

Updates `jotai` from 2.19.1 to 3.0.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.19.1...v3.0.0)

Updates `ky` from 1.14.3 to 2.1.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.14.3...v2.1.0)

Updates `ky-universal` from 0.12.0 to 1.0.0
- [Release notes](https://github.com/sindresorhus/ky-universal/releases)
- [Commits](https://github.com/sindresorhus/ky-universal/commits)

Updates `undici` from 7.29.1 to 8.10.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.29.1...v8.10.2)

Updates `@fastify/one-line-logger` from 2.0.2 to 2.2.0
- [Release notes](https://github.com/fastify/one-line-logger/releases)
- [Commits](fastify/one-line-logger@v2.0.2...v2.2.0)

Updates `@vue/server-renderer` from 3.5.26 to 3.5.42
- [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.42/packages/server-renderer)

Updates `react-router` from 7.18.3 to 8.3.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.1/packages/react-router)

Updates `@vitejs/plugin-react` from 6.0.1 to 6.1.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.1.1/packages/plugin-react)

Updates `@fastify/formbody` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/fastify/fastify-formbody/releases)
- [Commits](fastify/fastify-formbody@v8.0.2...v9.0.0)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v7.0.2)

Updates `@unhead/vue` from 3.1.4 to 3.4.0
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v3.4.0/packages/vue)

Updates `vue-router` from 4.6.4 to 5.3.1
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.4...v5.3.1)

Updates `@vitejs/plugin-vue` from 6.0.5 to 6.0.8
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.8/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@kitajs/html"
  dependency-version: 4.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: htmx.org
  dependency-version: 2.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mlly
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@unhead/react"
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: acorn
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: acorn-walk
  dependency-version: 8.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: valtio
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: youch
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@fastify/static"
  dependency-version: 10.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fastify-plugin
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fs-extra
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jotai
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ky
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ky-universal
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: undici
  dependency-version: 8.10.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@fastify/one-line-logger"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vue/server-renderer"
  dependency-version: 3.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-router
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fastify/formbody"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@unhead/vue"
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue-router
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 16, 2026
@changeset-bot

changeset-bot Bot commented Sep 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 15cbb5e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 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 23, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-fcf74073bf branch September 23, 2026 18:57
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