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 micromatch and grunt-cli #399

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps micromatch to 4.0.8 and updates ancestor dependency grunt-cli. These dependencies need to be updated together.

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.
Commits

Updates grunt-cli from 1.3.2 to 1.5.0

Release notes

Sourced from grunt-cli's releases.

v1.5.0

  • package version for np 7f5c4e8
  • v1.5.0 (#157) bd5917d
  • Update from nopt 4.x to nopt 5.0.0 (#156) f33cc6a
  • Updated dependencies on v8flags to latest, v8flags no longer uses an md5 hash. (#154) 670029a

gruntjs/grunt-cli@v1.4.3...v1.5.0

v1.4.3

gruntjs/grunt-cli@v1.4.0...v1.4.3

v1.4.2

gruntjs/grunt-cli@v1.4.0...v1.4.2

v1.4.1

gruntjs/grunt-cli@v1.4.0...v1.4.1

v1.4.0

  • Update changelog bbc4400
  • Ignore package-lock 3fa5bf6
  • Update deps, switch to actions (#141) c271173
  • Bump deps, required node version and ci (#137) 84ebcb8

gruntjs/grunt-cli@v1.3.2...v1.4.0

Changelog

Sourced from grunt-cli's changelog.

  • v1.5.0:
    • date: 2024-07-20
    • changes:
      • Update "v8flags" dependency to support FIPS-enabled systems.
      • Update "nopt"d peendency to fix "osenv" deprecation warning.
  • v1.4.1:
    • date: 2021-05-24
    • changes:
      • fix preload option for latest grunt
  • v1.4.0:
    • date: 2021-03-25
    • changes:
      • updated dependencies
      • Requires node >= 10
  • v1.3.2:
    • date: 2018-11-04
    • changes:
      • bump v8 flags dependency
  • v1.3.1:
    • date: 2018-08-18
    • changes:
      • cwd option fix
  • v1.3.0:
    • date: 2018-08-15
    • changes:
      • Switch to 'liftoff' module for CLI
      • Dropped support for node 0.10, 0.12.
  • v1.2.0
    • date: 2016-04-01
    • changes:
      • Use shared grunt-known-options module.
  • v1.1.0
    • date: 2016-03-22
    • changes:
      • Update to "nopt": "~3.0.6".
      • nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options. Be aware previously --foo bar used to pass the value 'bar' to the option foo. It will now set the option foo to true and run the task bar.
  • v1.0.1
    • date: 2016-03-22
    • changes:
      • Revert to "nopt": "~1.0.10" due to issues with the update.
  • v1.0.0
    • date: 2016-03-21
    • changes:
      • Update dev deps
      • Update error message when Gruntfile is not found
  • v1.0.0-rc1
    • date: 2016-02-11
    • changes:
      • Update findup-sync and other deps

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [grunt-cli](https://github.com/gruntjs/grunt-cli). These dependencies need to be updated together.


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.5...4.0.8)

Updates `grunt-cli` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/gruntjs/grunt-cli/releases)
- [Changelog](https://github.com/gruntjs/grunt-cli/blob/main/CHANGELOG.md)
- [Commits](gruntjs/grunt-cli@v1.3.2...v1.5.0)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
- dependency-name: grunt-cli
  dependency-type: direct:development
...

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 Sep 1, 2024
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