@lousy-agents/cli 5.14.10 → 5.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/api/copilot-with-fastify/.agents/skills/feature-to-plan/SKILL.md +164 -0
  2. package/api/copilot-with-fastify/.agents/skills/feature-to-plan/references/interactive-flow.md +122 -0
  3. package/api/copilot-with-fastify/.agents/skills/feature-to-plan/references/spec-format.md +434 -0
  4. package/api/copilot-with-fastify/.devcontainer/devcontainer.json +2 -2
  5. package/api/copilot-with-fastify/.github/ISSUE_TEMPLATE/feature-to-spec.yml +18 -10
  6. package/api/copilot-with-fastify/.github/instructions/spec.instructions.md +5 -2
  7. package/api/copilot-with-fastify/.nvmrc +1 -1
  8. package/api/copilot-with-fastify/biome.template.json +1 -1
  9. package/api/copilot-with-fastify/package-lock.json +340 -285
  10. package/api/copilot-with-fastify/package.json +7 -7
  11. package/cli/copilot-with-citty/.agents/skills/feature-to-plan/SKILL.md +164 -0
  12. package/cli/copilot-with-citty/.agents/skills/feature-to-plan/references/interactive-flow.md +122 -0
  13. package/cli/copilot-with-citty/.agents/skills/feature-to-plan/references/spec-format.md +434 -0
  14. package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
  15. package/cli/copilot-with-citty/.github/ISSUE_TEMPLATE/feature-to-spec.yml +18 -10
  16. package/cli/copilot-with-citty/.nvmrc +1 -1
  17. package/cli/copilot-with-citty/biome.template.json +1 -1
  18. package/cli/copilot-with-citty/package.json +5 -5
  19. package/dist/116.js +4 -3
  20. package/dist/316.js +4 -3
  21. package/dist/475.js +2 -2
  22. package/dist/653.js +13 -10
  23. package/dist/index.js +510 -285
  24. package/package.json +1 -1
  25. package/ui/copilot-with-react/.agents/skills/feature-to-plan/SKILL.md +164 -0
  26. package/ui/copilot-with-react/.agents/skills/feature-to-plan/references/interactive-flow.md +122 -0
  27. package/ui/copilot-with-react/.agents/skills/feature-to-plan/references/spec-format.md +434 -0
  28. package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
  29. package/ui/copilot-with-react/.github/ISSUE_TEMPLATE/feature-to-spec.yml +18 -10
  30. package/ui/copilot-with-react/.github/instructions/spec.instructions.md +5 -2
  31. package/ui/copilot-with-react/.nvmrc +1 -1
  32. package/ui/copilot-with-react/biome.template.json +1 -1
  33. package/ui/copilot-with-react/package.json +11 -11
@@ -17,17 +17,17 @@
17
17
  "zod": "4.4.3"
18
18
  },
19
19
  "devDependencies": {
20
- "@biomejs/biome": "2.4.15",
21
- "@lousy-agents/mcp": "5.14.8",
20
+ "@biomejs/biome": "2.4.16",
21
+ "@lousy-agents/mcp": "5.14.10",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
- "@testcontainers/postgresql": "11.14.0",
23
+ "@testcontainers/postgresql": "12.0.1",
24
24
  "@types/node": "24.12.4",
25
- "@upstash/context7-mcp": "2.2.5",
25
+ "@upstash/context7-mcp": "3.1.0",
26
26
  "chance": "1.1.13",
27
- "testcontainers": "11.14.0",
28
- "tsx": "4.22.1",
27
+ "testcontainers": "12.0.1",
28
+ "tsx": "4.22.4",
29
29
  "typescript": "6.0.3",
30
- "vitest": "4.1.6"
30
+ "vitest": "4.1.8"
31
31
  }
32
32
  },
33
33
  "node_modules/@balena/dockerignore": {
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0"
39
39
  },
40
40
  "node_modules/@biomejs/biome": {
41
- "version": "2.4.15",
42
- "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.15.tgz",
43
- "integrity": "sha512-j5VH3a/h/HXTKBM50MDMxRCzkeLv9S2XJcW2WgnZT1+xyisi+0bISrXR82gCX+8S9lvK0skEvHJRN+3Ktr2hlw==",
41
+ "version": "2.4.16",
42
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.16.tgz",
43
+ "integrity": "sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==",
44
44
  "dev": true,
45
45
  "license": "MIT OR Apache-2.0",
46
46
  "bin": {
@@ -54,20 +54,20 @@
54
54
  "url": "https://opencollective.com/biome"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@biomejs/cli-darwin-arm64": "2.4.15",
58
- "@biomejs/cli-darwin-x64": "2.4.15",
59
- "@biomejs/cli-linux-arm64": "2.4.15",
60
- "@biomejs/cli-linux-arm64-musl": "2.4.15",
61
- "@biomejs/cli-linux-x64": "2.4.15",
62
- "@biomejs/cli-linux-x64-musl": "2.4.15",
63
- "@biomejs/cli-win32-arm64": "2.4.15",
64
- "@biomejs/cli-win32-x64": "2.4.15"
57
+ "@biomejs/cli-darwin-arm64": "2.4.16",
58
+ "@biomejs/cli-darwin-x64": "2.4.16",
59
+ "@biomejs/cli-linux-arm64": "2.4.16",
60
+ "@biomejs/cli-linux-arm64-musl": "2.4.16",
61
+ "@biomejs/cli-linux-x64": "2.4.16",
62
+ "@biomejs/cli-linux-x64-musl": "2.4.16",
63
+ "@biomejs/cli-win32-arm64": "2.4.16",
64
+ "@biomejs/cli-win32-x64": "2.4.16"
65
65
  }
66
66
  },
67
67
  "node_modules/@biomejs/cli-darwin-arm64": {
68
- "version": "2.4.15",
69
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.15.tgz",
70
- "integrity": "sha512-rF3PPqLq1yoST79zaQbDjVJwsuIeci/O+9bgNmC5QpgOqz6aqYuzA4abyAGx+mgyiDXn4A049xAN8gijbuR1Qg==",
68
+ "version": "2.4.16",
69
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.16.tgz",
70
+ "integrity": "sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==",
71
71
  "cpu": [
72
72
  "arm64"
73
73
  ],
@@ -82,9 +82,9 @@
82
82
  }
83
83
  },
84
84
  "node_modules/@biomejs/cli-darwin-x64": {
85
- "version": "2.4.15",
86
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.15.tgz",
87
- "integrity": "sha512-/5KHXYMfSJs1fNXiX30xFtI8JcCFV6zaVVLxOa0M2sfqBKHkpQhRTv94yxQWxeTY2lzo2OuTlNvPC+hDQt2wcQ==",
85
+ "version": "2.4.16",
86
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.16.tgz",
87
+ "integrity": "sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==",
88
88
  "cpu": [
89
89
  "x64"
90
90
  ],
@@ -99,9 +99,9 @@
99
99
  }
100
100
  },
101
101
  "node_modules/@biomejs/cli-linux-arm64": {
102
- "version": "2.4.15",
103
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.15.tgz",
104
- "integrity": "sha512-owaAMZD/T4LrD0ELNCk0Km3qrRHuM0X6EAyVE1FSqGY0rbLoiDLrO4Us2tllm6cAeB2Ioa9C2C08NZPdr8+0Ug==",
102
+ "version": "2.4.16",
103
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.16.tgz",
104
+ "integrity": "sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==",
105
105
  "cpu": [
106
106
  "arm64"
107
107
  ],
@@ -119,9 +119,9 @@
119
119
  }
120
120
  },
121
121
  "node_modules/@biomejs/cli-linux-arm64-musl": {
122
- "version": "2.4.15",
123
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.15.tgz",
124
- "integrity": "sha512-ZPcxznxm0pogHBLZhYntyR3sR+MrZjqJIKEr7ZqVen0Rl+P/4upVmfYXjftizi9RoqZntg33fv/1fbdhbYXpEQ==",
122
+ "version": "2.4.16",
123
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.16.tgz",
124
+ "integrity": "sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==",
125
125
  "cpu": [
126
126
  "arm64"
127
127
  ],
@@ -139,9 +139,9 @@
139
139
  }
140
140
  },
141
141
  "node_modules/@biomejs/cli-linux-x64": {
142
- "version": "2.4.15",
143
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.15.tgz",
144
- "integrity": "sha512-0jj7THz12GbUOLmMibktK6DZjqz2zV64KFxyBtcFTKPiiOIY0a7vns1elpO1dERvxpsZ5ik0oFfz0oGwFde1+g==",
142
+ "version": "2.4.16",
143
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.16.tgz",
144
+ "integrity": "sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==",
145
145
  "cpu": [
146
146
  "x64"
147
147
  ],
@@ -159,9 +159,9 @@
159
159
  }
160
160
  },
161
161
  "node_modules/@biomejs/cli-linux-x64-musl": {
162
- "version": "2.4.15",
163
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.15.tgz",
164
- "integrity": "sha512-CNq/9W38SYSH023lfcQ4KKU8K0YX8T//FZUhcgtMMRABDojx5XsMV7jlweAvGSl389wJQB29Qo6Zb/a+jdvt+w==",
162
+ "version": "2.4.16",
163
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.16.tgz",
164
+ "integrity": "sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==",
165
165
  "cpu": [
166
166
  "x64"
167
167
  ],
@@ -179,9 +179,9 @@
179
179
  }
180
180
  },
181
181
  "node_modules/@biomejs/cli-win32-arm64": {
182
- "version": "2.4.15",
183
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.15.tgz",
184
- "integrity": "sha512-ouhkYdlhp/1GghEJPdWwD/Vi3gQ1nFxuSpMolWsbq3Lsq3QUR4jl6UdhhscdCugKU5vOEuMiJhvKj66O0OCq+w==",
182
+ "version": "2.4.16",
183
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.16.tgz",
184
+ "integrity": "sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==",
185
185
  "cpu": [
186
186
  "arm64"
187
187
  ],
@@ -196,9 +196,9 @@
196
196
  }
197
197
  },
198
198
  "node_modules/@biomejs/cli-win32-x64": {
199
- "version": "2.4.15",
200
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.15.tgz",
201
- "integrity": "sha512-zBrGq5mx5wwpnow4+2BxUvleDM+GNd4sLbPaMapsSLQLD0NGRCquqPBTgN+7XkUteHvj7M+BstuI8tmnV7+HgQ==",
199
+ "version": "2.4.16",
200
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.16.tgz",
201
+ "integrity": "sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==",
202
202
  "cpu": [
203
203
  "x64"
204
204
  ],
@@ -845,9 +845,9 @@
845
845
  }
846
846
  },
847
847
  "node_modules/@grpc/grpc-js": {
848
- "version": "1.14.3",
849
- "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.3.tgz",
850
- "integrity": "sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==",
848
+ "version": "1.14.4",
849
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.4.tgz",
850
+ "integrity": "sha512-k9Dj3DV/itK9D06Y8f190Qgop7/Ui+D0njFV3LHMPwPT75DpXLQohE9Wmz0QElrJnzsjB7KPWiKJbOl7IPDArQ==",
851
851
  "dev": true,
852
852
  "license": "Apache-2.0",
853
853
  "dependencies": {
@@ -956,9 +956,9 @@
956
956
  }
957
957
  },
958
958
  "node_modules/@lousy-agents/mcp": {
959
- "version": "5.14.8",
960
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.14.8.tgz",
961
- "integrity": "sha512-stW+xTi0Y/fEs/N8oVJ6u3RUi4Xd3dLG8NMdsB7tcP1KIYTQKE/CXHbU9QElLRSuFZwNFPtf15G4Pm4QTes1Pg==",
959
+ "version": "5.14.10",
960
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.14.10.tgz",
961
+ "integrity": "sha512-8TnVYcXH7kTgzpPSKHYOg6MRg8zu6y66NjsQV/s3v3FlEwwg+ey7tPPJaw+naR7DDdv80UOjd6Tj4X8Apzq2mg==",
962
962
  "dev": true,
963
963
  "license": "BSD-2-Clause-Patent",
964
964
  "dependencies": {
@@ -1055,9 +1055,9 @@
1055
1055
  }
1056
1056
  },
1057
1057
  "node_modules/@oxc-project/types": {
1058
- "version": "0.128.0",
1059
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.128.0.tgz",
1060
- "integrity": "sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==",
1058
+ "version": "0.132.0",
1059
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.132.0.tgz",
1060
+ "integrity": "sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==",
1061
1061
  "dev": true,
1062
1062
  "license": "MIT",
1063
1063
  "funding": {
@@ -1103,21 +1103,20 @@
1103
1103
  "license": "BSD-3-Clause"
1104
1104
  },
1105
1105
  "node_modules/@protobufjs/eventemitter": {
1106
- "version": "1.1.0",
1107
- "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
1108
- "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
1106
+ "version": "1.1.1",
1107
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
1108
+ "integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
1109
1109
  "dev": true,
1110
1110
  "license": "BSD-3-Clause"
1111
1111
  },
1112
1112
  "node_modules/@protobufjs/fetch": {
1113
- "version": "1.1.0",
1114
- "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
1115
- "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
1113
+ "version": "1.1.1",
1114
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
1115
+ "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
1116
1116
  "dev": true,
1117
1117
  "license": "BSD-3-Clause",
1118
1118
  "dependencies": {
1119
- "@protobufjs/aspromise": "^1.1.1",
1120
- "@protobufjs/inquire": "^1.1.0"
1119
+ "@protobufjs/aspromise": "^1.1.1"
1121
1120
  }
1122
1121
  },
1123
1122
  "node_modules/@protobufjs/float": {
@@ -1128,9 +1127,9 @@
1128
1127
  "license": "BSD-3-Clause"
1129
1128
  },
1130
1129
  "node_modules/@protobufjs/inquire": {
1131
- "version": "1.1.1",
1132
- "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.1.tgz",
1133
- "integrity": "sha512-mnzgDV26ueAvk7rsbt9L7bE0SuAoqyuys/sMMrmVcN5x9VsxpcG3rqAUSgDyLp0UZlmNfIbQ4fHfCtreVBk8Ew==",
1130
+ "version": "1.1.2",
1131
+ "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz",
1132
+ "integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==",
1134
1133
  "dev": true,
1135
1134
  "license": "BSD-3-Clause"
1136
1135
  },
@@ -1156,9 +1155,9 @@
1156
1155
  "license": "BSD-3-Clause"
1157
1156
  },
1158
1157
  "node_modules/@rolldown/binding-android-arm64": {
1159
- "version": "1.0.0-rc.18",
1160
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.18.tgz",
1161
- "integrity": "sha512-lIDyUAfD7U3+BWKzdxMbJcsYHuqXqmGz40aeRqvuAm3y5TkJSYTBW2RDrn65DJFPQqVjUAUqq5uz8urzQ8aBdQ==",
1158
+ "version": "1.0.2",
1159
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.2.tgz",
1160
+ "integrity": "sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==",
1162
1161
  "cpu": [
1163
1162
  "arm64"
1164
1163
  ],
@@ -1173,9 +1172,9 @@
1173
1172
  }
1174
1173
  },
1175
1174
  "node_modules/@rolldown/binding-darwin-arm64": {
1176
- "version": "1.0.0-rc.18",
1177
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.18.tgz",
1178
- "integrity": "sha512-apJq2ktnGp27nSInMR5Vcj8kY6xJzDAvfdIFlpDcAK/w4cDO58qVoi1YQsES/SKiFNge/6e4CUzgjfHduYqWpQ==",
1175
+ "version": "1.0.2",
1176
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.2.tgz",
1177
+ "integrity": "sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==",
1179
1178
  "cpu": [
1180
1179
  "arm64"
1181
1180
  ],
@@ -1190,9 +1189,9 @@
1190
1189
  }
1191
1190
  },
1192
1191
  "node_modules/@rolldown/binding-darwin-x64": {
1193
- "version": "1.0.0-rc.18",
1194
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.18.tgz",
1195
- "integrity": "sha512-5Ofot8xbs+pxRHJqm9/9N/4sTQOvdrwEsmPE9pdLEEoAbdZtG6F2LMDfO1sp6ZAtXJuJV/21ew2srq3W8NXB5g==",
1192
+ "version": "1.0.2",
1193
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.2.tgz",
1194
+ "integrity": "sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==",
1196
1195
  "cpu": [
1197
1196
  "x64"
1198
1197
  ],
@@ -1207,9 +1206,9 @@
1207
1206
  }
1208
1207
  },
1209
1208
  "node_modules/@rolldown/binding-freebsd-x64": {
1210
- "version": "1.0.0-rc.18",
1211
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.18.tgz",
1212
- "integrity": "sha512-7h8eeOTT1eyqJyx64BFCnWZpNm486hGWt2sqeLLgDxA0xI1oGZ9H7gK1S85uNGmBhkdPwa/6reTxfFFKvIsebw==",
1209
+ "version": "1.0.2",
1210
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.2.tgz",
1211
+ "integrity": "sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==",
1213
1212
  "cpu": [
1214
1213
  "x64"
1215
1214
  ],
@@ -1224,9 +1223,9 @@
1224
1223
  }
1225
1224
  },
1226
1225
  "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1227
- "version": "1.0.0-rc.18",
1228
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.18.tgz",
1229
- "integrity": "sha512-eRcm/HVt9U/JFu5RKAEKwGQYtDCKWLiaH6wOnsSEp6NMBb/3Os8LgHZlNyzMpFVNmiiMFlfb2zEnebfzJrHFmg==",
1226
+ "version": "1.0.2",
1227
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.2.tgz",
1228
+ "integrity": "sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==",
1230
1229
  "cpu": [
1231
1230
  "arm"
1232
1231
  ],
@@ -1241,13 +1240,16 @@
1241
1240
  }
1242
1241
  },
1243
1242
  "node_modules/@rolldown/binding-linux-arm64-gnu": {
1244
- "version": "1.0.0-rc.18",
1245
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.18.tgz",
1246
- "integrity": "sha512-SOrT/cT4ukTmgnrEz/Hg3m7LBnuCLW9psDeMKrimRWY4I8DmnO7Lco8W2vtqPmMkbVu8iJ+g4GFLVLLOVjJ9DQ==",
1243
+ "version": "1.0.2",
1244
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.2.tgz",
1245
+ "integrity": "sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==",
1247
1246
  "cpu": [
1248
1247
  "arm64"
1249
1248
  ],
1250
1249
  "dev": true,
1250
+ "libc": [
1251
+ "glibc"
1252
+ ],
1251
1253
  "license": "MIT",
1252
1254
  "optional": true,
1253
1255
  "os": [
@@ -1258,13 +1260,16 @@
1258
1260
  }
1259
1261
  },
1260
1262
  "node_modules/@rolldown/binding-linux-arm64-musl": {
1261
- "version": "1.0.0-rc.18",
1262
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.18.tgz",
1263
- "integrity": "sha512-QWjdxN1HJCpBTAcZ5N5F7wju3gVPzRzSpmGzx7na0c/1qpN9CFil+xt+l9lV/1M6/gqHSNXCiqPfwhVJPeLnug==",
1263
+ "version": "1.0.2",
1264
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.2.tgz",
1265
+ "integrity": "sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==",
1264
1266
  "cpu": [
1265
1267
  "arm64"
1266
1268
  ],
1267
1269
  "dev": true,
1270
+ "libc": [
1271
+ "musl"
1272
+ ],
1268
1273
  "license": "MIT",
1269
1274
  "optional": true,
1270
1275
  "os": [
@@ -1275,13 +1280,16 @@
1275
1280
  }
1276
1281
  },
1277
1282
  "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1278
- "version": "1.0.0-rc.18",
1279
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.18.tgz",
1280
- "integrity": "sha512-ugCOyj7a4d9h3q9B+wXmf6g3a68UsjGh6dob5DHevHGMwDUbhsYNbSPxJsENcIttJZ9jv7qGM2UesLw5jqIhdg==",
1283
+ "version": "1.0.2",
1284
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.2.tgz",
1285
+ "integrity": "sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==",
1281
1286
  "cpu": [
1282
1287
  "ppc64"
1283
1288
  ],
1284
1289
  "dev": true,
1290
+ "libc": [
1291
+ "glibc"
1292
+ ],
1285
1293
  "license": "MIT",
1286
1294
  "optional": true,
1287
1295
  "os": [
@@ -1292,13 +1300,16 @@
1292
1300
  }
1293
1301
  },
1294
1302
  "node_modules/@rolldown/binding-linux-s390x-gnu": {
1295
- "version": "1.0.0-rc.18",
1296
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.18.tgz",
1297
- "integrity": "sha512-kKWRhbsotpXkGbcd5dllUWg5gEXcDAa8u5YnP9AV5DYNbvJHGzzuwv7dpmhc8NqKMJldl0a+x76IHbspEpEmdA==",
1303
+ "version": "1.0.2",
1304
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.2.tgz",
1305
+ "integrity": "sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==",
1298
1306
  "cpu": [
1299
1307
  "s390x"
1300
1308
  ],
1301
1309
  "dev": true,
1310
+ "libc": [
1311
+ "glibc"
1312
+ ],
1302
1313
  "license": "MIT",
1303
1314
  "optional": true,
1304
1315
  "os": [
@@ -1309,13 +1320,16 @@
1309
1320
  }
1310
1321
  },
1311
1322
  "node_modules/@rolldown/binding-linux-x64-gnu": {
1312
- "version": "1.0.0-rc.18",
1313
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.18.tgz",
1314
- "integrity": "sha512-uCo8ElcCIAMyYAZyuIZ81oFkhTSIllNvUCHCAlbhlN4ji3uC28h7IIdlXyIvGO7HsuqnV9p3rD/bpH7XhIyhRw==",
1323
+ "version": "1.0.2",
1324
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.2.tgz",
1325
+ "integrity": "sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==",
1315
1326
  "cpu": [
1316
1327
  "x64"
1317
1328
  ],
1318
1329
  "dev": true,
1330
+ "libc": [
1331
+ "glibc"
1332
+ ],
1319
1333
  "license": "MIT",
1320
1334
  "optional": true,
1321
1335
  "os": [
@@ -1326,13 +1340,16 @@
1326
1340
  }
1327
1341
  },
1328
1342
  "node_modules/@rolldown/binding-linux-x64-musl": {
1329
- "version": "1.0.0-rc.18",
1330
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.18.tgz",
1331
- "integrity": "sha512-XNOQZtuE6yUIvx4rwGemwh8kpL1xvU41FXy/s9K7T/3JVcqGzo3NfKM2HrbrGgfPYGFW42f07Wk++aOC6B9NWA==",
1343
+ "version": "1.0.2",
1344
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.2.tgz",
1345
+ "integrity": "sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==",
1332
1346
  "cpu": [
1333
1347
  "x64"
1334
1348
  ],
1335
1349
  "dev": true,
1350
+ "libc": [
1351
+ "musl"
1352
+ ],
1336
1353
  "license": "MIT",
1337
1354
  "optional": true,
1338
1355
  "os": [
@@ -1343,9 +1360,9 @@
1343
1360
  }
1344
1361
  },
1345
1362
  "node_modules/@rolldown/binding-openharmony-arm64": {
1346
- "version": "1.0.0-rc.18",
1347
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.18.tgz",
1348
- "integrity": "sha512-tSn/kzrfa7tNOXr7sEacDBN4YsIqTyLqh45IO0nHDwtpKIDNDJr+VFojt+4klSpChxB29JLyduSsE0MKEwa65A==",
1363
+ "version": "1.0.2",
1364
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.2.tgz",
1365
+ "integrity": "sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==",
1349
1366
  "cpu": [
1350
1367
  "arm64"
1351
1368
  ],
@@ -1360,9 +1377,9 @@
1360
1377
  }
1361
1378
  },
1362
1379
  "node_modules/@rolldown/binding-wasm32-wasi": {
1363
- "version": "1.0.0-rc.18",
1364
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.18.tgz",
1365
- "integrity": "sha512-+J9YGmc+czgqlhYmwun3S3O0FIZhsH8ep2456xwjAdIOmuJxM7xz4P4PtrxU+Bz17a/5bqPA8o3HAAoX0teUdg==",
1380
+ "version": "1.0.2",
1381
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.2.tgz",
1382
+ "integrity": "sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==",
1366
1383
  "cpu": [
1367
1384
  "wasm32"
1368
1385
  ],
@@ -1379,9 +1396,9 @@
1379
1396
  }
1380
1397
  },
1381
1398
  "node_modules/@rolldown/binding-win32-arm64-msvc": {
1382
- "version": "1.0.0-rc.18",
1383
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.18.tgz",
1384
- "integrity": "sha512-zsu47DgU0FQzSwi6sU9dZoEdUv7pc1AptSEz/Z8HBg54sV0Pbs3N0+CrIbTsgiu6EyoaNN9CHboqbLaz9lhOyQ==",
1399
+ "version": "1.0.2",
1400
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.2.tgz",
1401
+ "integrity": "sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==",
1385
1402
  "cpu": [
1386
1403
  "arm64"
1387
1404
  ],
@@ -1396,9 +1413,9 @@
1396
1413
  }
1397
1414
  },
1398
1415
  "node_modules/@rolldown/binding-win32-x64-msvc": {
1399
- "version": "1.0.0-rc.18",
1400
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.18.tgz",
1401
- "integrity": "sha512-7H+3yqGgmnlDTRRhw/xpYY9J1kf4GC681nVc4GqKhExZTDrVVrV2tsOR9kso0fvgBdcTCcQShx4SLLoHgaLwhg==",
1416
+ "version": "1.0.2",
1417
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.2.tgz",
1418
+ "integrity": "sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==",
1402
1419
  "cpu": [
1403
1420
  "x64"
1404
1421
  ],
@@ -1413,9 +1430,9 @@
1413
1430
  }
1414
1431
  },
1415
1432
  "node_modules/@rolldown/pluginutils": {
1416
- "version": "1.0.0-rc.18",
1417
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.18.tgz",
1418
- "integrity": "sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw==",
1433
+ "version": "1.0.1",
1434
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
1435
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
1419
1436
  "dev": true,
1420
1437
  "license": "MIT"
1421
1438
  },
@@ -1427,13 +1444,13 @@
1427
1444
  "license": "MIT"
1428
1445
  },
1429
1446
  "node_modules/@testcontainers/postgresql": {
1430
- "version": "11.14.0",
1431
- "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.14.0.tgz",
1432
- "integrity": "sha512-wYbJn8GRTj8qfqzfVubxioYWlHJU/ImIjuzPwyy9C5Qfo6g3GLduPZAj+BifvqTZjgT3gd4gFVLCPhBji7dc1w==",
1447
+ "version": "12.0.1",
1448
+ "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.0.1.tgz",
1449
+ "integrity": "sha512-6SyyduUM6lTAo4UwKG1aCochP6wTe0k7/W/m5uODZQMUrV3STk6/28Km3474JLGZdw/P793BUEF2IeU7rDyoEg==",
1433
1450
  "dev": true,
1434
1451
  "license": "MIT",
1435
1452
  "dependencies": {
1436
- "testcontainers": "^11.14.0"
1453
+ "testcontainers": "^12.0.1"
1437
1454
  }
1438
1455
  },
1439
1456
  "node_modules/@tybys/wasm-util": {
@@ -1631,14 +1648,15 @@
1631
1648
  "license": "MIT"
1632
1649
  },
1633
1650
  "node_modules/@upstash/context7-mcp": {
1634
- "version": "2.2.5",
1635
- "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.5.tgz",
1636
- "integrity": "sha512-0TdLOtFmgu5oHu3xlkAoVuNYKsleh9+mjgu7gFfQcHCmaESaEoQOsKZ/hMvTybEz/D1S65vbkKZ2QoucknH4nw==",
1651
+ "version": "3.1.0",
1652
+ "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.1.0.tgz",
1653
+ "integrity": "sha512-bdlZ0dqSLG4XjNgHjgyToXRthTgc07nWeqpYMpkiCyuUlEiUABrzmtyj6JfBWDTYO1RN4eFkAqpaYcNqWjzTUA==",
1637
1654
  "dev": true,
1638
1655
  "license": "MIT",
1639
1656
  "dependencies": {
1640
1657
  "@modelcontextprotocol/sdk": "^1.25.1",
1641
1658
  "@types/express": "^5.0.4",
1659
+ "@upstash/redis": "^1.38.0",
1642
1660
  "commander": "^14.0.0",
1643
1661
  "express": "^5.1.0",
1644
1662
  "jose": "^6.1.3",
@@ -1649,17 +1667,27 @@
1649
1667
  "context7-mcp": "dist/index.js"
1650
1668
  }
1651
1669
  },
1670
+ "node_modules/@upstash/redis": {
1671
+ "version": "1.38.0",
1672
+ "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.0.tgz",
1673
+ "integrity": "sha512-wu+dZBptlLy0+MCUEoHmzrY/TnmgDey3+c7EbIGwrLqAvkP8yi5MWZHYGIFtAygmL4Bkz2TdFu+eU0vFPncIcg==",
1674
+ "dev": true,
1675
+ "license": "MIT",
1676
+ "dependencies": {
1677
+ "uncrypto": "^0.1.3"
1678
+ }
1679
+ },
1652
1680
  "node_modules/@vitest/expect": {
1653
- "version": "4.1.6",
1654
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.6.tgz",
1655
- "integrity": "sha512-7EHDquPthALSV0jhhjgEW8FXaviMx7rSqu8W6oqCoAuOhKov814P99QDV1pxMA3QPv21YudvJngIhjrNI4opLg==",
1681
+ "version": "4.1.8",
1682
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.8.tgz",
1683
+ "integrity": "sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==",
1656
1684
  "dev": true,
1657
1685
  "license": "MIT",
1658
1686
  "dependencies": {
1659
1687
  "@standard-schema/spec": "^1.1.0",
1660
1688
  "@types/chai": "^5.2.2",
1661
- "@vitest/spy": "4.1.6",
1662
- "@vitest/utils": "4.1.6",
1689
+ "@vitest/spy": "4.1.8",
1690
+ "@vitest/utils": "4.1.8",
1663
1691
  "chai": "^6.2.2",
1664
1692
  "tinyrainbow": "^3.1.0"
1665
1693
  },
@@ -1668,13 +1696,13 @@
1668
1696
  }
1669
1697
  },
1670
1698
  "node_modules/@vitest/mocker": {
1671
- "version": "4.1.6",
1672
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.6.tgz",
1673
- "integrity": "sha512-MCFc63czMjEInOlcY2cpQCvCN+KgbAn+60xu9cMgP4sKaLC5JNAKw7JH8QdAnoAC88hW1IiSNZ+GgVXlN1UcMQ==",
1699
+ "version": "4.1.8",
1700
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.8.tgz",
1701
+ "integrity": "sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==",
1674
1702
  "dev": true,
1675
1703
  "license": "MIT",
1676
1704
  "dependencies": {
1677
- "@vitest/spy": "4.1.6",
1705
+ "@vitest/spy": "4.1.8",
1678
1706
  "estree-walker": "^3.0.3",
1679
1707
  "magic-string": "^0.30.21"
1680
1708
  },
@@ -1695,9 +1723,9 @@
1695
1723
  }
1696
1724
  },
1697
1725
  "node_modules/@vitest/pretty-format": {
1698
- "version": "4.1.6",
1699
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.6.tgz",
1700
- "integrity": "sha512-h5SxD/IzNhZYnrSZRsUZQIC+vD0GY8cUvq0iwsmkFKixRCKLLWqCXa/FIQ4S1R+sI+PGoojkHsdNrbZiM9Qpgw==",
1726
+ "version": "4.1.8",
1727
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.8.tgz",
1728
+ "integrity": "sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==",
1701
1729
  "dev": true,
1702
1730
  "license": "MIT",
1703
1731
  "dependencies": {
@@ -1708,13 +1736,13 @@
1708
1736
  }
1709
1737
  },
1710
1738
  "node_modules/@vitest/runner": {
1711
- "version": "4.1.6",
1712
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.6.tgz",
1713
- "integrity": "sha512-nOPCmn2+yD0ZNmKdsXGv/UxMMWbMuKeD6GyYncNwdkYDxpQvrPSKYj2rWuDjC2Y4b6w6hjip5dBKFzEUuZe3vA==",
1739
+ "version": "4.1.8",
1740
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.8.tgz",
1741
+ "integrity": "sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==",
1714
1742
  "dev": true,
1715
1743
  "license": "MIT",
1716
1744
  "dependencies": {
1717
- "@vitest/utils": "4.1.6",
1745
+ "@vitest/utils": "4.1.8",
1718
1746
  "pathe": "^2.0.3"
1719
1747
  },
1720
1748
  "funding": {
@@ -1722,14 +1750,14 @@
1722
1750
  }
1723
1751
  },
1724
1752
  "node_modules/@vitest/snapshot": {
1725
- "version": "4.1.6",
1726
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.6.tgz",
1727
- "integrity": "sha512-YhsdE6xAVfTDmzjxL2ZDUvjj+ZsgyOKe+TdQzqkD72wIOmHka8NuGQ6NpTNZv9D2Z63fbwWKJPeVpEw4EQgYxw==",
1753
+ "version": "4.1.8",
1754
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.8.tgz",
1755
+ "integrity": "sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==",
1728
1756
  "dev": true,
1729
1757
  "license": "MIT",
1730
1758
  "dependencies": {
1731
- "@vitest/pretty-format": "4.1.6",
1732
- "@vitest/utils": "4.1.6",
1759
+ "@vitest/pretty-format": "4.1.8",
1760
+ "@vitest/utils": "4.1.8",
1733
1761
  "magic-string": "^0.30.21",
1734
1762
  "pathe": "^2.0.3"
1735
1763
  },
@@ -1738,9 +1766,9 @@
1738
1766
  }
1739
1767
  },
1740
1768
  "node_modules/@vitest/spy": {
1741
- "version": "4.1.6",
1742
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.6.tgz",
1743
- "integrity": "sha512-JFKxMx6udhwKh/Ldo270e17QX710vgunMkuPAvXjHSvC6oqLWAHhVhjg/I71q0u0CBSErIODV1Kjv0FQNSWjdg==",
1769
+ "version": "4.1.8",
1770
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.8.tgz",
1771
+ "integrity": "sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==",
1744
1772
  "dev": true,
1745
1773
  "license": "MIT",
1746
1774
  "funding": {
@@ -1748,13 +1776,13 @@
1748
1776
  }
1749
1777
  },
1750
1778
  "node_modules/@vitest/utils": {
1751
- "version": "4.1.6",
1752
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.6.tgz",
1753
- "integrity": "sha512-FxIY+U81R3LGKCxaHHFRQ5+g6/iRgGLmeHWdp2Amj4ljQRrEIWHmZyDfDYBRZlpyqA7qKxtS9DD1dhk8RnRIVQ==",
1779
+ "version": "4.1.8",
1780
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.8.tgz",
1781
+ "integrity": "sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==",
1754
1782
  "dev": true,
1755
1783
  "license": "MIT",
1756
1784
  "dependencies": {
1757
- "@vitest/pretty-format": "4.1.6",
1785
+ "@vitest/pretty-format": "4.1.8",
1758
1786
  "convert-source-map": "^2.0.0",
1759
1787
  "tinyrainbow": "^3.1.0"
1760
1788
  },
@@ -1978,9 +2006,9 @@
1978
2006
  "license": "MIT"
1979
2007
  },
1980
2008
  "node_modules/bare-events": {
1981
- "version": "2.8.2",
1982
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
1983
- "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
2009
+ "version": "2.8.3",
2010
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.3.tgz",
2011
+ "integrity": "sha512-HdUm8EMQBLaJvGUdidNNbqpA1kYkwNcb+MYxkxCLAPJGQzlv9J0C24h8V65Z4c5GLd/JEALDvpFCQgpLJqc0zw==",
1984
2012
  "dev": true,
1985
2013
  "license": "Apache-2.0",
1986
2014
  "peerDependencies": {
@@ -2183,9 +2211,9 @@
2183
2211
  }
2184
2212
  },
2185
2213
  "node_modules/brace-expansion": {
2186
- "version": "2.1.0",
2187
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
2188
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
2214
+ "version": "2.1.1",
2215
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
2216
+ "integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
2189
2217
  "dev": true,
2190
2218
  "license": "MIT",
2191
2219
  "dependencies": {
@@ -2484,6 +2512,7 @@
2484
2512
  "version": "1.0.5",
2485
2513
  "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
2486
2514
  "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
2515
+ "dev": true,
2487
2516
  "license": "MIT",
2488
2517
  "engines": {
2489
2518
  "node": ">= 0.6"
@@ -2689,9 +2718,9 @@
2689
2718
  }
2690
2719
  },
2691
2720
  "node_modules/dockerode": {
2692
- "version": "4.0.12",
2693
- "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.12.tgz",
2694
- "integrity": "sha512-/bCZd6KlGcjZO8Buqmi/vXuqEGVEZ0PNjx/biBNqJD3MhK9DmdiAuKxqfNhflgDESDIiBz3qF+0e55+CpnrUcw==",
2721
+ "version": "5.0.0",
2722
+ "resolved": "https://registry.npmjs.org/dockerode/-/dockerode-5.0.0.tgz",
2723
+ "integrity": "sha512-C52mvJ+7lcyhWNfrzVfFsbTrBfy/ezE9FGEYLpu17FUeBcCkxERk9nN7uDl/478ynDiQ4U+5DbQC2vENHkVEtQ==",
2695
2724
  "dev": true,
2696
2725
  "license": "Apache-2.0",
2697
2726
  "dependencies": {
@@ -2700,11 +2729,10 @@
2700
2729
  "@grpc/proto-loader": "^0.7.13",
2701
2730
  "docker-modem": "^5.0.7",
2702
2731
  "protobufjs": "^7.3.2",
2703
- "tar-fs": "^2.1.4",
2704
- "uuid": "^10.0.0"
2732
+ "tar-fs": "^2.1.4"
2705
2733
  },
2706
2734
  "engines": {
2707
- "node": ">= 8.0"
2735
+ "node": ">= 14.17"
2708
2736
  }
2709
2737
  },
2710
2738
  "node_modules/dockerode/node_modules/readable-stream": {
@@ -2836,9 +2864,9 @@
2836
2864
  "license": "MIT"
2837
2865
  },
2838
2866
  "node_modules/es-object-atoms": {
2839
- "version": "1.1.1",
2840
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2841
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2867
+ "version": "1.1.2",
2868
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
2869
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
2842
2870
  "dev": true,
2843
2871
  "license": "MIT",
2844
2872
  "dependencies": {
@@ -2971,9 +2999,9 @@
2971
2999
  }
2972
3000
  },
2973
3001
  "node_modules/eventsource-parser": {
2974
- "version": "3.0.8",
2975
- "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.8.tgz",
2976
- "integrity": "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==",
3002
+ "version": "3.1.0",
3003
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
3004
+ "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
2977
3005
  "dev": true,
2978
3006
  "license": "MIT",
2979
3007
  "engines": {
@@ -3035,9 +3063,9 @@
3035
3063
  }
3036
3064
  },
3037
3065
  "node_modules/express-rate-limit": {
3038
- "version": "8.5.1",
3039
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz",
3040
- "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==",
3066
+ "version": "8.5.2",
3067
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
3068
+ "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
3041
3069
  "dev": true,
3042
3070
  "license": "MIT",
3043
3071
  "dependencies": {
@@ -3419,9 +3447,9 @@
3419
3447
  }
3420
3448
  },
3421
3449
  "node_modules/hasown": {
3422
- "version": "2.0.3",
3423
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
3424
- "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
3450
+ "version": "2.0.4",
3451
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
3452
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
3425
3453
  "dev": true,
3426
3454
  "license": "MIT",
3427
3455
  "dependencies": {
@@ -3432,9 +3460,9 @@
3432
3460
  }
3433
3461
  },
3434
3462
  "node_modules/hono": {
3435
- "version": "4.12.18",
3436
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz",
3437
- "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
3463
+ "version": "4.12.23",
3464
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz",
3465
+ "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==",
3438
3466
  "dev": true,
3439
3467
  "license": "MIT",
3440
3468
  "engines": {
@@ -3874,6 +3902,9 @@
3874
3902
  "arm64"
3875
3903
  ],
3876
3904
  "dev": true,
3905
+ "libc": [
3906
+ "glibc"
3907
+ ],
3877
3908
  "license": "MPL-2.0",
3878
3909
  "optional": true,
3879
3910
  "os": [
@@ -3895,6 +3926,9 @@
3895
3926
  "arm64"
3896
3927
  ],
3897
3928
  "dev": true,
3929
+ "libc": [
3930
+ "musl"
3931
+ ],
3898
3932
  "license": "MPL-2.0",
3899
3933
  "optional": true,
3900
3934
  "os": [
@@ -3916,6 +3950,9 @@
3916
3950
  "x64"
3917
3951
  ],
3918
3952
  "dev": true,
3953
+ "libc": [
3954
+ "glibc"
3955
+ ],
3919
3956
  "license": "MPL-2.0",
3920
3957
  "optional": true,
3921
3958
  "os": [
@@ -3937,6 +3974,9 @@
3937
3974
  "x64"
3938
3975
  ],
3939
3976
  "dev": true,
3977
+ "libc": [
3978
+ "musl"
3979
+ ],
3940
3980
  "license": "MPL-2.0",
3941
3981
  "optional": true,
3942
3982
  "os": [
@@ -4144,9 +4184,9 @@
4144
4184
  "license": "MIT"
4145
4185
  },
4146
4186
  "node_modules/nan": {
4147
- "version": "2.26.2",
4148
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.26.2.tgz",
4149
- "integrity": "sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==",
4187
+ "version": "2.27.0",
4188
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.27.0.tgz",
4189
+ "integrity": "sha512-hC+0LidcL3XE4rp1C4H54KujgXKzbfyTngZTwBByQxsOxCEKZT0MPQ4hOKUH2jU1OYstqdDH4onyHPDzcV0XdQ==",
4150
4190
  "dev": true,
4151
4191
  "license": "MIT",
4152
4192
  "optional": true
@@ -4386,9 +4426,9 @@
4386
4426
  }
4387
4427
  },
4388
4428
  "node_modules/postcss": {
4389
- "version": "8.5.14",
4390
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
4391
- "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
4429
+ "version": "8.5.15",
4430
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
4431
+ "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
4392
4432
  "dev": true,
4393
4433
  "funding": [
4394
4434
  {
@@ -4406,7 +4446,7 @@
4406
4446
  ],
4407
4447
  "license": "MIT",
4408
4448
  "dependencies": {
4409
- "nanoid": "^3.3.11",
4449
+ "nanoid": "^3.3.12",
4410
4450
  "picocolors": "^1.1.1",
4411
4451
  "source-map-js": "^1.2.1"
4412
4452
  },
@@ -4498,9 +4538,9 @@
4498
4538
  }
4499
4539
  },
4500
4540
  "node_modules/protobufjs": {
4501
- "version": "7.5.6",
4502
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.6.tgz",
4503
- "integrity": "sha512-M71sTMB146U3u0di3yup8iM+zv8yPRNQVr1KK4tyBitl3qFvEGucq/rGDRShD2rsJhtN02RJaJ7j5X5hmy8SJg==",
4541
+ "version": "7.6.1",
4542
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.1.tgz",
4543
+ "integrity": "sha512-4K0myLaWL5EteuSAro91EGFgcfVgxb64Jx+7oDAY6GOkXD4M69yuSEljNcInGVCA5sOPxmZ/EqDLj2x0Q0+Ygg==",
4504
4544
  "dev": true,
4505
4545
  "hasInstallScript": true,
4506
4546
  "license": "BSD-3-Clause",
@@ -4508,15 +4548,15 @@
4508
4548
  "@protobufjs/aspromise": "^1.1.2",
4509
4549
  "@protobufjs/base64": "^1.1.2",
4510
4550
  "@protobufjs/codegen": "^2.0.5",
4511
- "@protobufjs/eventemitter": "^1.1.0",
4512
- "@protobufjs/fetch": "^1.1.0",
4551
+ "@protobufjs/eventemitter": "^1.1.1",
4552
+ "@protobufjs/fetch": "^1.1.1",
4513
4553
  "@protobufjs/float": "^1.0.2",
4514
- "@protobufjs/inquire": "^1.1.1",
4554
+ "@protobufjs/inquire": "^1.1.2",
4515
4555
  "@protobufjs/path": "^1.1.2",
4516
4556
  "@protobufjs/pool": "^1.1.0",
4517
4557
  "@protobufjs/utf8": "^1.1.1",
4518
4558
  "@types/node": ">=13.7.0",
4519
- "long": "^5.0.0"
4559
+ "long": "^5.3.2"
4520
4560
  },
4521
4561
  "engines": {
4522
4562
  "node": ">=12.0.0"
@@ -4558,9 +4598,9 @@
4558
4598
  }
4559
4599
  },
4560
4600
  "node_modules/qs": {
4561
- "version": "6.15.1",
4562
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
4563
- "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
4601
+ "version": "6.15.2",
4602
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
4603
+ "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
4564
4604
  "dev": true,
4565
4605
  "license": "BSD-3-Clause",
4566
4606
  "dependencies": {
@@ -4709,14 +4749,14 @@
4709
4749
  "license": "MIT"
4710
4750
  },
4711
4751
  "node_modules/rolldown": {
4712
- "version": "1.0.0-rc.18",
4713
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.18.tgz",
4714
- "integrity": "sha512-phmyKBpuBdRYDf4hgyynGAYn/rDDe+iZXKVJ7WX5b1zQzpLkP5oJRPGsfJuHdzPMlyyEO/4sPW6yfSx2gf7lVg==",
4752
+ "version": "1.0.2",
4753
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.2.tgz",
4754
+ "integrity": "sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==",
4715
4755
  "dev": true,
4716
4756
  "license": "MIT",
4717
4757
  "dependencies": {
4718
- "@oxc-project/types": "=0.128.0",
4719
- "@rolldown/pluginutils": "1.0.0-rc.18"
4758
+ "@oxc-project/types": "=0.132.0",
4759
+ "@rolldown/pluginutils": "^1.0.0"
4720
4760
  },
4721
4761
  "bin": {
4722
4762
  "rolldown": "bin/cli.mjs"
@@ -4725,21 +4765,21 @@
4725
4765
  "node": "^20.19.0 || >=22.12.0"
4726
4766
  },
4727
4767
  "optionalDependencies": {
4728
- "@rolldown/binding-android-arm64": "1.0.0-rc.18",
4729
- "@rolldown/binding-darwin-arm64": "1.0.0-rc.18",
4730
- "@rolldown/binding-darwin-x64": "1.0.0-rc.18",
4731
- "@rolldown/binding-freebsd-x64": "1.0.0-rc.18",
4732
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.18",
4733
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.18",
4734
- "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.18",
4735
- "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.18",
4736
- "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.18",
4737
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.18",
4738
- "@rolldown/binding-linux-x64-musl": "1.0.0-rc.18",
4739
- "@rolldown/binding-openharmony-arm64": "1.0.0-rc.18",
4740
- "@rolldown/binding-wasm32-wasi": "1.0.0-rc.18",
4741
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.18",
4742
- "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
4768
+ "@rolldown/binding-android-arm64": "1.0.2",
4769
+ "@rolldown/binding-darwin-arm64": "1.0.2",
4770
+ "@rolldown/binding-darwin-x64": "1.0.2",
4771
+ "@rolldown/binding-freebsd-x64": "1.0.2",
4772
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.2",
4773
+ "@rolldown/binding-linux-arm64-gnu": "1.0.2",
4774
+ "@rolldown/binding-linux-arm64-musl": "1.0.2",
4775
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.2",
4776
+ "@rolldown/binding-linux-s390x-gnu": "1.0.2",
4777
+ "@rolldown/binding-linux-x64-gnu": "1.0.2",
4778
+ "@rolldown/binding-linux-x64-musl": "1.0.2",
4779
+ "@rolldown/binding-openharmony-arm64": "1.0.2",
4780
+ "@rolldown/binding-wasm32-wasi": "1.0.2",
4781
+ "@rolldown/binding-win32-arm64-msvc": "1.0.2",
4782
+ "@rolldown/binding-win32-x64-msvc": "1.0.2"
4743
4783
  }
4744
4784
  },
4745
4785
  "node_modules/router": {
@@ -4835,9 +4875,9 @@
4835
4875
  "license": "BSD-3-Clause"
4836
4876
  },
4837
4877
  "node_modules/semver": {
4838
- "version": "7.8.0",
4839
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
4840
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
4878
+ "version": "7.8.1",
4879
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
4880
+ "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
4841
4881
  "license": "ISC",
4842
4882
  "bin": {
4843
4883
  "semver": "bin/semver.js"
@@ -5123,9 +5163,9 @@
5123
5163
  "license": "MIT"
5124
5164
  },
5125
5165
  "node_modules/streamx": {
5126
- "version": "2.25.0",
5127
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
5128
- "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
5166
+ "version": "2.26.0",
5167
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.26.0.tgz",
5168
+ "integrity": "sha512-VvNG1K72Po/xwJzxZFnZ++Tbrv4lwSptsbkFuzXCJAYZvCK5nnxsvXU6ajqkv7chyiI1Y0YXq2Jh8Iy8Y7NF/A==",
5129
5169
  "dev": true,
5130
5170
  "license": "MIT",
5131
5171
  "dependencies": {
@@ -5287,9 +5327,9 @@
5287
5327
  }
5288
5328
  },
5289
5329
  "node_modules/testcontainers": {
5290
- "version": "11.14.0",
5291
- "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.14.0.tgz",
5292
- "integrity": "sha512-r9pniwv/iwzyHaI7gwAvAm4Y+IvjJg3vBWdjrUCaDMc2AXIr4jKbq7jJO18Mw2ybs73pZy1Aj7p/4RVBGMRWjg==",
5330
+ "version": "12.0.1",
5331
+ "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.0.1.tgz",
5332
+ "integrity": "sha512-EMjjfMNJf3HlL7V3elkxqKUO1r3CtqNBTdmKGwwma/lOtUGfoWvFJ0WQ/KQf1DHEMnRjLWzW4cXbv/Tndsbcbw==",
5293
5333
  "dev": true,
5294
5334
  "license": "MIT",
5295
5335
  "dependencies": {
@@ -5300,20 +5340,20 @@
5300
5340
  "byline": "^5.0.0",
5301
5341
  "debug": "^4.4.3",
5302
5342
  "docker-compose": "^1.4.2",
5303
- "dockerode": "^4.0.10",
5343
+ "dockerode": "^5.0.0",
5304
5344
  "get-port": "^7.2.0",
5305
5345
  "proper-lockfile": "^4.1.2",
5306
5346
  "properties-reader": "^3.0.1",
5307
5347
  "ssh-remote-port-forward": "^1.0.4",
5308
5348
  "tar-fs": "^3.1.2",
5309
- "tmp": "^0.2.5",
5310
- "undici": "^7.24.5"
5349
+ "tmp": "^0.2.6",
5350
+ "undici": "^7.25.0"
5311
5351
  }
5312
5352
  },
5313
5353
  "node_modules/testcontainers/node_modules/undici": {
5314
- "version": "7.25.0",
5315
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz",
5316
- "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==",
5354
+ "version": "7.26.0",
5355
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.26.0.tgz",
5356
+ "integrity": "sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==",
5317
5357
  "dev": true,
5318
5358
  "license": "MIT",
5319
5359
  "engines": {
@@ -5331,17 +5371,23 @@
5331
5371
  }
5332
5372
  },
5333
5373
  "node_modules/thread-stream": {
5334
- "version": "4.0.0",
5335
- "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
5336
- "integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
5374
+ "version": "4.2.0",
5375
+ "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.2.0.tgz",
5376
+ "integrity": "sha512-e2zZ96wSChazBsbENf/Pcm/4swHt2cEKQ92rhUjkL9GCKiTDJIaTBenjE/m9DXi0QBmTMDkFDdOomUy20A1tDQ==",
5337
5377
  "license": "MIT",
5338
5378
  "dependencies": {
5339
- "real-require": "^0.2.0"
5379
+ "real-require": "^1.0.0"
5340
5380
  },
5341
5381
  "engines": {
5342
5382
  "node": ">=20"
5343
5383
  }
5344
5384
  },
5385
+ "node_modules/thread-stream/node_modules/real-require": {
5386
+ "version": "1.0.0",
5387
+ "resolved": "https://registry.npmjs.org/real-require/-/real-require-1.0.0.tgz",
5388
+ "integrity": "sha512-P4nbQYQfePJxRSmY+v/KINxVucm4NF3p3s7pJveMTtom52FR4YGltUQLB8idDXwDDWW+eYrWDFbuzUnjoWHF7g==",
5389
+ "license": "MIT"
5390
+ },
5345
5391
  "node_modules/tinybench": {
5346
5392
  "version": "2.9.0",
5347
5393
  "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
@@ -5350,9 +5396,9 @@
5350
5396
  "license": "MIT"
5351
5397
  },
5352
5398
  "node_modules/tinyexec": {
5353
- "version": "1.1.2",
5354
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
5355
- "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
5399
+ "version": "1.2.2",
5400
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.2.tgz",
5401
+ "integrity": "sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==",
5356
5402
  "dev": true,
5357
5403
  "license": "MIT",
5358
5404
  "engines": {
@@ -5387,9 +5433,9 @@
5387
5433
  }
5388
5434
  },
5389
5435
  "node_modules/tmp": {
5390
- "version": "0.2.5",
5391
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
5392
- "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
5436
+ "version": "0.2.7",
5437
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz",
5438
+ "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==",
5393
5439
  "dev": true,
5394
5440
  "license": "MIT",
5395
5441
  "engines": {
@@ -5397,12 +5443,12 @@
5397
5443
  }
5398
5444
  },
5399
5445
  "node_modules/toad-cache": {
5400
- "version": "3.7.0",
5401
- "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
5402
- "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
5446
+ "version": "3.7.1",
5447
+ "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.1.tgz",
5448
+ "integrity": "sha512-5DXWzE4Vz7xNHsv+xQ+MGfJYyC78Aok3tEr0MNwHoRf7vZnga1mQXZ4/Nsodld4VR6Wd+VhfmqnNrsRJyYPfrQ==",
5403
5449
  "license": "MIT",
5404
5450
  "engines": {
5405
- "node": ">=12"
5451
+ "node": ">=20"
5406
5452
  }
5407
5453
  },
5408
5454
  "node_modules/toidentifier": {
@@ -5423,9 +5469,9 @@
5423
5469
  "optional": true
5424
5470
  },
5425
5471
  "node_modules/tsx": {
5426
- "version": "4.22.1",
5427
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.1.tgz",
5428
- "integrity": "sha512-TvncJykhxAzFCk0VQZKBTClall4Pm7qXDSodb6uxi8QFa8X8mT6ABjxxsQ2opDRYxG7AzcRWXaFtruz5HJKuWg==",
5472
+ "version": "4.22.4",
5473
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
5474
+ "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
5429
5475
  "dev": true,
5430
5476
  "license": "MIT",
5431
5477
  "dependencies": {
@@ -5449,17 +5495,34 @@
5449
5495
  "license": "Unlicense"
5450
5496
  },
5451
5497
  "node_modules/type-is": {
5452
- "version": "2.0.1",
5453
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
5454
- "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
5498
+ "version": "2.1.0",
5499
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
5500
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
5455
5501
  "license": "MIT",
5456
5502
  "dependencies": {
5457
- "content-type": "^1.0.5",
5503
+ "content-type": "^2.0.0",
5458
5504
  "media-typer": "^1.1.0",
5459
5505
  "mime-types": "^3.0.0"
5460
5506
  },
5461
5507
  "engines": {
5462
- "node": ">= 0.6"
5508
+ "node": ">= 18"
5509
+ },
5510
+ "funding": {
5511
+ "type": "opencollective",
5512
+ "url": "https://opencollective.com/express"
5513
+ }
5514
+ },
5515
+ "node_modules/type-is/node_modules/content-type": {
5516
+ "version": "2.0.0",
5517
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
5518
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
5519
+ "license": "MIT",
5520
+ "engines": {
5521
+ "node": ">=18"
5522
+ },
5523
+ "funding": {
5524
+ "type": "opencollective",
5525
+ "url": "https://opencollective.com/express"
5463
5526
  }
5464
5527
  },
5465
5528
  "node_modules/typescript": {
@@ -5476,10 +5539,17 @@
5476
5539
  "node": ">=14.17"
5477
5540
  }
5478
5541
  },
5542
+ "node_modules/uncrypto": {
5543
+ "version": "0.1.3",
5544
+ "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5545
+ "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5546
+ "dev": true,
5547
+ "license": "MIT"
5548
+ },
5479
5549
  "node_modules/undici": {
5480
- "version": "6.25.0",
5481
- "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz",
5482
- "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==",
5550
+ "version": "6.26.0",
5551
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz",
5552
+ "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==",
5483
5553
  "dev": true,
5484
5554
  "license": "MIT",
5485
5555
  "engines": {
@@ -5510,21 +5580,6 @@
5510
5580
  "dev": true,
5511
5581
  "license": "MIT"
5512
5582
  },
5513
- "node_modules/uuid": {
5514
- "version": "10.0.0",
5515
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
5516
- "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
5517
- "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
5518
- "dev": true,
5519
- "funding": [
5520
- "https://github.com/sponsors/broofa",
5521
- "https://github.com/sponsors/ctavan"
5522
- ],
5523
- "license": "MIT",
5524
- "bin": {
5525
- "uuid": "dist/bin/uuid"
5526
- }
5527
- },
5528
5583
  "node_modules/vary": {
5529
5584
  "version": "1.1.2",
5530
5585
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -5535,16 +5590,16 @@
5535
5590
  }
5536
5591
  },
5537
5592
  "node_modules/vite": {
5538
- "version": "8.0.11",
5539
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.11.tgz",
5540
- "integrity": "sha512-Jz1mxtUBR5xTT65VOdJZUUeoyLtqljmFkiUXhPTLZka3RDc9vpi/xXkyrnsdRcm2lIi3l3GPMnAidTsEGIj3Ow==",
5593
+ "version": "8.0.14",
5594
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.14.tgz",
5595
+ "integrity": "sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==",
5541
5596
  "dev": true,
5542
5597
  "license": "MIT",
5543
5598
  "dependencies": {
5544
5599
  "lightningcss": "^1.32.0",
5545
5600
  "picomatch": "^4.0.4",
5546
- "postcss": "^8.5.14",
5547
- "rolldown": "1.0.0-rc.18",
5601
+ "postcss": "^8.5.15",
5602
+ "rolldown": "1.0.2",
5548
5603
  "tinyglobby": "^0.2.16"
5549
5604
  },
5550
5605
  "bin": {
@@ -5613,19 +5668,19 @@
5613
5668
  }
5614
5669
  },
5615
5670
  "node_modules/vitest": {
5616
- "version": "4.1.6",
5617
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.6.tgz",
5618
- "integrity": "sha512-6lvjbS3p9b4CrdCmguzbh2/4uoXhGE2q71R4OX5sqF9R1bo9Xd6fGrMAfvp5wnCzlBnFVdCOp6onuTQVbo8iUQ==",
5671
+ "version": "4.1.8",
5672
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.8.tgz",
5673
+ "integrity": "sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==",
5619
5674
  "dev": true,
5620
5675
  "license": "MIT",
5621
5676
  "dependencies": {
5622
- "@vitest/expect": "4.1.6",
5623
- "@vitest/mocker": "4.1.6",
5624
- "@vitest/pretty-format": "4.1.6",
5625
- "@vitest/runner": "4.1.6",
5626
- "@vitest/snapshot": "4.1.6",
5627
- "@vitest/spy": "4.1.6",
5628
- "@vitest/utils": "4.1.6",
5677
+ "@vitest/expect": "4.1.8",
5678
+ "@vitest/mocker": "4.1.8",
5679
+ "@vitest/pretty-format": "4.1.8",
5680
+ "@vitest/runner": "4.1.8",
5681
+ "@vitest/snapshot": "4.1.8",
5682
+ "@vitest/spy": "4.1.8",
5683
+ "@vitest/utils": "4.1.8",
5629
5684
  "es-module-lexer": "^2.0.0",
5630
5685
  "expect-type": "^1.3.0",
5631
5686
  "magic-string": "^0.30.21",
@@ -5653,12 +5708,12 @@
5653
5708
  "@edge-runtime/vm": "*",
5654
5709
  "@opentelemetry/api": "^1.9.0",
5655
5710
  "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
5656
- "@vitest/browser-playwright": "4.1.6",
5657
- "@vitest/browser-preview": "4.1.6",
5658
- "@vitest/browser-webdriverio": "4.1.6",
5659
- "@vitest/coverage-istanbul": "4.1.6",
5660
- "@vitest/coverage-v8": "4.1.6",
5661
- "@vitest/ui": "4.1.6",
5711
+ "@vitest/browser-playwright": "4.1.8",
5712
+ "@vitest/browser-preview": "4.1.8",
5713
+ "@vitest/browser-webdriverio": "4.1.8",
5714
+ "@vitest/coverage-istanbul": "4.1.8",
5715
+ "@vitest/coverage-v8": "4.1.8",
5716
+ "@vitest/ui": "4.1.8",
5662
5717
  "happy-dom": "*",
5663
5718
  "jsdom": "*",
5664
5719
  "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"