package update
All checks were successful
/ build (push) Successful in 49s

This commit is contained in:
Ruben 2025-06-03 22:36:57 -05:00
commit 0aa165919c
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"lightningcss": "^1.30.1",
@ -38,9 +38,9 @@
}
},
"node_modules/@11ty/eleventy": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.0.tgz",
"integrity": "sha512-yR8zE+i5GKXTlR4I6Aj8dywI7f2/6uGhJPwgbH4vgh+XcZQ9zba9UMS/1Lyvkbl3UySRSAmlzeYiXi1ypV6oZg==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.1.tgz",
"integrity": "sha512-nsMCW44WSYzpi6JSQ1ar/wlotj/2cxuP4AABX5Dxqwol3IQ3SkEMgcAugP1t1mthv5I0kIB9lql1Jv/lhUHIkg==",
"license": "MIT",
"dependencies": {
"@11ty/dependency-tree": "^4.0.0",
@ -54,7 +54,7 @@
"@sindresorhus/slugify": "^2.2.1",
"bcp-47-normalize": "^2.3.0",
"chokidar": "^3.6.0",
"debug": "^4.4.0",
"debug": "^4.4.1",
"dependency-graph": "^1.0.0",
"entities": "^6.0.0",
"filesize": "^10.1.6",
@ -62,7 +62,7 @@
"iso-639-1": "^3.1.5",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"liquidjs": "^10.21.0",
"liquidjs": "^10.21.1",
"luxon": "^3.6.1",
"markdown-it": "^14.1.0",
"minimist": "^1.2.8",
@ -75,7 +75,7 @@
"posthtml-match-helper": "^2.0.3",
"semver": "^7.7.2",
"slugify": "^1.6.6",
"tinyglobby": "^0.2.13"
"tinyglobby": "^0.2.14"
},
"bin": {
"eleventy": "cmd.cjs"