From 744d5011eeaaca202f937f142f5cd4b5cd05c968 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 28 Feb 2026 20:08:37 +0100 Subject: [PATCH] deps: update @quartz-community/types --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index db866a4..38e66f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1017,11 +1017,13 @@ }, "node_modules/@quartz-community/types": { "version": "0.2.1", - "resolved": "git+ssh://git@github.com/quartz-community/types.git#307f7393d96e8514c042307e7fbfb47ae7a2b330", + "resolved": "git+ssh://git@github.com/quartz-community/types.git#a945040888d4e1b97f81cffa094877d74a5f4d0e", "license": "MIT", "dependencies": { "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", + "tsup": "^8.5.0", + "typescript": "^5.9.3", "unified": "^11.0.5", "vfile": "^6.0.3" },