Skip to content

Commit c5e7cb3

Browse files
committed
fix(deps): upgrade audited dependencies
Raise Tiptap, Hono, and js-yaml to patched releases so the dependency audit can pass.
1 parent 92d797e commit c5e7cb3

5 files changed

Lines changed: 524 additions & 524 deletions

File tree

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@hono/zod-openapi": "^1.4.0",
1919
"@openagentpack/sdk": "workspace:*",
2020
"chokidar": "^4.0.3",
21-
"hono": "^4.12.28",
21+
"hono": "^4.13.5",
2222
"yaml": "^2.9.0"
2323
},
2424
"devDependencies": {

apps/webui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"license": "Apache-2.0",
1616
"description": "",
1717
"dependencies": {
18-
"@tiptap/core": "3.30.4",
19-
"@tiptap/extension-document": "3.30.4",
20-
"@tiptap/extension-mention": "3.30.4",
21-
"@tiptap/extension-paragraph": "3.30.4",
22-
"@tiptap/extension-text": "3.30.4",
23-
"@tiptap/pm": "3.30.4",
24-
"@tiptap/react": "3.30.4",
25-
"@tiptap/suggestion": "3.30.4",
18+
"@tiptap/core": "3.30.5",
19+
"@tiptap/extension-document": "3.30.5",
20+
"@tiptap/extension-mention": "3.30.5",
21+
"@tiptap/extension-paragraph": "3.30.5",
22+
"@tiptap/extension-text": "3.30.5",
23+
"@tiptap/pm": "3.30.5",
24+
"@tiptap/react": "3.30.5",
25+
"@tiptap/suggestion": "3.30.5",
2626
"i18next": "^25.5.2",
2727
"lucide-react": "^1.18.0",
2828
"react": "^19.2.7",

0 commit comments

Comments
 (0)