build(deps): bump micromatch and hexo
Bumps micromatch to 4.0.8 and updates ancestor dependency hexo. 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
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
[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
hasBracesto 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
8bd704e4.0.8a0e6841run verb to generate README documentation4ec2884Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7lint67fcce6fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3fix: CVE numbers in CHANGELOGd9dbd9afeat: updated CHANGELOG2ab1315fix: use actions/setup-node@v41406ea3feat: rework test to work on macos with node 10,12 and 14- Additional commits viewable in compare view
Updates hexo from 3.9.0 to 6.3.0
Release notes
Sourced from hexo's releases.
6.3.0
New Features
- feat(tag/post_link): throw on post_link error by
@xbc5in hexojs/hexo#4938- feat(tag/include_code): robust for url compuation of
view rawby@stevenjoezhangin hexojs/hexo#4996- feat(paginator): allow custom class name by
@renbaoshuoin hexojs/hexo#5001- feat(helper/toc): more flexible class name by
@renbaoshuoin hexojs/hexo#5010- feat(helper/tagcloud): show_count option (#5047) by
@renbaoshuoin hexojs/hexo#5048- feat(tag/code): add
language_attrhexojs/hexo-util#278@renbaoshuoin hexojs/hexo#5017- feat(helper/is): add
is_home_first_page()helper by@renbaoshuoin hexojs/hexo#5006Improvements
- let post_link use original post title as title attribute by
@ppwwyyxxin hexojs/hexo#4973Fixes
- fix(hexo/index):
db.jsonfile path in debug logging on Windows by@stevenjoezhangin hexojs/hexo#4994- fix(tag): show source file in unformatted error message by
@curbenghin hexojs/hexo#5031- Don't use data-uri for og:image by
@KentarouTakedain hexojs/hexo#5053Refactors
- refactor(helper/open_graph): use whatwg url api by
@renbaoshuoin hexojs/hexo#5007- chore(mail_to): use native URLSearchParams by
@renbaoshuoin hexojs/hexo#5002Test
- test: replace nyc with c8 by
@stevenjoezhangin hexojs/hexo#5040- chore(test/extend/tag): async function (#3328) by
@renbaoshuoin hexojs/hexo#5003CI/CD
- chore: Set permissions for GitHub actions by
@neilnaveenin hexojs/hexo#4947- chore: delete
release-drafterby@yoshinorinin hexojs/hexo#5044- chore: improved benchmark result in github actions by
@renbaoshuoin hexojs/hexo#5013Dependencies
- chore(deps): bump hexo-util and warehouse by
@yoshinorinin hexojs/hexo#5028- chore(deps): bump hexo-log from 3.0.0 to 3.2.0 by
@yoshinorinin hexojs/hexo#5054Misc
- Update license year by
@renbaoshuoin hexojs/hexo#5041- chore: update issue template by
@yoshinorinin hexojs/hexo#5030- chore: update .gitignore by
@yoshinorinin hexojs/hexo#4967New Contributors
... (truncated)
Commits
4d42d9drelease: 6.3.0 (#5043)16e189fchore(deps): bump hexo-log from 3.0.0 to 3.2.0 (#5054)06a8ebbfix(#5053): exclude data-uri image for og:image (#5053)6deeb8dfeat(tag/code): addlanguage_attrhexojs/hexo-util#278#5017)d9e5f2efeat(helper/tagcloud): show_count option (#5047) (#5048)d95d297chore: deleterelease-drafter(#5044)354f1f1Update license year (#5041)e44b48cfeat(tag/post_link): use original post title as title attribute (#4973)a2fc8c0test: replace nyc with c8 (#5040)b48f095fix(tag): show source file in unformatted error message (#5031)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by yoshinorin, a new releaser for hexo since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.