Skip to content

Commit e194cc7

Browse files
Update dependencies (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ed9438 commit e194cc7

File tree

5 files changed

+52
-42
lines changed

5 files changed

+52
-42
lines changed

package-lock.json

+44-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/metalsmith-collections-related/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-collections-related",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "A Metalsmith plugin to find related files within collections.",
55
"keywords": [
66
"metalsmith",
@@ -50,7 +50,7 @@
5050
"deepmerge": "^4.3.1",
5151
"html-escaper": "^3.0.3",
5252
"natural": "^8.0.1",
53-
"sanitize-html": "^2.13.0"
53+
"sanitize-html": "^2.13.1"
5454
},
5555
"peerDependencies": {
5656
"metalsmith": "^2.5.0"

packages/metalsmith-html-linter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-html-linter",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "A Metalsmith plugin to lint HTML.",
55
"keywords": [
66
"metalsmith",
@@ -47,7 +47,7 @@
4747
"postpack": "rm ./LICENSE"
4848
},
4949
"dependencies": {
50-
"@babel/code-frame": "^7.24.7",
50+
"@babel/code-frame": "^7.26.0",
5151
"@linthtml/linthtml": "^0.9.6",
5252
"async": "^3.2.6",
5353
"cheerio": "^1.0.0",

packages/metalsmith-link-checker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-link-checker",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "A Metalsmith plugin to check for broken links.",
55
"keywords": [
66
"metalsmith",
@@ -50,7 +50,7 @@
5050
"async": "^3.2.6",
5151
"cheerio": "^1.0.0",
5252
"deepmerge": "^4.3.1",
53-
"top-user-agents": "^2.1.23"
53+
"top-user-agents": "^2.1.24"
5454
},
5555
"peerDependencies": {
5656
"metalsmith": "^2.5.0"

packages/metalsmith-mermaid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-mermaid",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "A Metalsmith plugin to remove unused CSS rules.",
55
"keywords": [
66
"metalsmith",
@@ -50,7 +50,7 @@
5050
"@mermaid-js/mermaid-cli": "^9.4.0",
5151
"async": "^3.2.6",
5252
"deepmerge": "^4.3.1",
53-
"puppeteer": "^23.5.0",
53+
"puppeteer": "^23.6.1",
5454
"remark-parse": "^11.0.0",
5555
"remark-stringify": "^11.0.0",
5656
"unified": "^11.0.5",

0 commit comments

Comments
 (0)