Skip to content

Commit 07b3d0c

Browse files
Update dependencies
1 parent 77ee4ad commit 07b3d0c

File tree

10 files changed

+79
-78
lines changed

10 files changed

+79
-78
lines changed

package-lock.json

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

packages/metalsmith-html-favicons/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-favicons",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A Metalsmith plugin to generate favicons.",
55
"keywords": [
66
"metalsmith",
@@ -48,7 +48,7 @@
4848
"postpack": "rm ./LICENSE"
4949
},
5050
"dependencies": {
51-
"cheerio": "^1.1.2",
51+
"cheerio": "^1.2.0",
5252
"deepmerge": "^4.3.1",
5353
"favicons": "^7.2.0"
5454
},

packages/metalsmith-html-glob/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-glob",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A Metalsmith plugin to apply glob patterns within HTML.",
55
"keywords": [
66
"metalsmith",
@@ -48,7 +48,7 @@
4848
"postpack": "rm ./LICENSE"
4949
},
5050
"dependencies": {
51-
"cheerio": "^1.1.2",
51+
"cheerio": "^1.2.0",
5252
"deepmerge": "^4.3.1"
5353
},
5454
"peerDependencies": {

packages/metalsmith-html-linter/package.json

Lines changed: 3 additions & 3 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,10 +48,10 @@
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",
54-
"cheerio": "^1.1.2",
54+
"cheerio": "^1.2.0",
5555
"deepmerge": "^4.3.1"
5656
},
5757
"peerDependencies": {

packages/metalsmith-html-relative/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-relative",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "A Metalsmith plugin to convert to relative paths within HTML.",
55
"keywords": [
66
"metalsmith",
@@ -48,7 +48,7 @@
4848
"postpack": "rm ./LICENSE"
4949
},
5050
"dependencies": {
51-
"cheerio": "^1.1.2",
51+
"cheerio": "^1.2.0",
5252
"deepmerge": "^4.3.1",
5353
"minimatch": "^10.1.1"
5454
},

packages/metalsmith-html-sri/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-sri",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A Metalsmith to add subresource integrity attributes to HTML.",
55
"keywords": [
66
"metalsmith",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"async": "^3.2.6",
52-
"cheerio": "^1.1.2",
52+
"cheerio": "^1.2.0",
5353
"deepmerge": "^4.3.1"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)