update lineage plugin
All checks were successful
Build / build (push) Successful in 5m50s

This commit is contained in:
2025-10-30 11:05:00 -04:00
parent b3ab0d48f0
commit f29d2da619
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"preact-render-to-string": "^6.6.1",
"pretty-bytes": "^7.0.1",
"pretty-time": "^1.1.0",
"quartz-line-age": "1.1.2",
"quartz-line-age": "1.1.3",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.1",
@@ -5940,9 +5940,9 @@
}
},
"node_modules/quartz-line-age": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/quartz-line-age/-/quartz-line-age-1.1.2.tgz",
"integrity": "sha512-4qu/smhHYEOtwv0/WCGUkFOgFpHD+NqHXo2gnblPQsBmNOEv2hFf+F0FEBTtIqXYxVOLqAKh/XNm0JwG0TPLbg==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/quartz-line-age/-/quartz-line-age-1.1.3.tgz",
"integrity": "sha512-ol5PHEMazXBFvvhNe281yOt5tgq0+vY6Sj6HiOb9tOlECkRZz/oyERUJMvj0b1q0nS/3vr+Nndl8PxuJDjceiA==",
"license": "MIT",
"dependencies": {
"rehype-raw": "^7.0.0",

View File

@@ -96,7 +96,7 @@
"workerpool": "^9.3.3",
"ws": "^8.18.3",
"yargs": "^18.0.0",
"quartz-line-age": "1.1.2"
"quartz-line-age": "1.1.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",