Skip to content

chore(deps): bump the all group across 1 directory with 25 updates#85

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dab02cecd1
Closed

chore(deps): bump the all group across 1 directory with 25 updates#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dab02cecd1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2025

Copy link
Copy Markdown
Contributor

Bumps the all group with 13 updates in the / directory:

Package From To
fs-extra 11.2.0 11.3.0
c8 10.1.2 10.1.3
chai 5.1.1 5.1.2
chai-as-promised 8.0.0 8.0.1
esmock 2.6.7 2.7.0
mocha 10.7.0 11.1.0
sinon 18.0.0 19.0.2
cross-spawn 7.0.3 7.0.6
debug 4.3.5 4.4.0
escalade 3.1.2 3.2.0
foreground-child 3.2.1 3.3.0
loupe 3.1.1 3.1.3
semver 7.6.3 7.7.0

Updates fs-extra from 11.2.0 to 11.3.0

Changelog

Sourced from fs-extra's changelog.

11.3.0 / 2025-01-15

  • Add promise support for newer fs methods (#1044, #1045)
  • Use fs.opendir in copy()/copySync() for better perf/scalability (#972, #1028)
Commits

Updates c8 from 10.1.2 to 10.1.3

Release notes

Sourced from c8's releases.

v10.1.3

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Changelog

Sourced from c8's changelog.

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Commits

Updates chai from 5.1.1 to 5.1.2

Release notes

Sourced from chai's releases.

v5.1.2

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

Commits

Updates chai-as-promised from 8.0.0 to 8.0.1

Release notes

Sourced from chai-as-promised's releases.

v8.0.1

What's Changed

Full Changelog: chaijs/chai-as-promised@v8.0.0...v8.0.1

Commits

Updates esmock from 2.6.7 to 2.7.0

Release notes

Sourced from esmock's releases.

resolve openai mocking

resolve issue that prevented openai package mock

support node v23

Add node 23 ro the test matrix and update to support node 23,

add pnpm test

fixes an issue that prevented esmock from being used with pnpm,

Changelog

Sourced from esmock's changelog.

changelog

... (truncated)

Commits
  • 997e5ee Merge pull request #323 from iambumblehead/update-typescript-eslint
  • e4f070f update typescript-eslint
  • 9be2a33 Merge pull request #322 from iambumblehead/resolve-failing-openai-mock-test
  • 37cbd16 drop swc tests, runtime error at windows environment causes test failure
  • acd3a0c try incrementing swc to resolve failing windows swc tests
  • 41bccc9 update resolver package
  • 48b2b07 add failing openai mock test
  • 5db199a Merge pull request #318 from iambumblehead/increment-package-version
  • 6f378e6 increment package.json version: 2.6.9
  • 8966e11 Merge pull request #317 from iambumblehead/add-rimraf-glob-option-restore-rm-...
  • Additional commits viewable in compare view

Updates mocha from 10.7.0 to 11.1.0

Release notes

Sourced from mocha's releases.

v11.1.0

11.1.0 (2025-01-02)

🌟 Features

v11.0.2

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdated status: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)

v11.0.1

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

v11.0.0 Prerelease

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

11.1.0 (2025-01-02)

🌟 Features

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdated status: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Commits

Updates sinon from 18.0.0 to 19.0.2

Changelog

Sourced from sinon's changelog.

19.0.2

  • 4eb4c4bc Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
  • a5b03db3 Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

19.0.1

  • 037ec2d2 Update migration docs (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

19.0.0

  • 3534ab4f Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)

    Ensures consistency and less breakage when there are "circular" dependencies.

  • 912c568d upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
    • Upgrade dependencies (includes breaking API in Fake Timers)
    • fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
  • 9715798e Use newer @mochify/* packages (#2609) (Carl-Erik Kopseng)

    Co-authored-by: Maximilian Antoni mail@maxantoni.de

Released by Carl-Erik Kopseng on 2024-09-13.

18.0.1

Basically a patch release to update a transitive dependency in Nise.

  • 03e33ec6 Pin fake-timers@11.2.2 to avoid breaking change (Carl-Erik Kopseng)
  • 5a7924ad Add createStubInstance header in stubs.md (Daniel Kaplan)
  • ad6804cd Bump elliptic from 6.5.5 to 6.5.7 (#2608) (dependabot[bot])
  • 033287bd Bump path-to-regexp and nise (#2611) (dependabot[bot])

    Bumps path-to-regexp to 8.1.0 and updates ancestor dependency nise. These dependencies need to be updated together.

    Updates path-to-regexp from 6.2.2 to 8.1.0

... (truncated)

Commits

Updates @bcoe/v8-coverage from 0.2.3 to 1.0.2

Commits

Updates @sinonjs/commons from 2.0.0 to 3.0.1

Changelog

Sourced from @​sinonjs/commons's changelog.

3.0.1

  • f82068f chore: remove obsolete IE11 code (Morgan Roderick)

    When we upgraed to @​sinonjs/eslint-config@​4 in 09e99f4e310c20408df50330124e4d68a60e9b6a we effectively removed support for IE11.

    That means that this code branch is obsolete and is safe to remove.

Released by Morgan Roderick on 2024-01-20.

3.0.0

  • b0253f8 Drop node 12, hello node 18 (Morgan Roderick)

Released by Morgan Roderick on 2022-11-28.

Commits

Updates @sinonjs/fake-timers from 11.2.2 to 13.0.5

Changelog

Sourced from @​sinonjs/fake-timers's changelog.

13.0.5 / 2024-10-28

  • Ensure checks based Object.keys length pass for fake Dates (#513)

13.0.4 / 2024-10-22

  • Fix constructor-based checks for fake Date no longer pass after installing (#512) (patches the patch)

13.0.3 / 2024-10-17

  • Ensure checks based on the constructor property passes for fake Dates (#511)

13.0.2 / 2024-09-13

  • fix #504: make instances of original Date pass as instances of the fake Date (#505)

13.0.1 / 2024-08-26

  • Add a guard to prevent test from failing in Puppeteer
  • Add a missing test on using timers not present on a custom global
  • Fix toString() output

13.0.0 / 2024-08-25

  • fix: fake all supported timers by default (#323) (BREAKING)

12.0.0 / 2024-08-24

  • Support performance.measure+mark (#499)
  • fix: save methods of children Date instance (#437) (#480) (potentially BREAKING)

11.3.1 / 2024-08-24

  • Prevent releasing on branches other than 'main'
  • Enable saucelabs tests
  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9

11.3.0 / 2024-08-24

  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9

... (truncated)

Commits
  • 7861c93 13.0.5
  • edbb45f Updated release files for 13.0.5
  • 754d785 Ensure checks based Object.keys length pass for fake Dates (#513)
  • 77a516c 13.0.4
  • 711b98e Updated release files for 13.0.4
  • 0bf9d0c Fix constructor-based checks for fake Date no longer pass after installing (#...
  • 2eb02fe 13.0.3
  • 3d3efdf Updated release files for 13.0.3
  • 2b637d0 Add .tool-versions to lock Node version for development
  • 29f9547 Ensure checks based on the constructor property passes for fake Dates (#511)
  • Additional commits viewable in compare view

Updates @sinonjs/samsam from 8.0.0 to 8.0.2

Changelog

Sourced from @​sinonjs/samsam's changelog.

8.0.2

  • 631d739 Fix low-hanging 'npm audit' fruits (Carl-Erik Kopseng)
  • a3cdefa Bump elliptic from 6.5.4 to 6.5.7 (#248) (dependabot[bot])

    Signed-off-by: dependabot[bot] support@github.com > Co-authored-by: dependabot[bot]

  • 47e4b73 Bump browserify-sign from 4.2.1 to 4.2.3 (#249) (dependabot[bot])

    Co-authored-by: dependabot[bot]

Released by Carl-Erik Kopseng on 2024-09-12.

8.0.1

  • ca41112 Update all dependencies (#247) (Carl-Erik Kopseng)

  • 153c0a7 Fix matcher cyclic object infinite recursion issue (#245) (Phil Spitzer)

Released by Carl-Erik Kopseng on 2024-09-12.

Commits

Updates @sinonjs/text-encoding from 0.7.2 to 0.7.3

Commits

Updates cliui from 7.0.4 to 8.0.1

Release notes

Sourced from cliui's releases.

v8.0.1

8.0.1 (2022-10-01)

Bug Fixes

  • deps: move rollup-plugin-ts to dev deps (#124) (7c8bd6b)

v8.0.0

8.0.0 (2022-09-30)

⚠ BREAKING CHANGES

Bug Fixes

Changelog

Sourced from cliui's changelog.

8.0.1 (2022-10-01)

Bug Fixes

  • deps: move rollup-plugin-ts to dev deps (#124) (7c8bd6b)

8.0.0 (2022-09-30)

⚠ BREAKING CHANGES

Bug Fixes

Commits

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • Additional commits viewable in compare view

Updates debug from 4.3.5 to 4.4.0

Release notes

Sourced from debug's releases.

4.4.0

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

4.3.7

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

4.3.6

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

Commits

Updates ms from 2.1.2 to 2.1.3

Release notes

Sourced from ms's releases.

2.1.3

Patches

  • Rename zeit to vercel: #151
  • Bump eslint from 4.12.1 to 4.18.2: #122
  • Add prettier as a dev dependency: #135 #153
  • Use GitHub Actions CI: #154

Credits

Huge thanks to @​getsnoopy for helping!

Commits

Updates escalade from 3.1.2 to 3.2.0

Release notes

Sourced from escalade's releases.

v3.2.0

Patches

  • Declare separate ESM and CommonJS TypeScript definitions: a72e1c3 Previously, only ESM definitions were shipped but were exported in a way that could cause tool/resolution ambiguity.

Chores

  • Update Node.js version matrix in CI suite: a8c6820

Full Changelog: lukeed/escalade@v3.1.2...v3.2.0

Commits

Updates foreground-child from 3.2.1 to 3.3.0

Changelog

Sourced from foreground-child's changelog.

Changes

v3.3

  • Include watchdogPid as a metadata argument to cleanup function

v3.2

  • Export watchdog and proxySignals functionality

v3.1

  • Add support for optional SpawnOptions param

v3.0

  • Rewritten as hybrid module in TypeScript
  • Support modifying (or suppressing) the exit of parent process.
  • Named export instead of default export
  • Add watchdog side process to terminate the child process if the parent is killed with an uncatchable signal, and the automatic SIGHUP is not sufficient.
  • Cleanup function no longer takes a done callback. Use promises for async actions.

v2.0.0

  • BREAKING CHANGE: Require Node 8
  • Internal: Add lock file
  • Support async before exit callback
  • Update various dependencies

v1.5.6

  • Fix 'childHangup is undefined'

v1.5.5

  • add files list to package.json
  • neveragain.tech pledge request

v1.5.4

  • update tap to v8
  • Let the child decide if signals should be fatal

v1.5.3

  • bump deps

... (truncated)

Commits

Updates glob from 8.1.0 to 10.4.5

Changelog

Sourced from glob's changelog.

changeglob

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

9.3.3

  • Upgraded minimatch to v8, adding support for any deg...

    Description has been truncated

Bumps the all group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.2.0` | `11.3.0` |
| [c8](https://github.com/bcoe/c8) | `10.1.2` | `10.1.3` |
| [chai](https://github.com/chaijs/chai) | `5.1.1` | `5.1.2` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `8.0.0` | `8.0.1` |
| [esmock](https://github.com/iambumblehead/esmock) | `2.6.7` | `2.7.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.7.0` | `11.1.0` |
| [sinon](https://github.com/sinonjs/sinon) | `18.0.0` | `19.0.2` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [debug](https://github.com/debug-js/debug) | `4.3.5` | `4.4.0` |
| [escalade](https://github.com/lukeed/escalade) | `3.1.2` | `3.2.0` |
| [foreground-child](https://github.com/tapjs/foreground-child) | `3.2.1` | `3.3.0` |
| [loupe](https://github.com/chaijs/loupe) | `3.1.1` | `3.1.3` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.0` |



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

Updates `c8` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

Updates `chai` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.1...v5.1.2)

Updates `chai-as-promised` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v8.0.0...v8.0.1)

Updates `esmock` from 2.6.7 to 2.7.0
- [Release notes](https://github.com/iambumblehead/esmock/releases)
- [Changelog](https://github.com/iambumblehead/esmock/blob/main/CHANGELOG.md)
- [Commits](iambumblehead/esmock@v2.6.7...v2.7.0)

Updates `mocha` from 10.7.0 to 11.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v11.1.0)

Updates `sinon` from 18.0.0 to 19.0.2
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v18.0.0...v19.0.2)

Updates `@bcoe/v8-coverage` from 0.2.3 to 1.0.2
- [Commits](https://github.com/bcoe/v8-coverage/commits)

Updates `@sinonjs/commons` from 2.0.0 to 3.0.1
- [Changelog](https://github.com/sinonjs/commons/blob/main/CHANGES.md)
- [Commits](sinonjs/commons@v2.0.0...v3.0.1)

Updates `@sinonjs/fake-timers` from 11.2.2 to 13.0.5
- [Release notes](https://github.com/sinonjs/fake-timers/releases)
- [Changelog](https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md)
- [Commits](sinonjs/fake-timers@v11.2.2...v13.0.5)

Updates `@sinonjs/samsam` from 8.0.0 to 8.0.2
- [Release notes](https://github.com/sinonjs/samsam/releases)
- [Changelog](https://github.com/sinonjs/samsam/blob/main/CHANGES.md)
- [Commits](sinonjs/samsam@v8.0.0...v8.0.2)

Updates `@sinonjs/text-encoding` from 0.7.2 to 0.7.3
- [Commits](sinonjs/text-encoding@0.7.2...v0.7.3)

Updates `cliui` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/yargs/cliui/releases)
- [Changelog](https://github.com/yargs/cliui/blob/master/CHANGELOG.md)
- [Commits](yargs/cliui@v7.0.4...v8.0.1)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `debug` from 4.3.5 to 4.4.0
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.5...4.4.0)

Updates `ms` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](vercel/ms@2.1.2...2.1.3)

Updates `escalade` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/lukeed/escalade/releases)
- [Commits](lukeed/escalade@v3.1.2...v3.2.0)

Updates `foreground-child` from 3.2.1 to 3.3.0
- [Changelog](https://github.com/tapjs/foreground-child/blob/main/CHANGELOG.md)
- [Commits](tapjs/foreground-child@v3.2.1...v3.3.0)

Updates `glob` from 8.1.0 to 10.4.5
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v8.1.0...v10.4.5)

Updates `loupe` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/chaijs/loupe/releases)
- [Commits](chaijs/loupe@v3.1.1...v3.1.3)

Updates `yargs` from 16.2.0 to 17.7.2
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v16.2.0...v17.7.2)

Updates `yargs-parser` from 20.2.9 to 21.1.1
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs-parser@yargs-parser-v20.2.9...yargs-parser-v21.1.1)

Updates `nise` from 6.0.0 to 6.1.1
- [Commits](https://github.com/sinonjs/nise/commits)

Updates `path-to-regexp` from 6.2.2 to 8.2.0
- [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@v6.2.2...v8.2.0)

Updates `semver` from 7.6.3 to 7.7.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.3...v7.7.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chai-as-promised
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: esmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@bcoe/v8-coverage"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@sinonjs/commons"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@sinonjs/fake-timers"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@sinonjs/samsam"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@sinonjs/text-encoding"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cliui
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: cross-spawn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: debug
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ms
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: escalade
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: foreground-child
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: glob
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: loupe
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yargs
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: yargs-parser
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: nise
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: path-to-regexp
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Feb 2, 2025
@dependabot @github

dependabot Bot commented on behalf of github Feb 9, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #87.

@dependabot dependabot Bot closed this Feb 9, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/all-dab02cecd1 branch February 9, 2025 16:38
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