Skip to content

Bump the npm_and_yarn group across 8 directories with 7 updates#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/types/universal-router/npm_and_yarn-3f28e5d560
Closed

Bump the npm_and_yarn group across 8 directories with 7 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/types/universal-router/npm_and_yarn-3f28e5d560

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the npm_and_yarn group with 1 update in the /types/universal-router directory: path-to-regexp.
Bumps the npm_and_yarn group with 1 update in the /types/schwifty directory: objection.
Bumps the npm_and_yarn group with 1 update in the /types/rollup-plugin-json directory: rollup.
Bumps the npm_and_yarn group with 1 update in the /types/rappid directory: jointjs.
Bumps the npm_and_yarn group with 1 update in the /types/moxios directory: axios.
Bumps the npm_and_yarn group with 1 update in the /types/menubar directory: electron.
Bumps the npm_and_yarn group with 1 update in the /types/jest-json-schema directory: ajv.
Bumps the npm_and_yarn group with 1 update in the /types/electron-window-state directory: electron.

Updates path-to-regexp from 2.4.0 to 8.4.2

Release notes

Sourced from path-to-regexp's releases.

v8.4.2

Fixed

  • Error on trailing backslash (#434) 9a78879

Performance

  • Minimize array allocations (#437) 937c02d
  • Improve compile performance (#436) 57247e6
    • Should improve compilation performance by ~25%
  • Remove internal tokenization during parse (#435) 5844988
    • Should improve parse performance by ~20%

Bundle size to 1.93 kB, from 1.97 kB.


pillarjs/path-to-regexp@v8.4.1...v8.4.2

v8.4.1

Fixed

  • Remove trie deduplication (#431) 6bc8e84
    • Using a trie required non-greedy matching, which regressed wildcards in non-ending mode by matching them up until the first match. For example:
      • /*foo with /a/b = /a
      • /*foo.htmlwith /a/b.html/c.html = /a/b.html
  • Allow backtrack handling to match itself (#427) 5bcd30b
    • When backtracking was introduced, it rejected matching things like /:"a"_:"b" against /foo__. This makes intuitive sense because the second parameter is not going to backtrack on _ anymore, but it's somewhat unexpected since there's no reason it shouldn't match the second _.

pillarjs/path-to-regexp@v8.4.0...v8.4.1

v8.4.0

Important

Fixed

Changed

  • Dedupes regex prefixes (pillarjs/path-to-regexp#422)
    • This will result in shorter regular expressions for some cases using optional groups
  • Rejects large optional route combinations (pillarjs/path-to-regexp#424)
    • When using groups such as /users{/delete} it will restrict the number of generated combinations to < 256, equivalent to 8 top-level optional groups and unlikely to occur in a real world application, but avoids exploding the regex size for applications that accept user created routes

... (truncated)

Changelog

Sourced from path-to-regexp's changelog.

Moved to GitHub Releases

3.0.0 / 2019-01-13

  • Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g. /:att1-:att2-:att3-:att4-:att5)
  • Remove partial support, prefer escaping the prefix delimiter explicitly (e.g. \\/(apple-)?icon-:res(\\d+).png)
Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates objection from 1.6.11 to 3.1.5

Commits
Maintainer changes

This version was pushed to npm by lehni, a new releaser for objection since your current version.


Updates rollup from 0.54.1 to 4.60.1

Release notes

Sourced from rollup's releases.

v4.60.1

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

v4.60.0

4.60.0

2026-03-22

Features

  • Support source phase imports as long as they are external (#6279)

Pull Requests

v4.59.1

4.59.1

2026-03-21

Bug Fixes

  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

rollup changelog

0.68.2

2018-12-23

Bug Fixes

  • Do not assume hoisted variables to have been initialized (#2607)

Pull Requests

  • #2607: Fix an issues where hoisted variables were assumed to have been initialized (@​lye)

0.68.1

2018-12-19

Bug Fixes

  • Fix an issue with UMD wrappers where a variable is used without being defined (#2600)

Pull Requests

  • #2600: Fix UMD and IIFE wrapper issues and add comprehensive functional wrapper tests (@​lukastaegert)

0.68.0

2018-12-16

Breaking Changes

  • optimizeChunks is renamed to experimentalOptimizeChunks to reflect this feature is not production-ready yet ( #2575)

Features

  • Plugins can iterate all module ids via this.moduleIds (#2565)
  • Plugins can get graph information about a module via this.getModuleInfo(id) (#2565)
  • Plugins and JS API users get more information about the generated chunks: dynamicImports, facadeModuleId, isDynamicEntry, name (#2575)
  • Tree-shaken dynamic imports will no longer create chunks or influence chunking in any way (#2575)
  • Dynamic imports will no longer follow the entryFileNames but the chunkFileNames property reflecting those are solely internally used (#2575)
  • If there are chunk naming conflicts, entry chunks will always take precedence (#2575)
  • If an entry facade is created, only the facade chunk is marked as isEntry (#2575)
  • Dynamic chunks will only be marked as isEntry if they are actually entry chunks as well; thus there is now a 1-to-1 correspondence between modules listed in input and chunks marked as isEntry (#2575)
  • Chunks no longer contain imports for variables that are tree-shaken in the chunk but used in other chunks (#2584)
  • Chunks will always import re-exported variables directly from the chunk where they are originally exported from ( #2584)
  • Null characters will be pruned from chunk ids to allow for virtually created chunks and make rollup-plugin-multi-entry compatible with code-splitting and thus the upcoming 1.0 version (#2590)
  • Simplify the UMD wrapper code as much as possible, especially if there are no exports (#2594)
  • The UMD wrapper will now work in strict mode by checking for self before this when determining the global variable (#2594)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates jointjs from 2.2.1 to 3.7.7

Release notes

Sourced from jointjs's releases.

Release v3.7.7

CHANGELOG

  • dia.Paper - fix custom events on link label (8d3a09f4)
  • util.breakText - fix hyphenation regex to take international characters into account (c314a3d0)

Release v3.7.6

CHANGELOG

  • dia.Cell - make prop()'s internal set() call more efficient (4f8c058f6fbc51205fb8cd2d239ac042b6f5a8f6)
  • dia.LinkView - fix to prevent hidden doubleLinkTools to affect link bounding box (d9696c37ba2f2dfa5a031b1d7c7f2c1c56f25a50)
  • dia.attributes - fix to read all breakText options in textWrap attribute (dc9dc6f7bbf5284fe5971f2d2f18878274dbd320)
  • dia.attributes - fix ambiguous order of cache keys in text attribute (e0a5aacb09746dcf7f40982c2b4d1e7b1cac92a5)
  • connectors.Curve - fix wrong target tangent right direction (e291c175de58f9ca417d8f269496aedb8d53db4b)
  • linkTools.Segments - throw explicit error when incompatible router in use (f6ffb4b3e69c364acdffbae6fa536a8f2aa01d2b)
  • shapes.standard - fix cursor style on DoubleLink and ShadowLink (1a9ca06e1fa36dcd9574710797136aa5dc2078f9)
  • util.breakText - fix to use the defined separator to join words (dc9dc6f7bbf5284fe5971f2d2f18878274dbd320)
  • util.breakText - fix to allow empty string to be separator (dc9dc6f7bbf5284fe5971f2d2f18878274dbd320)
  • Geometry - prevent unnecessary object instantiation in Rect.prototype.containsPoint() (b8b8d9d38b405b1ce4b58b5441320799fd1f1f32)
  • Geometry - prevent rounding errors in simplify() of Polyline (70a8631f73df7ff3bc7e16cab6b4b9cb47f163ca)

Experimental

  • Vectorizer: add option to support camel case attributes (2c4804e80f58c3639012995ff73fa2072f7b8197)
  • routers.RightAngle: support user-defined vertices (7aca426c775217ed457d43fb569916b02c8d4037)

Release 3.7.5

CHANGELOG

  • layout.PortLabel - fix passing of label.position.args.attrs in inside, outside, radial layouts (2b826315)
  • connectors.Jumpover - fix to prevent stacked links from causing jumps (d8b2226f)
  • util.breakText - fix to prevent NO_SPACE characters from appearing in the result (690e84b2)

Release 3.7.4

CHANGELOG

  • dia.LinkView - fix element detection when using snapLinkSelf: true (8cfdea40)

Release v3.7.3

CHANGELOG

  • demo.Isometric - add new demo as example of isometric projection (75a94c0e)
  • dia.Cell - add foregroundEmbeds option to toFront() and toBack() methods (ddc53455)
  • dia.Cell - fix the depth-first algorithm in getEmbeddedCells() method (e0e9144b)

Release v3.7.2

CHANGELOG

  • demo - add DWDM (Dense wavelength-division multiplexing) example

... (truncated)

Changelog

Sourced from jointjs's changelog.

13-02-2026 (v4.2.4)

@​joint/core

  • dia.Paper - fix to handle element removal during pointer events
  • dia.Graph - fix to pass options to batch:start and batch:stop events consistently
  • mvc.Model - fix to trigger the changeId event only if the previous ID is different from the current ID
  • Vectorizer - fix getTransformToElement() when the target node is inside a nested SVG document

21-01-2026 (v4.2.3)

@​joint/core

  • dia.Paper - fix to wake up idle async paper with initializeUnmounted: true when a new cell is added to graph
  • dia.Paper - fix to prevent an error when a view is synchronously dumped during an asynchronous visibility check
  • dia.Element - fix getPortBBox() to return a valid bbox when port has no size defined

@​joint/layout-directed-graph

  • layout.DirectedGraph - fix to accept a padding object for clusterPadding option of layout()

16-12-2025 (v4.2.2)

@​joint/core

  • dia.Graph - fix types

@​joint/layout-directed-graph

  • layout.DirectedGraph - ignore cell layers in the layout

@​joint/layout-msagl

  • layout.MSAGL - ignore cell layers in the layout

20-11-2025 (v4.2.1)

@​joint/core

  • fix types to allow port optional transformations and make all SVG attributes nullable

10-11-2025 (v4.2.0)

  • add new ELK layout example

@​joint/core

  • dia.Paper - introduce layers API
  • dia.Paper - rework autoFreeze option
  • dia.Paper - add measureNode() callback option
  • dia.Paper - add findClosestMagnetToPoint() method
  • dia.Paper - add viewManagement option for advanced view lifecycle management
  • dia.Paper - add cellVisibility() callback option
  • dia.Paper - add disposeHiddenCellViews() method
  • dia.Paper - add prioritizeCellViewMount() and prioritizeCellViewUnmount() methods
  • dia.Paper - add updateCellVisibility() and updateCellsVisibility() methods
  • dia.Paper - add isCellVisible() method
  • dia.Paper - fix to only trigger 'render:idle' event after all updates are completed

... (truncated)

Commits

Updates axios from 0.16.2 to 1.14.0

Release notes

Sourced from axios's releases.

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)
  • CommonJS Compatibility: Fixed package main entry regression affecting CJS consumers. (#7532)

🔧 Maintenance & Chores

  • Security/Dependencies: Updated formidable and refreshed package set to newer versions. (#7533, #10556)
  • Tooling: Continued migration to Vitest and modernised CI/test harnesses. (#7484, #7489, #7498)
  • Build/Lint Stack: Rollup, ESLint, TypeScript, and related dev-dependency updates. (#7508, #7509, #7522)
  • Documentation: Clarified JSON parsing and adapter-related docs/comments. (#7398, #7460, #7478)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Full Changelog: v1.13.6...v1.14.0

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:
    • Fixed module exports for React Native and Browserify environments. (#7386)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates electron from 1.8.8 to 41.1.1

Release notes

Sourced from electron's releases.

electron v41.1.1

Release Notes for v41.1.1

Fixes

  • Fixed a crash when calling contentTracing.getTraceBufferUsage() while a trace session is active. #50594 (Also in 39, 40, 42)
  • Fixed printing on Linux failing with "Invalid printer settings". #50486 (Also in 42)

Other Changes

  • Enabled profile-guided optimization for V8 builtins in release builds, improving JavaScript builtin performance (Array, String, RegExp, etc.). #50574 (Also in 40, 42)

electron v41.1.0

Release Notes for v41.1.0

Features

  • Added nativeTheme.shouldDifferentiateWithoutColor on macOS. #50408 (Also in 42)
  • Notes: Added support for the urgency option in Notifications on Windows. #50382 (Also in 42)

Fixes

  • Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters. #50483 (Also in 40)
  • Fixed a crash in clipboard.readImage() when the clipboard contains malformed image data. #50492 (Also in 39, 40, 42)
  • Fixed a crash when calling an offscreen shared texture's release() after the texture object was garbage collected. #50501 (Also in 39, 40, 42)
  • Fixed an accessibility issue where the AXMenuOpened event was not fired on menu creation. #50506 (Also in 40, 42)
  • Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows. #50519 (Also in 40)

Other Changes

  • Updated Chromium to 146.0.7680.166. #50458

electron v41.0.4

Release Notes for v41.0.4

Fixes

  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50399 (Also in 39, 40, 42)
  • Fixed improper focus tracking in BaseWindow on MacOS. #50340 (Also in 39, 40, 42)
  • Fixed logic bug that rendered certain window types un-resizable on MAS builds. #50354 (Also in 40, 42)
  • Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit. #50386 (Also in 40, 42)
  • Fixed window freeze when failing to enter/exit fullscreen on macOS. #50343 (Also in 39, 40, 42)
  • Improved the appearance of shadows and borders on frameless windows on Wayland. #50213

Other Changes

  • Added support for using a proxy during yarn install. #50350 (Also in 39, 40, 42)
  • Updated Chromium to 146.0.7680.153. #50346

electron v41.0.3

Release Notes for v41.0.3

Fixes

... (truncated)

Commits
  • 7889677 ci: update actions to node24 (#50522)
  • 40eb416 ci: update nick-fields/retry to v4.0.0 (#50544)
  • 5a69e80 ci: add functionality for programmatic add/remove needs-signed-commits label ...
  • 90decd4 fix: add missing HandleScope in contentTracing.getTraceBufferUsage() (#50594)
  • ba551d2 perf: enable V8 builtins PGO (#50574)
  • 24784ed refactor: improve input handling in FilePath gin converter (#50547)
  • f49f6b1 docs: clarify allowed characters in protocol names (#50538)
  • c63e0d8 test: add interactive macOS dialog tests (#50528)
  • 33a81b4 fix: register PrintDialogLinuxFactory on Linux (#50486)
  • eb49ed9 fix: outdated execution path for COM activation (#50519)
  • Additional commits viewable in compare view

Updates ajv from 4.11.8 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

... (truncated)

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • 9050ba1 bump version to 8.17.1 (#2472)
  • f7831b4 fixes #2217 - clarify custom keyword naming (#2457)
  • a523784 fix: changes for @​typescript-eslint/array-type rule (#2467)
  • 595fe58 feat: add test for encoded refs and bump fast-uri (#2449)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates electron from 1.8.8 to 41.1.1

Release notes

Sourced from electron's releases.

electron v41.1.1

Release Notes for v41.1.1

Fixes

  • Fixed a crash when calling contentTracing.getTraceBufferUsage() while a trace session is active. #50594 (Also in 39, 40, 42)
  • Fixed printing on Linux failing with "Invalid printer settings". #50486 (Also in 42)

Other Changes

  • Enabled profile-guided optimization for V8 builtins in release builds, improving JavaScript builtin performance (Array, String, RegExp, etc.). #50574 (Also in 40, 42)

electron v41.1.0

Release Notes for v41.1.0

Features

  • Added nativeTheme.shouldDifferentiateWithoutColor on macOS. #50408 (Also in 42)
  • Notes: Added support for the urgency option in Notifications on Windows. #50382 (Also in 42)

Fixes

  • Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters. #50483 (Also in 40)
  • Fixed a crash in clipboard.readImage() when the clipboard contains malformed image data. #50492 (Also in 39, 40, 42)
  • Fixed a crash when calling an offscreen shared texture's release() after the texture object was garbage collected. #50501 (Also in 39, 40, 42)
  • Fixed an accessibility issue where the AXMenuOpened event was not fired on menu creation. #50506<...

    Description has been truncated

Bumps the npm_and_yarn group with 1 update in the /types/universal-router directory: [path-to-regexp](https://github.com/pillarjs/path-to-regexp).
Bumps the npm_and_yarn group with 1 update in the /types/schwifty directory: [objection](https://github.com/vincit/objection.js).
Bumps the npm_and_yarn group with 1 update in the /types/rollup-plugin-json directory: [rollup](https://github.com/rollup/rollup).
Bumps the npm_and_yarn group with 1 update in the /types/rappid directory: [jointjs](https://github.com/clientIO/joint).
Bumps the npm_and_yarn group with 1 update in the /types/moxios directory: [axios](https://github.com/axios/axios).
Bumps the npm_and_yarn group with 1 update in the /types/menubar directory: [electron](https://github.com/electron/electron).
Bumps the npm_and_yarn group with 1 update in the /types/jest-json-schema directory: [ajv](https://github.com/ajv-validator/ajv).
Bumps the npm_and_yarn group with 1 update in the /types/electron-window-state directory: [electron](https://github.com/electron/electron).


Updates `path-to-regexp` from 2.4.0 to 8.4.2
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v2.4.0...v8.4.2)

Updates `objection` from 1.6.11 to 3.1.5
- [Commits](Vincit/objection.js@1.6.11...3.1.5)

Updates `rollup` from 0.54.1 to 4.60.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG-0.md)
- [Commits](rollup/rollup@v0.54.1...v4.60.1)

Updates `jointjs` from 2.2.1 to 3.7.7
- [Release notes](https://github.com/clientIO/joint/releases)
- [Changelog](https://github.com/clientIO/joint/blob/master/CHANGELOG)
- [Commits](clientIO/joint@v2.2.1...v3.7.7)

Updates `axios` from 0.16.2 to 1.14.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.16.2...v1.14.0)

Updates `electron` from 1.8.8 to 41.1.1
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v1.8.8...v41.1.1)

Updates `ajv` from 4.11.8 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@4.11.8...v8.18.0)

Updates `electron` from 1.8.8 to 41.1.1
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v1.8.8...v41.1.1)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: objection
  dependency-version: 3.1.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-version: 4.60.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jointjs
  dependency-version: 3.7.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: electron
  dependency-version: 41.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: electron
  dependency-version: 41.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

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 Apr 5, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 7, 2026

Superseded by #2.

@dependabot dependabot bot closed this Apr 7, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/types/universal-router/npm_and_yarn-3f28e5d560 branch April 7, 2026 17:21
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