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

Bump the npm_and_yarn group across 16 directories with 10 updates #2085

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm_and_yarn group with 5 updates in the /Extensions/FileUtilities/XmlFileUpdateTask directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.4 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
mocha 10.2.0 10.8.2

Bumps the npm_and_yarn group with 4 updates in the /Extensions/Sarif2JUnitConverter/Sarif2JUnitConverterTask directory: braces, micromatch, minimist and cross-spawn.
Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionAndroidManifest directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
cross-spawn 7.0.3 7.0.6
webpack 5.76.1 5.98.0

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionAngularFileTask directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
cross-spawn 7.0.3 7.0.6
webpack 5.76.1 5.98.0

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionDotNetCoreAssembliesTask directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
cross-spawn 7.0.3 7.0.6
webpack 5.76.1 5.98.0

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionIOSPlistManifest directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
cross-spawn 7.0.3 7.0.6
webpack 5.76.1 5.98.0

Bumps the npm_and_yarn group with 4 updates in the /Extensions/Versioning/VersionJSONFileTask directory: braces, micromatch, minimist and cross-spawn.
Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiPDFExport/WikiPDFExportTask/WikiPDFExportTaskV3 directory: braces, minimist, serialize-javascript and mocha.
Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiPDFExport/WikiPDFExportTask/WikiPDFExportTaskV4 directory: braces, minimist, serialize-javascript and mocha.
Bumps the npm_and_yarn group with 5 updates in the /Extensions/WikiUpdater/WikiFolderUpdaterTask/WikiFolderUpdaterTaskV2 directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
mocha 10.2.0 10.8.2

Bumps the npm_and_yarn group with 3 updates in the /Extensions/WikiUpdater/WikiFolderUpdaterTask/WikiFolderUpdaterTaskV3 directory: braces, micromatch and cross-spawn.
Bumps the npm_and_yarn group with 8 updates in the /Extensions/WikiUpdater/WikiUpdaterTask/WikiUpdaterTaskV2 directory:

Package From To
ansi-regex 5.0.0 5.0.1
braces 3.0.2 3.0.3
micromatch 4.0.5 4.0.8
minimatch 3.0.4 3.1.2
minimist 1.2.5 1.2.8
path-parse 1.0.6 1.0.7
serialize-javascript 6.0.0 6.0.2
mocha 10.4.0 10.8.2

Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiUpdater/WikiUpdaterTask/WikiUpdaterTaskV3 directory: braces, micromatch, minimist and cross-spawn.
Bumps the npm_and_yarn group with 4 updates in the /Extensions/XplatGenerateReleaseNotes/XplatGenerateReleaseNotesTask directory: minimist, serialize-javascript, mocha and cross-spawn.
Bumps the npm_and_yarn group with 4 updates in the /Extensions/YamlGenerator/YamlGeneratorTask directory: braces, micromatch, minimist and cross-spawn.
Bumps the npm_and_yarn group with 5 updates in the /Tools/GetAPIJsonPayloads directory:

Package From To
braces 3.0.2 3.0.3
micromatch 4.0.4 4.0.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.0 6.0.2
webpack 5.76.1 5.98.0

Updates braces from 3.0.2 to 3.0.3

Commits

Updates micromatch from 4.0.4 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.

[4.0.1 - 4.0.5]

[4.0.0] - 2019-03-20

Added

  • Adds support for options.onMatch. See the readme for details
  • Adds support for options.onIgnore. See the readme for details
  • Adds support for options.onResult. See the readme for details

Breaking changes

  • Require Node.js >= 8.6
  • Removed support for passing an array of brace patterns to micromatch.braces().
  • To strictly enforce closing brackets (for {, [, and (), you must now use strictBrackets=true instead of strictErrors.
  • cache - caching and all related options and methods have been removed
  • options.unixify was renamed to options.windows
  • options.nodupes Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch, onResult and onIgnore functions.
  • options.snapdragon was removed, as snapdragon is no longer used.
  • options.sourcemap was removed, as snapdragon is no longer used, which provided sourcemap support.

[3.0.0] - 2017-04-11

Complete overhaul, with 36,000+ new unit tests validated against actual output generated by Bash and minimatch. More specifically, 35,000+ of the tests:

  • micromatch results are directly compared to bash results
  • in rare cases, when micromatch and bash disagree, micromatch's results are compared to minimatch's results
  • micromatch is much more accurate than minimatch, so there were cases where I had to make assumptions. I'll try to document these.

This refactor introduces a parser and compiler that are supersets of more granular parsers and compilers from other sub-modules. Each of these sub-modules has a singular responsibility and focuses on a certain type of matching that aligns with a specific part of the Bash "expansion" API.

These sub-modules work like plugins to seamlessly create the micromatch parser/compiler, so that strings are parsed in one pass, an AST is created, then a new string is generated by the compiler.

... (truncated)

Commits

Updates minimist from 1.2.6 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

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


Updates serialize-javascript from 6.0.0 to 6.0.2

Release notes

Sourced from serialize-javascript's releases.

v6.0.2

  • fix: serialize URL string contents to prevent XSS (#173) f27d65d
  • Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171) 02499c0
  • docs: update readme with URL support (#146) 0d88527
  • chore: update node version and lock file e2a3a91
  • fix typo (#164) 5a1fa64

yahoo/serialize-javascript@v6.0.1...v6.0.2

v6.0.1

What's Changed

New Contributors

Full Changelog: yahoo/serialize-javascript@v6.0.0...v6.0.1

Commits

Updates mocha from 10.2.0 to 10.8.2

Release notes

Sourced from mocha's releases.

v10.8.2

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

v10.8.1

10.8.1 (2024-10-29)

🩹 Fixes

v10.8.0

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Changelog

Sourced from mocha's changelog.

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

10.8.1 (2024-10-29)

🩹 Fixes

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

🧹 Chores

  • fix npm scripts on windows (#5219) (1173da0)
  • remove trailing whitespace in SECURITY.md (7563e59)

10.7.3 (2024-08-09)

... (truncated)

Commits
  • 05097db chore(main): release 10.8.2 (#5239)
  • 14e640e docs: indicate 'exports' interface does not work in browsers (#5181)
  • 881e3b0 chore: fix docs builds by re-adding eleventy and ignoring gitignore again (#5...
  • f054acc fix: test link in html reporter (#5224)
  • e536ab2 build(deps): bump the github-actions group with 1 update (#5132)
  • ba0fefe fix: support errors with circular dependencies in object values with --parall...
  • f44f71b chore(main): release 10.8.1 (#5238)
  • f72bc17 fix: handle case of invalid package.json with no explicit config (#5198)
  • 68803b6 fix: use accurate test links in HTML reporter (#5228)
  • d8ca270 fix: Typos on mochajs.org (#5237)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates braces from 3.0.2 to 3.0.3

Commits

Updates micromatch from 4.0.5 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.

[4.0.1 - 4.0.5]

[4.0.0] - 2019-03-20

Added

  • Adds support for options.onMatch. See the readme for details
  • Adds support for options.onIgnore. See the readme for details
  • Adds support for options.onResult. See the readme for details

Breaking changes

  • Require Node.js >= 8.6
  • Removed support for passing an array of brace patterns to micromatch.braces().
  • To strictly enforce closing brackets (for {, [, and (), you must now use strictBrackets=true instead of strictErrors.
  • cache - caching and all related options and methods have been removed
  • options.unixify was renamed to options.windows
  • options.nodupes Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch, onResult and onIgnore functions.
  • options.snapdragon was removed, as snapdragon is no longer used.
  • options.sourcemap was removed, as snapdragon is no longer used, which provided sourcemap support.

[3.0.0] - 2017-04-11

Complete overhaul, with 36,000+ new unit tests validated against actual output generated by Bash and minimatch. More specifically, 35,000+ of the tests:

  • micromatch results are directly compared to bash results
  • in rare cases, when micromatch and bash disagree, micromatch's results are compared to minimatch's results
  • micromatch is much more accurate than minimatch, so there were cases where I had to make assumptions. I'll try to document these.

This refactor introduces a parser and compiler that are supersets of more granular parsers and compilers from other sub-modules. Each of these sub-modules has a singular responsibility and focuses on a certain type of matching that aligns with a specific part of the Bash "expansion" API.

These sub-modules work like plugins to seamlessly create the micromatch parser/compiler, so that strings are parsed in one pass, an AST is created, then a new string is generated by the compiler.

... (truncated)

Commits

Updates minimist from 1.2.6 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

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


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

Bumps the npm_and_yarn group with 5 updates in the /Extensions/FileUtilities/XmlFileUpdateTask directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.4` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [mocha](/~https://github.com/mochajs/mocha) | `10.2.0` | `10.8.2` |

Bumps the npm_and_yarn group with 4 updates in the /Extensions/Sarif2JUnitConverter/Sarif2JUnitConverterTask directory: [braces](/~https://github.com/micromatch/braces), [micromatch](/~https://github.com/micromatch/micromatch), [minimist](/~https://github.com/minimistjs/minimist) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionAndroidManifest directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [webpack](/~https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionAngularFileTask directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [webpack](/~https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionDotNetCoreAssembliesTask directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [webpack](/~https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |

Bumps the npm_and_yarn group with 6 updates in the /Extensions/Versioning/VersionIOSPlistManifest directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [webpack](/~https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |

Bumps the npm_and_yarn group with 4 updates in the /Extensions/Versioning/VersionJSONFileTask directory: [braces](/~https://github.com/micromatch/braces), [micromatch](/~https://github.com/micromatch/micromatch), [minimist](/~https://github.com/minimistjs/minimist) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiPDFExport/WikiPDFExportTask/WikiPDFExportTaskV3 directory: [braces](/~https://github.com/micromatch/braces), [minimist](/~https://github.com/minimistjs/minimist), [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) and [mocha](/~https://github.com/mochajs/mocha).
Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiPDFExport/WikiPDFExportTask/WikiPDFExportTaskV4 directory: [braces](/~https://github.com/micromatch/braces), [minimist](/~https://github.com/minimistjs/minimist), [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) and [mocha](/~https://github.com/mochajs/mocha).
Bumps the npm_and_yarn group with 5 updates in the /Extensions/WikiUpdater/WikiFolderUpdaterTask/WikiFolderUpdaterTaskV2 directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [mocha](/~https://github.com/mochajs/mocha) | `10.2.0` | `10.8.2` |

Bumps the npm_and_yarn group with 3 updates in the /Extensions/WikiUpdater/WikiFolderUpdaterTask/WikiFolderUpdaterTaskV3 directory: [braces](/~https://github.com/micromatch/braces), [micromatch](/~https://github.com/micromatch/micromatch) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 8 updates in the /Extensions/WikiUpdater/WikiUpdaterTask/WikiUpdaterTaskV2 directory:

| Package | From | To |
| --- | --- | --- |
| [ansi-regex](/~https://github.com/chalk/ansi-regex) | `5.0.0` | `5.0.1` |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [minimatch](/~https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [path-parse](/~https://github.com/jbgutierrez/path-parse) | `1.0.6` | `1.0.7` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [mocha](/~https://github.com/mochajs/mocha) | `10.4.0` | `10.8.2` |

Bumps the npm_and_yarn group with 4 updates in the /Extensions/WikiUpdater/WikiUpdaterTask/WikiUpdaterTaskV3 directory: [braces](/~https://github.com/micromatch/braces), [micromatch](/~https://github.com/micromatch/micromatch), [minimist](/~https://github.com/minimistjs/minimist) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 4 updates in the /Extensions/XplatGenerateReleaseNotes/XplatGenerateReleaseNotesTask directory: [minimist](/~https://github.com/minimistjs/minimist), [serialize-javascript](/~https://github.com/yahoo/serialize-javascript), [mocha](/~https://github.com/mochajs/mocha) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 4 updates in the /Extensions/YamlGenerator/YamlGeneratorTask directory: [braces](/~https://github.com/micromatch/braces), [micromatch](/~https://github.com/micromatch/micromatch), [minimist](/~https://github.com/minimistjs/minimist) and [cross-spawn](/~https://github.com/moxystudio/node-cross-spawn).
Bumps the npm_and_yarn group with 5 updates in the /Tools/GetAPIJsonPayloads directory:

| Package | From | To |
| --- | --- | --- |
| [braces](/~https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [micromatch](/~https://github.com/micromatch/micromatch) | `4.0.4` | `4.0.8` |
| [minimist](/~https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](/~https://github.com/yahoo/serialize-javascript) | `6.0.0` | `6.0.2` |
| [webpack](/~https://github.com/webpack/webpack) | `5.76.1` | `5.98.0` |



Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.4 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.2.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

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 `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

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 `webpack` from 5.76.1 to 5.98.0
- [Release notes](/~https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

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 `webpack` from 5.76.1 to 5.98.0
- [Release notes](/~https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

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 `webpack` from 5.76.1 to 5.98.0
- [Release notes](/~https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

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 `webpack` from 5.76.1 to 5.98.0
- [Release notes](/~https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

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 `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.3.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.3.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.2.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

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 `ansi-regex` from 5.0.0 to 5.0.1
- [Release notes](/~https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](/~https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `path-parse` from 1.0.6 to 1.0.7
- [Commits](/~https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.4.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

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 `minimist` from 1.2.7 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 10.3.0 to 10.8.2
- [Release notes](/~https://github.com/mochajs/mocha/releases)
- [Changelog](/~https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.8.2)

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 `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

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 `braces` from 3.0.2 to 3.0.3
- [Changelog](/~https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `micromatch` from 4.0.4 to 4.0.8
- [Release notes](/~https://github.com/micromatch/micromatch/releases)
- [Changelog](/~https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](/~https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](/~https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `webpack` from 5.76.1 to 5.98.0
- [Release notes](/~https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.98.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-parse
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants