Skip to content

chore(deps)(deps): bump the misc-minor-patch group across 1 directory with 18 updates#13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/misc-minor-patch-507faccfed
Closed

chore(deps)(deps): bump the misc-minor-patch group across 1 directory with 18 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/misc-minor-patch-507faccfed

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the misc-minor-patch group with 1 update in the / directory: @jcesarmobile/ssl-skip.

Updates @jcesarmobile/ssl-skip from 0.4.0 to 0.9.0

Commits

Updates @remotion/captions from 4.0.438 to 4.0.485

Release notes

Sourced from @​remotion/captions's releases.

v4.0.485

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.484...v4.0.485

v4.0.484

What's Changed

... (truncated)

Commits

Updates @remotion/openai-whisper from 4.0.438 to 4.0.485

Release notes

Sourced from @​remotion/openai-whisper's releases.

v4.0.485

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.484...v4.0.485

v4.0.484

What's Changed

... (truncated)

Commits

Updates angular-shepherd from 20.0.0 to 21.0.5

Release notes

Sourced from angular-shepherd's releases.

v21.0.5-angular-shepherd

Release (2026-01-14)

  • angular-shepherd 21.0.5 (patch)

🏠 Internal

Committers: 1

v21.0.4-angular-shepherd

Release (2026-01-14)

  • angular-shepherd 21.0.4 (patch)

🏠 Internal

Committers: 1

v21.0.3-angular-shepherd

Release (2026-01-14)

  • angular-shepherd 21.0.3 (patch)

🏠 Internal

Committers: 1

v21.0.2-angular-shepherd

Release (2026-01-14)

  • angular-shepherd 21.0.2 (patch)

🏠 Internal

Committers: 1

... (truncated)

Changelog

Sourced from angular-shepherd's changelog.

Changelog

Release (2026-02-13)

  • angular-shepherd 22.0.0 (major)

💥 Breaking Change

Committers: 1

Release (2026-01-14)

  • angular-shepherd 21.0.5 (patch)

🏠 Internal

Committers: 1

Release (2026-01-14)

  • angular-shepherd 21.0.4 (patch)

🏠 Internal

Committers: 1

Release (2026-01-14)

  • angular-shepherd 21.0.3 (patch)

🏠 Internal

Committers: 1

Release (2026-01-14)

... (truncated)

Commits
Maintainer changes

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


Updates date-fns from 4.1.0 to 4.4.0

Release notes

Sourced from date-fns's releases.

v4.4.0

This release revisits the approach to CDN usage and introduces a new package, @date-fns/cdn and deprecates the date-fns CDN scripts. It allowed reducing the zipped package size from 5.83 MB down to 3.96 MB without introducing any breaking changes.

In v5.0.0-alpha.0 where CDN scripts are completely removed from date-fns the change is more significant and brings the zipped package size down to 2.89 MB.

It is just the first step in optimizing the package size. Expect further size reduction in the future v4 and v5 versions.

Changed

  • DEPRECATED: The date-fns CDN scripts are now deprecated and will be removed in the next major release. Please switch to the new @date-fns/cdn package for CDN usage.

  • Removed CDN source maps to reduce the package size. If you rely on them, please switch to the new @date-fns/cdn package that still includes them.

v4.3.0

Kudos to @​ImRodry and @​puneetdixit200 for their contributions.

Fixed

v4.2.1

Fixed

  • Fixed type definitions missing in v4.2.0 due to TypeScript misconfiguration.

v4.2.0

This is a minor release in all senses, it only includes documentation updates (first of many) that points to the new You Don't Need date-fns* page.

* Not really

Changed

  • Added Temporal API references to the JSDoc annotations of add, addBusinessDays, and addDays.
Commits
  • cd53d25 Promote to v4.4.0
  • d948ec1 Preserve but deprecate CDN versions for v4, set up v5 with polyfills
  • ee65753 Add root mise :format task
  • 9f5bdf5 Add positional argument to test/smoke.sh script
  • 651ead6 Split CDN bundles into separate @​date-fns/cdn package
  • 224c1a2 Deprecate type tests as attw hangs on date-fns package
  • 7bb2842 Switch PACKAGE_OUTPUT_PATH to --dist flag in the package build script
  • b6ad5ac Add flags to control package build script
  • 424a783 Fix docs release after moving to monorepo setup
  • f95bcf1 (docs): Add missing tsx dependency
  • Additional commits viewable in compare view

Updates dexie from 4.3.0 to 4.4.4

Release notes

Sourced from dexie's releases.

Dexie v4.4.4

This is a maintenance release that resolves a bug in useLiveQuery caching and includes a TypeScript typing enhancement.

Related Package Releases

Package Version
dexie 4.4.4
dexie-cloud-addon 4.4.13 (no change)
dexie-react-hooks 4.4.0 (no change)
y-dexie 4.4.0 (no change)

Bug Fixes

dexie@4.4.4

  • fix: useLiveQuery fails to detect updates when mutating queried objects in-place and calling put() — In default/cloned cache mode (cache: 'cloned'), mutating queried objects in-place and subsequently calling put() on them would pollute the cache directly, preventing subsequent live-queries from detecting the change because the "before" and "after" states in the cache became identical. Live-queries now deeply clone results on read to completely isolate query results from in-place consumer mutations. (#2310). Reported in #2309 by @​laukaichung. Fixed by @​liz709 and @​dfahlander .

Other Changes

dexie@4.4.4

  • fix: typescript typings - add missing table4 parameter to transaction method — Added the missing table4 parameter to the typescript type definition of Dexie.transaction(), aligning it with other table parameters. Contributed by @​renbaoshuo (#2311)

Dexie v4.4.3

This is a maintenance release with bug fixes and a configuration API improvement.

Related Package Releases

Package Version
dexie 4.4.3
dexie-cloud-addon 4.4.13

Bug Fixes

dexie@4.4.3

  • fix: delByKeyPath() creates empty intermediate objects on missing pathDexie.delByKeyPath(obj, "foo.bar") on an object without foo would create {foo: {}} as a side effect instead of doing nothing. This caused a real-world bug in dexie-cloud-addon where clearing a dotted key from a changeSpec (e.g. claims.sub) would leave {claims: {}} in the spec, which then overwrote the inline primary key with undefined, resulting in: DataError: Evaluating the object store's key path did not yield a value. Fixed in setByKeyPath to bail out early when value is undefined and the intermediate path doesn't exist. (#2303)

  • fix: Collection.sortBy() mutates frozen array in immutable cache mode — calling .sortBy() on a table when using immutable cache mode could throw TypeError: Cannot assign to read only property because Array.sort() was called on a frozen array. Fixed by sorting on a copy instead. (#2294)

dexie-cloud-addon@4.4.12

  • rename: maxStringLengthlargeStringThreshold — the string offloading option is renamed for clarity. The old name is kept as a backward-compatible alias. (#2290)

  • fix: blob writebacks routed through BlobSavingQueue to avoid PSD context loss — after an async native fetch (blob download), Dexie's PSD zone is no longer active, causing table.mutate() to crash with Cannot read properties of undefined (reading 'table'). This surfaced as [dexie-cloud:blobResolve] Failed to resolve BlobRefs. Fixed by always routing blob writebacks through BlobSavingQueue.saveBlobs(), which opens a proper Dexie rw-transaction in a fresh JS task. Fixes lazy blob mode crash when using Dexie hooks with dexie-cloud-addon. (#2302)

  • fix: eager blob downloader could starve RAM — the eager downloader triggered blobResolveMiddleware which resolved all pending blobs into memory at once. Fixed by downloading blobs in chunks with a query limit, so memory usage stays bounded regardless of how many blobs are pending. (#2302)

... (truncated)

Commits
  • f151e96 chore: bump version to 4.4.4
  • 0cc46ac perf(live-query): avoid redundant double deepClone on initial query cache pop...
  • fb5d3b7 test(live-query): revert prettier formatting and keep only targeted test fixes
  • 8c8c24d test(live-query): parameterize issue 2309 test and fix pre-existing syntax/pr...
  • bb4c265 test(live-query): change actualResults to let to avoid TypeError in tests
  • a6edadb fix(live-query): clone results on cache read when cache: 'cloned' is used (is...
  • 9485361 Add missing table4 parameter typing to transaction method
  • 30134f6 Trigger new dev build
  • 9dd614d DataError after updating a user in dexie cloud when that user got an update f...
  • 0919742 Trigger dev build
  • Additional commits viewable in compare view
Maintainer changes

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


Updates es-toolkit from 1.45.1 to 1.49.0

Release notes

Sourced from es-toolkit's releases.

v1.49.0

Released on June 26th, 2026.

  • Added the es-toolkit/fp entrypoint with data-last, pipeable utilities, documentation, benchmarks, and bundle-size checks. ([#1781])
  • Added a broad set of array utilities to es-toolkit/fp, covering slicing, grouping, set operations, ordering, zipping, and collection helpers. ([#1801])
  • Fixed trimStart to validate multi-character trim strings correctly before it stops trimming. ([#1615])
  • Fixed compat/pick to prefer a literal key over a dot-notation path when the picked value is undefined. ([#1775])
  • Fixed compat/random to better match Lodash behavior for coerced bounds and floating-point options. ([#1767])
  • Fixed compat/chunk to handle NaN and Infinity size values consistently with Lodash. ([#1797])
  • Improved documentation and JSDoc accuracy across array, function, and compat references. ([#1785], [#1786], [#1788], [#1790], [#1791], [#1792], [#1793], [#1795], [#1800])

We sincerely thank @​Antoliny0919, @​D-Sketon, @​eunwoo-levi, and @​raon0211 for their contributions. We appreciate your great efforts!

v1.48.1

Released on June 21st, 2026.

  • Fixed the jsdelivr and unpkg CDN <script> entry that regressed in v1.48.0. The fields are now declared at the package root so yarn pack preserves them, since publishConfig only carries standard fields and dropped them. Both CDNs now serve the UMD bundle again.

v1.48.0

Released on June 21st, 2026.

  • Added AbortSignal support to timeout and withTimeout. ([#1617])
  • Fixed CDN <script> resolution by pointing jsdelivr/unpkg to the UMD bundle and dropping the misused browser field. ([#1395])
  • Fixed toMerged to deep clone the target so untouched nested values stay independent. ([#1780])
  • Fixed compat/toPath to keep empty segments for consecutive and trailing dots. ([#1778])
  • Fixed compat/difference to treat sparse array holes as undefined. ([#1773])
  • Fixed compat/parseInt to coerce input to a string before parsing. ([#1771])
  • Fixed compat/isNaN to improve checks for boxed values and non-numbers. ([#1646])
  • Fixed compat/isMatchWith to align nested primitive matching with lodash. ([#1647])

We sincerely thank @​aidant, @​Antoliny0919, @​D-Sketon, @​miinhho, @​MyraxByte, @​raon0211, @​sarathfrancis90, and @​ssi02014 for their contributions. We appreciate your great efforts!

v1.47.1

Released on June 12th, 2026.

  • Fixed maxBy and minBy to propagate NaN, matching Math.max/Math.min behavior. ([#1749])
  • Fixed orderBy and sortBy to place null and undefined values last when sorting. ([#1681])
  • Fixed isNumber to no longer treat boxed Number objects as numbers. ([#1726])
  • Fixed reduce and reduceRight to respect explicitly passed nullish accumulators. ([#1742])
  • Fixed isEmpty to handle functions with own enumerable properties. ([#1645])
  • Fixed the globalThis polyfill to avoid Function(...), supporting CSP environments without unsafe-eval.
  • Fixed ESM resolution for ./compat/* subpaths in package exports. ([#1757])
  • Fixed compat/size to count array-like objects by their length. ([#1766])
  • Fixed compat/round, compat/ceil, and compat/floor to return Infinity for infinite values with precision. ([#1764])
  • Fixed compat/random to coerce the upper bound for non-number max. ([#1751])
  • Fixed compat/toLength to coerce non-numeric values to 0. ([#1758])
  • Removed unused generic type parameters from pull. ([#1746])

We sincerely thank @​Amund211, @​Antoliny0919, @​chatman-media, @​D-Sketon, @​dayongkr, @​JetProc, @​parkhojeong, @​pbk95120, @​raon0211, @​sarathfrancis90, @​shaked-shlomo, and @​sukvvon for their contributions. We appreciate your great efforts!

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.49.0

Released on June 26th, 2026.

  • Added the es-toolkit/fp entrypoint with data-last, pipeable utilities, documentation, benchmarks, and bundle-size checks. (#1781)
  • Added a broad set of array utilities to es-toolkit/fp, covering slicing, grouping, set operations, ordering, zipping, and collection helpers. (#1801)
  • Fixed trimStart to validate multi-character trim strings correctly before it stops trimming. (#1615)
  • Fixed compat/pick to prefer a literal key over a dot-notation path when the picked value is undefined. (#1775)
  • Fixed compat/random to better match Lodash behavior for coerced bounds and floating-point options. (#1767)
  • Fixed compat/chunk to handle NaN and Infinity size values consistently with Lodash. (#1797)
  • Improved documentation and JSDoc accuracy across array, function, and compat references. (#1785, #1786, #1788, #1790, #1791, #1792, #1793, #1795, #1800)

We sincerely thank @​Antoliny0919, @​D-Sketon, @​eunwoo-levi, and @​raon0211 for their contributions. We appreciate your great efforts!

Version v1.48.1

Released on June 21st, 2026.

  • Fixed the jsdelivr and unpkg CDN <script> entry that regressed in v1.48.0. The fields are now declared at the package root so yarn pack preserves them, since publishConfig only carries standard fields and dropped them. Both CDNs now serve the UMD bundle again.

Version v1.48.0

Released on June 21st, 2026.

  • Added AbortSignal support to timeout and withTimeout. (#1617)
  • Fixed CDN <script> resolution by pointing jsdelivr/unpkg to the UMD bundle and dropping the misused browser field. (#1395)
  • Fixed toMerged to deep clone the target so untouched nested values stay independent. (#1780)
  • Fixed compat/toPath to keep empty segments for consecutive and trailing dots. (#1778)
  • Fixed compat/difference to treat sparse array holes as undefined. (#1773)
  • Fixed compat/parseInt to coerce input to a string before parsing. (#1771)
  • Fixed compat/isNaN to improve checks for boxed values and non-numbers. (#1646)
  • Fixed compat/isMatchWith to align nested primitive matching with lodash. (#1647)

We sincerely thank @​aidant, @​Antoliny0919, @​D-Sketon, @​miinhho, @​MyraxByte, @​raon0211, @​sarathfrancis90, and @​ssi02014 for their contributions. We appreciate your great efforts!

Version v1.47.1

Released on June 12th, 2026.

  • Fixed maxBy and minBy to propagate NaN, matching Math.max/Math.min behavior. (#1749)
  • Fixed orderBy and sortBy to place null and undefined values last when sorting. (#1681)

... (truncated)

Commits
  • c8d3c36 v1.49.0
  • 6b75d8a feat[fp]: add array pipeline utilities (#1801)
  • ba1686d build(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#1802)
  • 18ab50d build(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 (#1803)
  • 90d854c feat(fp): add es-toolkit/fp functional pipeline module (#1781)
  • 75c8841 docs(compat): unify "Lodash Compatibility" headings across reference docs (#1...
  • 0aaf0e6 fix(compat/chunk): handle NaN and Infinity size values for compability (#1797)
  • e008a28 fix(compat/random): compatibility issues with random function (#1767)
  • 6bbf178 fix(compat/pick): prioritize literal key over dot notation path when value is...
  • 2e9ce80 fix(compat/differenceBy): rename parameter arr to array for consistency (#1786)
  • Additional commits viewable in compare view

Updates firebase from 12.11.0 to 12.15.0

Release notes

Sourced from firebase's releases.

firebase@12.15.0

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/app@​0.15.0

Minor Changes

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

@​firebase/app-check@​0.12.0

Minor Changes

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

Patch Changes

  • e389f70 #9991 (fixes #9405) - Fix error causing Auth and AppCheck conflict when both are using ReCAPTCHA Enterprise.

firebase@12.15.0

Minor Changes

  • 043c0ab #9929 - Merge offline pipeline implementation with one minor API change

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

Patch Changes

@​firebase/firestore@​4.16.0

Minor Changes

  • 043c0ab #9929 - Merge offline pipeline implementation with one minor API change

@​firebase/ai@​2.13.1

Patch Changes

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot dependabot Bot changed the title chore(deps)(deps): bump the misc-minor-patch group with 18 updates chore(deps)(deps): bump the misc-minor-patch group across 1 directory with 18 updates Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/misc-minor-patch-507faccfed branch from 4633e3e to 565ff40 Compare July 6, 2026 05:54
… with 18 updates

Bumps the misc-minor-patch group with 1 update in the / directory: [@jcesarmobile/ssl-skip](https://github.com/jcesarmobile/ssl-skip).


Updates `@jcesarmobile/ssl-skip` from 0.4.0 to 0.9.0
- [Commits](https://github.com/jcesarmobile/ssl-skip/commits)

Updates `@remotion/captions` from 4.0.438 to 4.0.485
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.438...v4.0.485)

Updates `@remotion/openai-whisper` from 4.0.438 to 4.0.485
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.438...v4.0.485)

Updates `angular-shepherd` from 20.0.0 to 21.0.5
- [Release notes](https://github.com/shipshapecode/angular-shepherd/releases)
- [Changelog](https://github.com/shipshapecode/angular-shepherd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shipshapecode/angular-shepherd/commits)

Updates `date-fns` from 4.1.0 to 4.4.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Commits](date-fns/date-fns@v4.1.0...v4.4.0)

Updates `dexie` from 4.3.0 to 4.4.4
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.3.0...v4.4.4)

Updates `es-toolkit` from 1.45.1 to 1.49.0
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.45.1...v1.49.0)

Updates `firebase` from 12.11.0 to 12.15.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.11.0...firebase@12.15.0)

Updates `marked` from 15.0.12 to 18.0.5
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v15.0.12...v18.0.5)

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

Updates `nanoid` from 5.1.7 to 5.1.16
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.7...5.1.16)

Updates `ngx-markdown` from 21.1.0 to 21.3.0
- [Release notes](https://github.com/jfcere/ngx-markdown/releases)
- [Commits](jfcere/ngx-markdown@v21.1.0...v21.3.0)

Updates `ngx-vflow` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/artem-mangilev/ngx-vflow/releases)
- [Commits](artem-mangilev/ngx-vflow@v2.5.0...v2.6.0)

Updates `shepherd.js` from 14.5.1 to 15.2.2
- [Release notes](https://github.com/shipshapecode/shepherd/releases)
- [Changelog](https://github.com/shipshapecode/shepherd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shipshapecode/shepherd/commits)

Updates `turndown` from 7.2.2 to 7.2.4
- [Release notes](https://github.com/mixmark-io/turndown/releases)
- [Commits](mixmark-io/turndown@v7.2.2...v7.2.4)

Updates `vis-data` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/visjs/vis-data/releases)
- [Commits](visjs/vis-data@v8.0.3...v8.0.4)

Updates `vis-network` from 10.0.2 to 10.1.0
- [Release notes](https://github.com/visjs/vis-network/releases)
- [Changelog](https://github.com/visjs/vis-network/blob/master/HISTORY.md)
- [Commits](visjs/vis-network@v10.0.2...v10.1.0)

Updates `vis-timeline` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/visjs/vis-timeline/releases)
- [Changelog](https://github.com/visjs/vis-timeline/blob/master/HISTORY.md)
- [Commits](visjs/vis-timeline@v8.5.0...v8.5.1)

---
updated-dependencies:
- dependency-name: "@jcesarmobile/ssl-skip"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: "@remotion/captions"
  dependency-version: 4.0.484
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
- dependency-name: "@remotion/openai-whisper"
  dependency-version: 4.0.484
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
- dependency-name: angular-shepherd
  dependency-version: 21.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: misc-minor-patch
- dependency-name: date-fns
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: dexie
  dependency-version: 4.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: es-toolkit
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: firebase
  dependency-version: 12.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: marked
  dependency-version: 18.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: misc-minor-patch
- dependency-name: mermaid
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: nanoid
  dependency-version: 5.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
- dependency-name: ngx-markdown
  dependency-version: 21.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: ngx-vflow
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: shepherd.js
  dependency-version: 15.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: misc-minor-patch
- dependency-name: turndown
  dependency-version: 7.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
- dependency-name: vis-data
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
- dependency-name: vis-network
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-minor-patch
- dependency-name: vis-timeline
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/misc-minor-patch-507faccfed branch from 565ff40 to 56f696c Compare July 6, 2026 15:11
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

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

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/misc-minor-patch-507faccfed branch July 13, 2026 15:12
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