Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group across 1 directory with 21 updates #12

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

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

Package From To
@clack/prompts 0.8.1 0.10.0
@floating-ui/dom 1.6.12 1.6.13
@myriaddreamin/rehype-typst 0.5.0-rc7 0.5.4
chalk 5.3.0 5.4.1
chokidar 4.0.1 4.0.3
globby 14.0.2 14.1.0
hast-util-to-html 9.0.3 9.0.4
lightningcss 1.28.1 1.29.1
mdast-util-find-and-replace 3.0.1 3.0.2
mermaid 11.4.0 11.4.1
pixi.js 8.5.2 8.7.3
preact 10.24.3 10.25.4
preact-render-to-string 6.5.11 6.5.13
remark-gfm 4.0.0 4.0.1
satori 0.11.3 0.12.1
shiki 1.23.1 2.3.2
@types/node 22.9.0 22.13.1
@types/ws 8.5.13 8.5.14
esbuild 0.24.0 0.25.0
prettier 3.3.3 3.5.0
typescript 5.6.3 5.7.3

Updates @clack/prompts from 0.8.1 to 0.10.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    const spin = p.spinner({ indicator: "timer" });
    spin.start("Loading");
    await sleep(3000);
    spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    await p.stream.step(
    (async function* () {
    yield* generateLLMResponse(question);
    })()
    );

@​clack/prompts@​0.9.1

Patch Changes

  • 8093f3c: Adds Error support to the validate function
  • 98925e3: Exports the Option type and improves JSDocannotations
  • 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in stripVTControlCharacters utility.
  • Updated dependencies [8093f3c]
  • Updated dependencies [e5ba09a]
  • Updated dependencies [8cba8e3]
    • @​clack/core@​0.4.1

@​clack/prompts@​0.9.0

Minor Changes

  • a83d2f8: Adds a new updateSettings() function to support new global keybindings.

    updateSettings() accepts an aliases object that maps custom keys to an action (up | down | left | right | space | enter | cancel).

    import { updateSettings } from "@clack/prompts";
    // Support custom keybindings
    updateSettings({
    aliases: {

... (truncated)

Changelog

Sourced from @​clack/prompts's changelog.

0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    const spin = p.spinner({ indicator: "timer" });
    spin.start("Loading");
    await sleep(3000);
    spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    await p.stream.step(
    (async function* () {
    yield* generateLLMResponse(question);
    })()
    );

0.9.1

Patch Changes

  • 8093f3c: Adds Error support to the validate function
  • 98925e3: Exports the Option type and improves JSDocannotations
  • 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in stripVTControlCharacters utility.
  • Updated dependencies [8093f3c]
  • Updated dependencies [e5ba09a]
  • Updated dependencies [8cba8e3]
    • @​clack/core@​0.4.1

0.9.0

Minor Changes

  • a83d2f8: Adds a new updateSettings() function to support new global keybindings.

    updateSettings() accepts an aliases object that maps custom keys to an action (up | down | left | right | space | enter | cancel).

    import { updateSettings } from "@clack/prompts";

... (truncated)

Commits

Updates @floating-ui/dom from 1.6.12 to 1.6.13

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.13

Patch Changes

  • fix(autoUpdate): work around IntersectionObserver issue that sometimes fails to detect movement of reference element
  • Update dependencies: @floating-ui/[email protected]
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.13

Patch Changes

  • fix(autoUpdate): work around IntersectionObserver issue that sometimes fails to detect movement of reference element
  • Update dependencies: @floating-ui/[email protected]
Commits
  • b0dfb58 chore: version packages (#3187)
  • 87504f9 style(dom): apply prettier config (#3189)
  • 1fa2c50 chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (#3177)
  • 1d20f84 fix(getContainingBlock): check for shorthand transform CSS properties (transl...
  • 993e823 fix(autoUpdate): work around bug where intersection ratio is 1 but element ac...
  • 48c872c chore(eslint): migrate eslint configuration .eslintrc.js to eslint.config.mjs...
  • See full diff in compare view

Updates @myriaddreamin/rehype-typst from 0.5.0-rc7 to 0.5.4

Updates chalk from 5.3.0 to 5.4.1

Release notes

Sourced from chalk's releases.

v5.4.1

  • Fix navigator not defined ReferenceError (#642) 4ebb62d

chalk/chalk@v5.4.0...v5.4.1

v5.4.0

  • Update CIRCLECI environments to return level 3 color support f838120

chalk/chalk@v5.3.0...v5.4.0

Commits

Updates chokidar from 4.0.1 to 4.0.3

Release notes

Sourced from chokidar's releases.

4.0.3

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

4.0.2

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

Commits

Updates globby from 14.0.2 to 14.1.0

Release notes

Sourced from globby's releases.

v14.1.0

  • Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions (#269) cba8941

sindresorhus/globby@v14.0.2...v14.1.0

Commits

Updates hast-util-to-html from 9.0.3 to 9.0.4

Release notes

Sourced from hast-util-to-html's releases.

9.0.4

Fix

Miscellaneous

  • aa36aa6 5692e42 Refactor code-style

Full Changelog: syntax-tree/hast-util-to-html@9.0.3...9.0.4

Commits

Updates lightningcss from 1.28.1 to 1.29.1

Release notes

Sourced from lightningcss's releases.

v1.29.0

Added

  • Implement view transitions level 2, including the @view-transition rule, view-transition-class and view-transition-group properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885
  • Support parsing the @font-feature-values rule – #840
  • Add a feature flag to explicitly enable or disable transpiling the light-dark() function – parcel-bundler/lightningcss@3043896

Fixed

v1.28.2

Fixes

  • Fix duplicate prefixed properties in transition-property#850 (thanks @​RobinMalfait and @​LeoniePhiline!)
  • Fix mapping original name from source maps – 78f2fc479537ec68a7481e33db571385cc21cdb7
  • Bump browser compat data – 4159bc507baa1ec438f89b20bdf9e8e74c7f48e4
  • Ensure consistent order of custom properties when all property is set – d4eec3593fe3c2244693d9e11af3547d6651ce57
Commits

Updates mdast-util-find-and-replace from 3.0.1 to 3.0.2

Release notes

Sourced from mdast-util-find-and-replace's releases.

3.0.2

Types

  • f67eee4 Refactor to use @imports
  • 8ac2d6b Add declaration maps

Full Changelog: syntax-tree/mdast-util-find-and-replace@3.0.1...3.0.2

Commits

Updates mermaid from 11.4.0 to 11.4.1

Release notes

Sourced from mermaid's releases.

[email protected]

Patch Changes

  • #6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

Commits
  • 9868f3a Merge pull request #6084 from mermaid-js/changeset-release/master
  • d8bf155 Version Packages
  • 0b4f852 Merge pull request #6083 from mermaid-js/release/11.4.1
  • 0dff4ca chore: broken link clean up. Enable flowchart elk tests
  • cc29437 Merge pull request #6081 from mermaid-js/6080-fix
  • dfaaf36 Merge pull request #6079 from aloisklink/chore/update-to-dompurify-3.2.1
  • 3753831 Added cypress test
  • c7ae08a #6080: Fix for issue with diamond intersections when using elk-layout
  • 69973ea Merge branch 'develop' into 6080-fix
  • d3b2c7e Revert "#6080: Fix for issue with diamond intersections when using elk-layout"
  • Additional commits viewable in compare view

Updates pixi.js from 8.5.2 to 8.7.3

Release notes

Sourced from pixi.js's releases.

v8.7.3

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.7.2...v8.7.3

🐛 Fixed

v8.7.2

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.7.1...v8.7.2

🐛 Fixed

  • fix: accessibility system being added to shared systems by @​Zyie in pixijs/pixijs#11227
    • NOTE: If you used the new AccessibilitySystem.defaultOptions.accessibilityOptions from 8.7.0 this has been correctly changed to AccessibilitySystem.defaultOptions

v8.7.1

💾 Download

Development Build:

... (truncated)

Commits

Updates preact from 10.24.3 to 10.25.4

Release notes

Sourced from preact's releases.

10.25.4

Types

Fixes

10.25.3

Fixes

Types

10.25.2

Notable

Revert unkeyed no-search (#4604, thanks @​JoviDeCroock)

We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.

Fixes

Types

  • fix max and min type definition to allow number (#4598, thanks @​devlux)

Performance

Maintenance

10.25.1

Fixes

... (truncated)

Commits

Updates preact-render-to-string from 6.5.11 to 6.5.13

Release notes

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

v6.5.13

Patch Changes

  • #408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references. In doing so our useId hook should always output unique ids during renderingToString.

  • #409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode

  • #405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream

v6.5.12

Patch Changes

Changelog

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

6.5.13

Patch Changes

  • #408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references. In doing so our useId hook should always output unique ids during renderingToString.
  • #409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode
  • #405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream

6.5.12

Patch Changes

Commits
  • b2050f4 Version Packages (#410)
  • 0a698f6 renderToPipeableStream: expose errors through onError, no longer emit un-catc...
  • c819f51 Ensure use id works (#411)
  • 8e8e8ac Use suspense boundary vnode as parent for subtree re-render (#408)
  • 2afaf31 Use generic type for vnode props in renderToReadableStream/renderToPipeableSt...
  • 2da38a7 Version Packages (#399)
  • ed720ef improve perf with array pre-allocate (#403)
  • 77595a1 Merge pull request #401 from preactjs/fix-test-assertion
  • b25154a chore: fix test assertion
  • eafe5a3 Merge pull request #397 from preactjs/refactor/lower-case-regex
  • Additional commits viewable in compare view

Updates remark-gfm from 4.0.0 to 4.0.1

Release notes

Sourced from remark-gfm's releases.

4.0.1

Types

  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports

Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1

Commits

Updates satori from 0.11.3 to 0.12.1

Release notes

Sourced from satori's releases.

0.12.1

0.12.1 (2025-01-06)

Bug Fixes

0.12.0

0.12.0 (2024-11-19)

Features

Commits

Updates shiki from 1.23.1 to 2.3.2

Release notes

Sourced from shiki's releases.

v2.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

…y with 21 updates

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

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts) | `0.8.1` | `0.10.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.6.12` | `1.6.13` |
| @myriaddreamin/rehype-typst | `0.5.0-rc7` | `0.5.4` |
| [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.4.1` |
| [chokidar](https://github.com/paulmillr/chokidar) | `4.0.1` | `4.0.3` |
| [globby](https://github.com/sindresorhus/globby) | `14.0.2` | `14.1.0` |
| [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) | `9.0.3` | `9.0.4` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.28.1` | `1.29.1` |
| [mdast-util-find-and-replace](https://github.com/syntax-tree/mdast-util-find-and-replace) | `3.0.1` | `3.0.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.4.0` | `11.4.1` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.5.2` | `8.7.3` |
| [preact](https://github.com/preactjs/preact) | `10.24.3` | `10.25.4` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.11` | `6.5.13` |
| [remark-gfm](https://github.com/remarkjs/remark-gfm) | `4.0.0` | `4.0.1` |
| [satori](https://github.com/vercel/satori) | `0.11.3` | `0.12.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.23.1` | `2.3.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.13.1` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.13` | `8.5.14` |
| [esbuild](https://github.com/evanw/esbuild) | `0.24.0` | `0.25.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |



Updates `@clack/prompts` from 0.8.1 to 0.10.0
- [Release notes](https://github.com/natemoo-re/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/clack/commits/@clack/[email protected]/packages/prompts)

Updates `@floating-ui/dom` from 1.6.12 to 1.6.13
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/dom)

Updates `@myriaddreamin/rehype-typst` from 0.5.0-rc7 to 0.5.4

Updates `chalk` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.3.0...v5.4.1)

Updates `chokidar` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@4.0.1...4.0.3)

Updates `globby` from 14.0.2 to 14.1.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v14.0.2...v14.1.0)

Updates `hast-util-to-html` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/syntax-tree/hast-util-to-html/releases)
- [Commits](syntax-tree/hast-util-to-html@9.0.3...9.0.4)

Updates `lightningcss` from 1.28.1 to 1.29.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `mdast-util-find-and-replace` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/syntax-tree/mdast-util-find-and-replace/releases)
- [Commits](syntax-tree/mdast-util-find-and-replace@3.0.1...3.0.2)

Updates `mermaid` from 11.4.0 to 11.4.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.4.1)

Updates `pixi.js` from 8.5.2 to 8.7.3
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.5.2...v8.7.3)

Updates `preact` from 10.24.3 to 10.25.4
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.24.3...10.25.4)

Updates `preact-render-to-string` from 6.5.11 to 6.5.13
- [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.5.11...v6.5.13)

Updates `remark-gfm` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](remarkjs/remark-gfm@4.0.0...4.0.1)

Updates `satori` from 0.11.3 to 0.12.1
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.11.3...0.12.1)

Updates `shiki` from 1.23.1 to 2.3.2
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)

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

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

Updates `esbuild` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.0...v0.25.0)

Updates `prettier` from 3.3.3 to 3.5.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.5.0)

Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@myriaddreamin/rehype-typst"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: globby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: hast-util-to-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mdast-util-find-and-replace
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

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

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-3cf91d6d7d branch February 17, 2025 15:55
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