Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 5ed9438 commit 9ddfd27
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 42 deletions.
78 changes: 44 additions & 34 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-collections-related/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-collections-related",
"version": "2.0.11",
"version": "2.0.12",
"description": "A Metalsmith plugin to find related files within collections.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -50,7 +50,7 @@
"deepmerge": "^4.3.1",
"html-escaper": "^3.0.3",
"natural": "^8.0.1",
"sanitize-html": "^2.13.0"
"sanitize-html": "^2.13.1"
},
"peerDependencies": {
"metalsmith": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/metalsmith-html-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-html-linter",
"version": "2.0.7",
"version": "2.0.8",
"description": "A Metalsmith plugin to lint HTML.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -47,7 +47,7 @@
"postpack": "rm ./LICENSE"
},
"dependencies": {
"@babel/code-frame": "^7.24.7",
"@babel/code-frame": "^7.26.0",
"@linthtml/linthtml": "^0.9.6",
"async": "^3.2.6",
"cheerio": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/metalsmith-link-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-link-checker",
"version": "2.1.8",
"version": "2.1.9",
"description": "A Metalsmith plugin to check for broken links.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -50,7 +50,7 @@
"async": "^3.2.6",
"cheerio": "^1.0.0",
"deepmerge": "^4.3.1",
"top-user-agents": "^2.1.23"
"top-user-agents": "^2.1.24"
},
"peerDependencies": {
"metalsmith": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/metalsmith-mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-mermaid",
"version": "1.0.12",
"version": "1.0.13",
"description": "A Metalsmith plugin to remove unused CSS rules.",
"keywords": [
"metalsmith",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@mermaid-js/mermaid-cli": "^9.4.0",
"async": "^3.2.6",
"deepmerge": "^4.3.1",
"puppeteer": "^23.5.0",
"puppeteer": "^23.6.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
Expand Down

0 comments on commit 9ddfd27

Please sign in to comment.