Skip to content

Commit 0c3251a

Browse files
Update dependencies
1 parent 77ee4ad commit 0c3251a

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 23 additions & 23 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.91"
5555
},
5656
"peerDependencies": {
5757
"metalsmith": "^2.5.0"

packages/metalsmith-vega/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-vega",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A Metalsmith plugin to render Vega and Vega Lite visualizations in files.",
55
"keywords": [
66
"metalsmith",
@@ -55,7 +55,7 @@
5555
"unified": "^11.0.5",
5656
"unist-util-visit": "^5.0.0",
5757
"vega": "^6.2.0",
58-
"vega-lite": "^6.4.1",
58+
"vega-lite": "^6.4.2",
5959
"xml2js": "^0.6.2"
6060
},
6161
"peerDependencies": {

0 commit comments

Comments
 (0)