diff --git a/package-lock.json b/package-lock.json index 9ac455e..01c29e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1004,12 +1004,14 @@ } }, "node_modules/@quartz-community/types": { - "version": "0.2.0", - "resolved": "git+ssh://git@github.com/quartz-community/types.git#543c772641f2a5312c042107156cae5d853f0329", + "version": "0.2.1", + "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" },