Skip to content

Commit 3bebe2e

Browse files
committed
chore: deps
1 parent 0e647d0 commit 3bebe2e

File tree

5 files changed

+383
-925
lines changed

5 files changed

+383
-925
lines changed

examples/with-workflow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@commandkit/workflow": "latest",
1919
"commandkit": "^1.2.0-rc.12",
2020
"discord.js": "^14.24.0",
21-
"workflow": "^4.0.1-beta.12"
21+
"workflow": ">=4.2.0-beta.64"
2222
}
23-
}
23+
}

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
5050
"axios@>=1.0.0 <=1.13.4": ">=1.13.5",
5151
"tar@<=7.5.2": ">=7.5.3",
52-
"hono@<4.11.10": ">=4.11.10",
52+
"hono@<4.11.10": ">=4.12.4",
5353
"devalue@<=5.6.2": ">=5.6.3",
5454
"tar@<7.5.8": ">=7.5.8",
5555
"ajv@<6.14.0": ">=6.14.0",
@@ -66,7 +66,12 @@
6666
"fast-xml-parser@<5.3.8": ">=5.3.8",
6767
"fast-xml-parser@>=5.0.0 <5.3.5": ">=5.3.5",
6868
"fast-xml-parser@>=5.0.0 <5.3.6": ">=5.3.6",
69-
"serialize-javascript@<=7.0.2": ">=7.0.3"
69+
"serialize-javascript@<=7.0.2": ">=7.0.3",
70+
"dompurify@>=3.1.3 <3.2.7": ">=3.2.7",
71+
"dompurify@>=3.1.3 <=3.3.1": ">=3.3.2",
72+
"tar@<=7.5.9": ">=7.5.10",
73+
"@workflow/core@<=4.1.0-beta.63": ">=4.2.0-beta.64",
74+
"svgo@>=3.0.0 <3.3.3": ">=3.3.3"
7075
}
7176
},
7277
"dependencies": {
@@ -76,4 +81,4 @@
7681
"typescript": "catalog:build",
7782
"yaml": "^2.8.2"
7883
}
79-
}
84+
}

packages/workflow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"workflow": "catalog:workflow"
4848
},
4949
"dependencies": {
50-
"@hono/node-server": "^1.19.6",
50+
"@hono/node-server": "^1.19.10",
5151
"@workflow/builders": "catalog:workflow",
5252
"@workflow/rollup": "catalog:workflow",
53-
"hono": "^4.10.4"
53+
"hono": "^4.12.4"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)