Skip to content

Commit 473663e

Browse files
Update dependencies
1 parent 77ee4ad commit 473663e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/metalsmith-html-linter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-html-linter",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "A Metalsmith plugin to lint HTML.",
55
"keywords": [
66
"metalsmith",
@@ -48,7 +48,7 @@
4848
"postpack": "rm ./LICENSE"
4949
},
5050
"dependencies": {
51-
"@babel/code-frame": "^7.27.1",
51+
"@babel/code-frame": "^7.28.6",
5252
"@linthtml/linthtml": "^0.9.6",
5353
"async": "^3.2.6",
5454
"cheerio": "^1.1.2",

packages/metalsmith-link-checker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-link-checker",
3-
"version": "2.1.18",
3+
"version": "2.1.19",
44
"description": "A Metalsmith plugin to check for broken links.",
55
"keywords": [
66
"metalsmith",
@@ -51,7 +51,7 @@
5151
"async": "^3.2.6",
5252
"cheerio": "^1.1.2",
5353
"deepmerge": "^4.3.1",
54-
"top-user-agents": "^2.1.86"
54+
"top-user-agents": "^2.1.90"
5555
},
5656
"peerDependencies": {
5757
"metalsmith": "^2.5.0"

0 commit comments

Comments
 (0)