Skip to content

Bump the production-dependencies group across 1 directory with 18 updates#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-64b6da7029
Open

Bump the production-dependencies group across 1 directory with 18 updates#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-64b6da7029

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 18 updates in the / directory:

Package From To
@clack/prompts 1.2.0 1.7.0
@myriaddreamin/rehype-typst 0.6.0 0.7.0
@napi-rs/simple-git 0.1.22 1.0.0
globby 16.2.0 16.2.1
js-yaml 4.1.1 5.2.1
pixi.js 8.18.1 8.19.0
preact 10.29.1 10.29.4
preact-render-to-string 6.6.7 6.7.0
rehype-pretty-code 0.14.3 0.14.4
sharp 0.34.5 0.35.3
shiki 4.0.2 4.3.1
toml 4.1.1 4.1.2
workerpool 10.0.2 10.0.3
ws 8.20.0 8.21.0
@types/node 25.6.0 26.1.0
esbuild 0.27.7 0.28.1
prettier 3.8.3 3.9.4
tsx 4.21.0 4.23.0

Updates @clack/prompts from 1.2.0 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    ... (truncated)

    Commits

    Updates @myriaddreamin/rehype-typst from 0.6.0 to 0.7.0

    Release notes

    Sourced from @​myriaddreamin/rehype-typst's releases.

    v0.7.0

    Packages

    Compiler

    rustdoc-typst-demo (New)

    Package: typst.ts

    Package: typst.react

    Package: typst.vue3

    Package: typst.svelte (New)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​myriaddreamin/rehype-typst since your current version.


    Updates @napi-rs/simple-git from 0.1.22 to 1.0.0

    Release notes

    Sourced from @​napi-rs/simple-git's releases.

    v1.0.0

    What's Changed

    Full Changelog: Brooooooklyn/simple-git@v0.1.22...v1.0.0

    Commits
    • 1936655 1.0.0
    • 2020413 feat!: API 1.0 breaking sweep (number bitflags, Date times, async I/O, fixes)...
    • 4059105 chore(deps): lock file maintenance (#144)
    • 4cdc016 feat: git feature suite (status, config, push, index/commit, blame, branch/ch...
    • d700aa3 feat: file modification metadata (author + bulk) (#141)
    • b7fd088 chore(deps): update actions/checkout action to v7 (#137)
    • 61fe0ad chore(deps): update actions/cache action to v6 (#139)
    • efa01bc fix: adapt to git2 0.21 string accessor API changes (#140)
    • 4a37dac chore(deps): update cross-platform-actions/action action to v1.3.0 (#138)
    • b660584 chore(deps): update yarn monorepo to v4.17.0 (#136)
    • Additional commits viewable in compare view

    Updates globby from 16.2.0 to 16.2.1

    Release notes

    Sourced from globby's releases.

    v16.2.1

    • Fix gitignore ignoring an entire checkout under an anchored ancestor path (#277) e7bd988

    sindresorhus/globby@v16.2.0...v16.2.1

    Commits
    • 47e7f65 16.2.1
    • e7bd988 Fix gitignore ignoring an entire checkout under an anchored ancestor path (...
    • See full diff in compare view

    Updates js-yaml from 4.1.1 to 5.2.1

    Changelog

    Sourced from js-yaml's changelog.

    [5.2.1] - 2026-07-02

    Fixed

    • Add Map support to !!omap (should work when realMapTag used)

    Security

    • Remove quadratic complexity from !!omap addItem. Regression from v5 (usually not critical, because YAML11_SCHEMA is not default anymore).

    4.3.0, 3.15.0 - 2026-06-27

    Security

    • Backported maxTotalMergeKeys option.

    [5.2.0] - 2026-06-26

    Added

    • Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.
    • Added maxAliases (-1) loader option to limit the number of YAML aliases per document.

    Removed

    • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

    Fixed

    • Round-trip of integers with exponential form (>= 1e21)

    [5.1.0] - 2026-06-23

    Added

    • Collection tags can finalize an incrementally populated carrier into a different result value.

    Changed

    • [breaking] quoteStyle now selects the preferred quote style; use the restored forceQuotes option to force quoting non-key strings.

    [5.0.0] - 2026-06-20

    Added

    • Added named exports for schemas, tags, parser events and AST utilities.
    • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution rules, and added YAML11_SCHEMA.
    • Added realMapTag for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.
    • Added dump() transform option for changing the generated AST before rendering.
    • Added dump() options seqInlineFirst, flowBracketPadding, flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and

    ... (truncated)

    Commits
    • ac16b42 5.2.1 released
    • 4a864e5 Deps bump
    • 39f3211 !!omap: add Map support and remove quadratic complexity
    • ff17f1e Changelog update
    • 8ed15f1 deps bump
    • 1a562dc Fix changelog link
    • c28ed5e 5.2.0 released
    • 125cd5a Add maxAliases option
    • 3105455 Replace maxMergeSeqLengthoption with maxTotalMergeKeys (more robust)
    • 39d00d6 numbers: Drop boxed numbers support, simplify .identify() checks, clarify rou...
    • Additional commits viewable in compare view

    Updates pixi.js from 8.18.1 to 8.19.0

    Release notes

    Sourced from pixi.js's releases.

    v8.19.0

    💾 Download

    Installation:

    npm install pixi.js@8.19.0

    Development Build:

    Production Build:

    Documentation:

    Changed

    pixijs/pixijs@v8.18.1...v8.19.0

    🚨 Behavior Change

    • fix: Container.updateTransform honors zero scale (#12044) by @​Zyie in pixijs/pixijs#12046
      • Container.updateTransform({ scaleX: 0, scaleY: 0 }) previously coerced a zero scale to 1 (the code used opts.scaleX || 1), so passing 0 left the container at full size. It now applies zero scale literally, matching scale.set(0, 0). If you relied on updateTransform ignoring a zero scale, stop passing 0 when you mean full scale.
      const container = new Container();
      container.updateTransform({ scaleX: 0, scaleY: 0 });
      // before: scale coerced to (1, 1) — container stayed full-size
      // after:  scale applied as (0, 0) — container hidden, matching scale.set(0, 0)
    • fix: particle container inherit blend mode by @​DmitriyGolub in pixijs/pixijs#11978
      • ParticleContainer now respects the blend mode inherited from its ancestors. Previously the render pipe read the container's own local blendMode instead of the resolved groupBlendMode, so setting e.g. stage.blendMode = 'add' had no effect on particles. Particles nested under a parent with a non-default blend mode will now render differently (e.g. additive brightening) where they were silently ignored before. A blendMode set directly on the ParticleContainer is unchanged.
    • fix: FillPattern tiling and radial gradient sizing by @​Zyie in pixijs/pixijs#12037
      • FillPattern gains a textureSpace option ('global' | 'local'), while fixing several long-standing pattern/gradient sizing bugs. textureSpace defaults to 'global', so patterns now tile continuously across adjacent shapes instead of remapping per shape; setTransform(matrix) now applies the matrix you pass directly (it previously inverted and rescaled it by the texture size); and textureSpace: 'local' radial gradients now scale to the gradient's outer radius. Existing pattern fills and local radial gradients can render differently.

        If you hand-compensated for the old setTransform behavior (pre-inverting or scaling by texture size), remove that compensation. The legacy positional new FillPattern(texture, repetition) form still works.

      import { Assets, FillPattern, Graphics } from 'pixi.js';
      const texture = await Assets.load('pattern.png');
      // new options-object constructor with explicit textureSpace
      const pattern = new FillPattern({ texture, repetition: 'repeat', textureSpace: 'local' });
      const g = new Graphics().rect(0, 0, 200, 100).fill({ fill: pattern });

    🎁 Added

    ... (truncated)

    Commits
    • d93c5d3 v8.19.0
    • 23fd143 fix: canvas renderer does not round anchor offset when roundPixels is enabled...
    • bdf32bd chore: bundle pixijs-skills and add sync workflow (#12045)
    • b2f8668 feat: add HTML-in-Canvas texture support (#12053)
    • 1d1e44c feat: implement transientAttachment for MSAA RenderTextures for WebGPU (#12050)
    • 765ec7a chore: restrict postMessage origin in playground (#12055)
    • fa49de2 docs: document blend mode resolution inheritance (#12067)
    • b967b5e chore: bump parse-svg-path (#12071)
    • 009e338 chore: update GitHub Actions and npm to latest (#12070)
    • 4b8d253 fix: particle container inherit blend mode (#11978)
    • Additional commits viewable in compare view

    Updates preact from 10.29.1 to 10.29.4

    Release notes

    Sourced from preact's releases.

    10.29.4

    Fixes

    10.29.3

    Fixes

    Performance

    Types

    Maintenance

    10.29.2

    Fixes

    Maintenance

    Commits
    Maintainer changes

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


    Updates preact-render-to-string from 6.6.7 to 6.7.0

    Release notes

    Sourced from preact-render-to-string's releases.

    v6.7.0

    Minor Changes

    • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use \$s

    Patch Changes

    Changelog

    Sourced from preact-render-to-string's changelog.

    6.7.0

    Minor Changes

    • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use $s

    Patch Changes

    Commits

    Updates rehype-pretty-code from 0.14.3 to 0.14.4

    Release notes

    Sourced from rehype-pretty-code's releases.

    rehype-pretty-code@0.14.4

    Patch Changes

    • fix: prevent an infinite loop in inline character highlighting when a pattern matches text that spans multiple syntax tokens and occurs more than once on the same line (#185)
    Changelog

    Sourced from rehype-pretty-code's changelog.

    0.14.4

    Patch Changes

    • fix: prevent an infinite loop in inline character highlighting when a pattern matches text that spans multiple syntax tokens and occurs more than once on the same line (#185)
    Commits

    Updates sharp from 0.34.5 to 0.35.3

    Release notes

    Sourced from sharp's releases.

    v0.35.3

    • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

    • Improve code bundler support by resolving path to libvips binary.

    • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

    • Emit warning about binaries provided by Electron for use on Linux.

    • Add hasAlpha property to output info. #4500

    • TypeScript: Return more precise Buffer<ArrayBuffer> from toBuffer. #4520 @​Andarist

    • Bound clahe width and height to avoid signed overflow. #4551 @​metsw24-max

    • Bound trim margin to avoid signed overflow. #4552 @​metsw24-max

    • Reject infinite values when validating numbers. #4553 @​metsw24-max

    • Bound extract region to libvips coordinate limit. #4555 @​metsw24-max

    • Verify background colour values are numbers. #4556 @​metsw24-max

    • Bound create and raw input dimensions to coordinate limit. #4558 @​metsw24-max

    • Tighten recomb and affine matrix verification. #4560 @​chatman-media

    • Verify cache memory limit to avoid overflow. #4561 @​metsw24-max

    v0.35.3-rc.2

    • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

    ... (truncated)

    Commits
    • 1018449 Release v0.35.3
    • ba303a7 Prerelease v0.35.3-rc.2
    • 4f94fc5 Upgrade to sharp-libvips v1.3.2
    • c5e7a3f Bump devDeps, fix Deno/Windows smoke tests
    • 9a8d002 Docs: Add changelog entry and note about transferable #4520
    • 8694db0 TypeScript: Return more precise Bu...

      Description has been truncated

    …ates
    
    Bumps the production-dependencies group with 18 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.2.0` | `1.7.0` |
    | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
    | [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.22` | `1.0.0` |
    | [globby](https://github.com/sindresorhus/globby) | `16.2.0` | `16.2.1` |
    | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `5.2.1` |
    | [pixi.js](https://github.com/pixijs/pixijs) | `8.18.1` | `8.19.0` |
    | [preact](https://github.com/preactjs/preact) | `10.29.1` | `10.29.4` |
    | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.7` | `6.7.0` |
    | [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core) | `0.14.3` | `0.14.4` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` |
    | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.0.2` | `4.3.1` |
    | [toml](https://github.com/BinaryMuse/toml-node) | `4.1.1` | `4.1.2` |
    | [workerpool](https://github.com/josdejong/workerpool) | `10.0.2` | `10.0.3` |
    | [ws](https://github.com/websockets/ws) | `8.20.0` | `8.21.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `26.1.0` |
    | [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.1` |
    | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.4` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.23.0` |
    
    
    
    Updates `@clack/prompts` from 1.2.0 to 1.7.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts)
    
    Updates `@myriaddreamin/rehype-typst` from 0.6.0 to 0.7.0
    - [Release notes](https://github.com/Myriad-Dreamin/typst.ts/releases)
    - [Changelog](https://github.com/Myriad-Dreamin/typst.ts/blob/main/docs/release-workflows.md)
    - [Commits](Myriad-Dreamin/typst.ts@v0.6.0...v0.7.0)
    
    Updates `@napi-rs/simple-git` from 0.1.22 to 1.0.0
    - [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
    - [Commits](Brooooooklyn/simple-git@v0.1.22...v1.0.0)
    
    Updates `globby` from 16.2.0 to 16.2.1
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v16.2.0...v16.2.1)
    
    Updates `js-yaml` from 4.1.1 to 5.2.1
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.1...5.2.1)
    
    Updates `pixi.js` from 8.18.1 to 8.19.0
    - [Release notes](https://github.com/pixijs/pixijs/releases)
    - [Commits](pixijs/pixijs@v8.18.1...v8.19.0)
    
    Updates `preact` from 10.29.1 to 10.29.4
    - [Release notes](https://github.com/preactjs/preact/releases)
    - [Commits](preactjs/preact@10.29.1...10.29.4)
    
    Updates `preact-render-to-string` from 6.6.7 to 6.7.0
    - [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
    - [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
    - [Commits](preactjs/preact-render-to-string@v6.6.7...v6.7.0)
    
    Updates `rehype-pretty-code` from 0.14.3 to 0.14.4
    - [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases)
    - [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.4/packages/core)
    
    Updates `sharp` from 0.34.5 to 0.35.3
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.34.5...v0.35.3)
    
    Updates `shiki` from 4.0.2 to 4.3.1
    - [Release notes](https://github.com/shikijs/shiki/releases)
    - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/shiki)
    
    Updates `toml` from 4.1.1 to 4.1.2
    - [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md)
    - [Commits](BinaryMuse/toml-node@v4.1.1...v4.1.2)
    
    Updates `workerpool` from 10.0.2 to 10.0.3
    - [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
    - [Commits](josdejong/workerpool@v10.0.2...v10.0.3)
    
    Updates `ws` from 8.20.0 to 8.21.0
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.20.0...8.21.0)
    
    Updates `@types/node` from 25.6.0 to 26.1.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `esbuild` from 0.27.7 to 0.28.1
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.27.7...v0.28.1)
    
    Updates `prettier` from 3.8.3 to 3.9.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.8.3...3.9.4)
    
    Updates `tsx` from 4.21.0 to 4.23.0
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.21.0...v4.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@myriaddreamin/rehype-typst"
      dependency-version: 0.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@napi-rs/simple-git"
      dependency-version: 1.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: globby
      dependency-version: 16.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: js-yaml
      dependency-version: 5.2.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: pixi.js
      dependency-version: 8.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: preact
      dependency-version: 10.29.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: preact-render-to-string
      dependency-version: 6.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: rehype-pretty-code
      dependency-version: 0.14.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: sharp
      dependency-version: 0.35.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: shiki
      dependency-version: 4.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: toml
      dependency-version: 4.1.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: workerpool
      dependency-version: 10.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: ws
      dependency-version: 8.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@types/node"
      dependency-version: 26.1.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: esbuild
      dependency-version: 0.28.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: prettier
      dependency-version: 3.9.4
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: tsx
      dependency-version: 4.23.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-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 Jul 7, 2026
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

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

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants