Skip to content

Commit b6109df

Browse files
committed
update all packages (except critical since it'd need much rewriting).
1 parent eb9b39c commit b6109df

File tree

2 files changed

+1835
-1628
lines changed

2 files changed

+1835
-1628
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"format": "xo --fix",
2020
"test": "echo \"Error: no test specified\" && exit 1"
2121
},
22-
"engines" : {
23-
"node" : ">=18.0.0"
22+
"engines": {
23+
"node": ">=18.0.0"
2424
},
2525
"keywords": [],
2626
"author": {
@@ -30,34 +30,34 @@
3030
},
3131
"license": "UNLICENSED",
3232
"devDependencies": {
33-
"@11ty/eleventy": "^1.0.0",
34-
"@11ty/eleventy-plugin-rss": "^1.1.2",
35-
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
33+
"@11ty/eleventy": "^1.0.2",
34+
"@11ty/eleventy-plugin-rss": "^1.2.0",
35+
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
3636
"@gerhobbelt/markdown-it-responsive": "^0.1.1-3",
3737
"async-git": "^1.13.3",
38-
"axios": "^0.26.0",
39-
"clean-css": "^5.2.4",
38+
"axios": "^1.2.1",
39+
"clean-css": "^5.3.1",
4040
"critical": "^4.0.1",
4141
"cross-env": "^7.0.3",
4242
"cssesc": "^3.0.0",
4343
"csvtojson": "^2.0.10",
44-
"eleventy-plugin-embed-everything": "^1.14.0",
44+
"eleventy-plugin-embed-everything": "^1.14.1",
4545
"eleventy-plugin-reading-time": "0.0.1",
4646
"html-minifier": "^4.0.0",
47-
"linkinator": "^3.0.3",
47+
"linkinator": "^4.1.2",
4848
"littlefoot": "^3.4.1",
49-
"luxon": "^2.3.1",
50-
"markdown-it": "^12.3.2",
51-
"markdown-it-anchor": "^8.4.1",
49+
"luxon": "^3.1.1",
50+
"markdown-it": "^13.0.1",
51+
"markdown-it-anchor": "^8.6.5",
5252
"markdown-it-container": "^3.0.0",
5353
"markdown-it-footnote": "^3.0.3",
54-
"moment": "^2.29.1",
54+
"moment": "^2.29.4",
5555
"npm-run-all": "^4.1.5",
56-
"qrcode": "^1.5.0",
57-
"sass": "^1.49.8",
58-
"sharp": "^0.30.1",
56+
"qrcode": "^1.5.1",
57+
"sass": "^1.56.2",
58+
"sharp": "^0.31.2",
5959
"shx": "^0.3.4",
60-
"npm-check-updates": "^12.4.0",
61-
"xo": "^0.48.0"
60+
"npm-check-updates": "^16.6.0",
61+
"xo": "^0.53.1"
6262
}
6363
}

0 commit comments

Comments
 (0)