|
19 | 19 | "format": "xo --fix",
|
20 | 20 | "test": "echo \"Error: no test specified\" && exit 1"
|
21 | 21 | },
|
22 |
| - "engines" : { |
23 |
| - "node" : ">=18.0.0" |
| 22 | + "engines": { |
| 23 | + "node": ">=18.0.0" |
24 | 24 | },
|
25 | 25 | "keywords": [],
|
26 | 26 | "author": {
|
|
30 | 30 | },
|
31 | 31 | "license": "UNLICENSED",
|
32 | 32 | "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", |
36 | 36 | "@gerhobbelt/markdown-it-responsive": "^0.1.1-3",
|
37 | 37 | "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", |
40 | 40 | "critical": "^4.0.1",
|
41 | 41 | "cross-env": "^7.0.3",
|
42 | 42 | "cssesc": "^3.0.0",
|
43 | 43 | "csvtojson": "^2.0.10",
|
44 |
| - "eleventy-plugin-embed-everything": "^1.14.0", |
| 44 | + "eleventy-plugin-embed-everything": "^1.14.1", |
45 | 45 | "eleventy-plugin-reading-time": "0.0.1",
|
46 | 46 | "html-minifier": "^4.0.0",
|
47 |
| - "linkinator": "^3.0.3", |
| 47 | + "linkinator": "^4.1.2", |
48 | 48 | "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", |
52 | 52 | "markdown-it-container": "^3.0.0",
|
53 | 53 | "markdown-it-footnote": "^3.0.3",
|
54 |
| - "moment": "^2.29.1", |
| 54 | + "moment": "^2.29.4", |
55 | 55 | "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", |
59 | 59 | "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" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments