feat(dependencies): add tar package to dependencies and update lockfile (#890)

This commit is contained in:
Felix
2026-04-22 14:25:12 +08:00
committed by GitHub
parent 285f8202c7
commit 36282fce35
2 changed files with 4 additions and 0 deletions

View File

@@ -80,6 +80,7 @@
"ms": "^2.1.3",
"node-machine-id": "^1.1.12",
"posthog-node": "^5.28.0",
"tar": "^6.2.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"ws": "^8.19.0"

3
pnpm-lock.yaml generated
View File

@@ -39,6 +39,9 @@ importers:
posthog-node:
specifier: ^5.28.0
version: 5.28.5
tar:
specifier: ^6.2.1
version: 6.2.1
rehype-katex:
specifier: ^7.0.1
version: 7.0.1