Skip to content

Commit

Permalink
Update dependency minimatch to v10 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent a7cf447 commit 3e14b89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/metalsmith-html-relative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-html-relative",
"version": "2.0.4",
"version": "2.0.5",
"description": "A Metalsmith plugin to convert to relative paths within HTML.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"cheerio": "^1.0.0",
"deepmerge": "^4.3.1",
"minimatch": "^9.0.5"
"minimatch": "^10.0.1"
},
"peerDependencies": {
"metalsmith": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/metalsmith-reading-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-reading-time",
"version": "2.0.2",
"version": "2.0.3",
"description": "A Metalsmith plugin to estimate pages' reading times.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"minimatch": "^9.0.5",
"minimatch": "^10.0.1",
"reading-time": "^1.5.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 3e14b89

Please sign in to comment.