@lousy-agents/cli 5.1.6 → 5.2.1
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.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +1 -1
- package/api/copilot-with-fastify/.github/workflows/ci.yml +4 -4
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/package-lock.json +98 -86
- package/api/copilot-with-fastify/package.json +5 -5
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/.github/workflows/ci.yml +3 -3
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/package.json +2 -2
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/.github/workflows/ci.yml +3 -3
- package/ui/copilot-with-react/.github/workflows/copilot-setup-steps.yml +1 -1
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/package.json +2 -2
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
55
55
|
|
|
56
56
|
- name: Setup Node.js
|
|
57
|
-
uses: actions/setup-node@
|
|
57
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
58
58
|
with:
|
|
59
59
|
node-version-file: '.nvmrc'
|
|
60
60
|
cache: 'npm'
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
77
77
|
|
|
78
78
|
- name: Setup Node.js
|
|
79
|
-
uses: actions/setup-node@
|
|
79
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
80
80
|
with:
|
|
81
81
|
node-version-file: '.nvmrc'
|
|
82
82
|
cache: 'npm'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
24.14.0
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.0.1",
|
|
12
|
-
"@fastify/sensible": "6.0.
|
|
12
|
+
"@fastify/sensible": "6.0.4",
|
|
13
13
|
"fastify": "5.8.1",
|
|
14
14
|
"kysely": "0.28.2",
|
|
15
15
|
"pino": "9.6.0",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.2",
|
|
21
|
-
"@testcontainers/postgresql": "
|
|
22
|
-
"@types/node": "
|
|
23
|
-
"chance": "1.1.
|
|
24
|
-
"testcontainers": "
|
|
21
|
+
"@testcontainers/postgresql": "11.12.0",
|
|
22
|
+
"@types/node": "24.12.0",
|
|
23
|
+
"chance": "1.1.13",
|
|
24
|
+
"testcontainers": "11.12.0",
|
|
25
25
|
"tsx": "4.20.3",
|
|
26
26
|
"typescript": "5.8.3",
|
|
27
27
|
"vitest": "4.0.15"
|
|
@@ -660,16 +660,6 @@
|
|
|
660
660
|
"fast-uri": "^3.0.0"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
|
-
"node_modules/@fastify/busboy": {
|
|
664
|
-
"version": "2.1.1",
|
|
665
|
-
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
|
|
666
|
-
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
|
|
667
|
-
"dev": true,
|
|
668
|
-
"license": "MIT",
|
|
669
|
-
"engines": {
|
|
670
|
-
"node": ">=14"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
663
|
"node_modules/@fastify/cors": {
|
|
674
664
|
"version": "11.0.1",
|
|
675
665
|
"resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-11.0.1.tgz",
|
|
@@ -781,9 +771,9 @@
|
|
|
781
771
|
}
|
|
782
772
|
},
|
|
783
773
|
"node_modules/@fastify/sensible": {
|
|
784
|
-
"version": "6.0.
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.
|
|
786
|
-
"integrity": "sha512-
|
|
774
|
+
"version": "6.0.4",
|
|
775
|
+
"resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.4.tgz",
|
|
776
|
+
"integrity": "sha512-1vxcCUlPMew6WroK8fq+LVOwbsLtX+lmuRuqpcp6eYqu6vmkLwbKTdBWAZwbeaSgCfW4tzUpTIHLLvTiQQ1BwQ==",
|
|
787
777
|
"funding": [
|
|
788
778
|
{
|
|
789
779
|
"type": "github",
|
|
@@ -801,7 +791,7 @@
|
|
|
801
791
|
"fastify-plugin": "^5.0.0",
|
|
802
792
|
"forwarded": "^0.2.0",
|
|
803
793
|
"http-errors": "^2.0.0",
|
|
804
|
-
"type-is": "^
|
|
794
|
+
"type-is": "^2.0.1",
|
|
805
795
|
"vary": "^1.1.2"
|
|
806
796
|
}
|
|
807
797
|
},
|
|
@@ -893,6 +883,16 @@
|
|
|
893
883
|
"url": "https://opencollective.com/js-sdsl"
|
|
894
884
|
}
|
|
895
885
|
},
|
|
886
|
+
"node_modules/@kwsites/file-exists": {
|
|
887
|
+
"version": "1.1.1",
|
|
888
|
+
"resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
|
|
889
|
+
"integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
|
|
890
|
+
"dev": true,
|
|
891
|
+
"license": "MIT",
|
|
892
|
+
"dependencies": {
|
|
893
|
+
"debug": "^4.1.1"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
896
|
"node_modules/@lukeed/ms": {
|
|
897
897
|
"version": "2.0.2",
|
|
898
898
|
"resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz",
|
|
@@ -1351,13 +1351,13 @@
|
|
|
1351
1351
|
"license": "MIT"
|
|
1352
1352
|
},
|
|
1353
1353
|
"node_modules/@testcontainers/postgresql": {
|
|
1354
|
-
"version": "
|
|
1355
|
-
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-
|
|
1356
|
-
"integrity": "sha512-
|
|
1354
|
+
"version": "11.12.0",
|
|
1355
|
+
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.12.0.tgz",
|
|
1356
|
+
"integrity": "sha512-w4ZK0H+WIYBUBk57H9wCSxPMSMZUNsFpx2MZAX4iru0Aevz9HFWDfAhFLAu+/SwsHtEJUD7XfWUDlqBGC3OF0Q==",
|
|
1357
1357
|
"dev": true,
|
|
1358
1358
|
"license": "MIT",
|
|
1359
1359
|
"dependencies": {
|
|
1360
|
-
"testcontainers": "^
|
|
1360
|
+
"testcontainers": "^11.12.0"
|
|
1361
1361
|
}
|
|
1362
1362
|
},
|
|
1363
1363
|
"node_modules/@types/chai": {
|
|
@@ -1390,9 +1390,9 @@
|
|
|
1390
1390
|
}
|
|
1391
1391
|
},
|
|
1392
1392
|
"node_modules/@types/dockerode": {
|
|
1393
|
-
"version": "
|
|
1394
|
-
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-
|
|
1395
|
-
"integrity": "sha512-
|
|
1393
|
+
"version": "4.0.1",
|
|
1394
|
+
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-4.0.1.tgz",
|
|
1395
|
+
"integrity": "sha512-cmUpB+dPN955PxBEuXE3f6lKO1hHiIGYJA46IVF3BJpNsZGvtBDcRnlrHYHtOH/B6vtDOyl2kZ2ShAu3mgc27Q==",
|
|
1396
1396
|
"dev": true,
|
|
1397
1397
|
"license": "MIT",
|
|
1398
1398
|
"dependencies": {
|
|
@@ -1409,13 +1409,13 @@
|
|
|
1409
1409
|
"license": "MIT"
|
|
1410
1410
|
},
|
|
1411
1411
|
"node_modules/@types/node": {
|
|
1412
|
-
"version": "
|
|
1413
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
1414
|
-
"integrity": "sha512-
|
|
1412
|
+
"version": "24.12.0",
|
|
1413
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
|
|
1414
|
+
"integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
|
|
1415
1415
|
"dev": true,
|
|
1416
1416
|
"license": "MIT",
|
|
1417
1417
|
"dependencies": {
|
|
1418
|
-
"undici-types": "~
|
|
1418
|
+
"undici-types": "~7.16.0"
|
|
1419
1419
|
}
|
|
1420
1420
|
},
|
|
1421
1421
|
"node_modules/@types/ssh2": {
|
|
@@ -2019,9 +2019,9 @@
|
|
|
2019
2019
|
}
|
|
2020
2020
|
},
|
|
2021
2021
|
"node_modules/chance": {
|
|
2022
|
-
"version": "1.1.
|
|
2023
|
-
"resolved": "https://registry.npmjs.org/chance/-/chance-1.1.
|
|
2024
|
-
"integrity": "sha512-
|
|
2022
|
+
"version": "1.1.13",
|
|
2023
|
+
"resolved": "https://registry.npmjs.org/chance/-/chance-1.1.13.tgz",
|
|
2024
|
+
"integrity": "sha512-V6lQCljcLznE7tUYUM9EOAnnKXbctE6j/rdQkYOHIWbfGQbrzTsAXNW9CdU5XCo4ArXQCj/rb6HgxPlmGJcaUg==",
|
|
2025
2025
|
"dev": true,
|
|
2026
2026
|
"license": "MIT"
|
|
2027
2027
|
},
|
|
@@ -2163,6 +2163,15 @@
|
|
|
2163
2163
|
"node": ">= 14"
|
|
2164
2164
|
}
|
|
2165
2165
|
},
|
|
2166
|
+
"node_modules/content-type": {
|
|
2167
|
+
"version": "1.0.5",
|
|
2168
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
2169
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
2170
|
+
"license": "MIT",
|
|
2171
|
+
"engines": {
|
|
2172
|
+
"node": ">= 0.6"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2166
2175
|
"node_modules/cookie": {
|
|
2167
2176
|
"version": "1.1.1",
|
|
2168
2177
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
@@ -2277,9 +2286,9 @@
|
|
|
2277
2286
|
}
|
|
2278
2287
|
},
|
|
2279
2288
|
"node_modules/docker-compose": {
|
|
2280
|
-
"version": "
|
|
2281
|
-
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-
|
|
2282
|
-
"integrity": "sha512-
|
|
2289
|
+
"version": "1.3.2",
|
|
2290
|
+
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.2.tgz",
|
|
2291
|
+
"integrity": "sha512-FO/Jemn08gf9o9E6qtqOPQpyauwf2rQAzfpoUlMyqNpdaVb0ImR/wXKoutLZKp1tks58F8Z8iR7va7H1ne09cw==",
|
|
2283
2292
|
"dev": true,
|
|
2284
2293
|
"license": "MIT",
|
|
2285
2294
|
"dependencies": {
|
|
@@ -3105,33 +3114,37 @@
|
|
|
3105
3114
|
}
|
|
3106
3115
|
},
|
|
3107
3116
|
"node_modules/media-typer": {
|
|
3108
|
-
"version": "
|
|
3109
|
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-
|
|
3110
|
-
"integrity": "sha512-
|
|
3117
|
+
"version": "1.1.0",
|
|
3118
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
3119
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
3111
3120
|
"license": "MIT",
|
|
3112
3121
|
"engines": {
|
|
3113
|
-
"node": ">= 0.
|
|
3122
|
+
"node": ">= 0.8"
|
|
3114
3123
|
}
|
|
3115
3124
|
},
|
|
3116
3125
|
"node_modules/mime-db": {
|
|
3117
|
-
"version": "1.
|
|
3118
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
|
3119
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "1.54.0",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
3128
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
3120
3129
|
"license": "MIT",
|
|
3121
3130
|
"engines": {
|
|
3122
3131
|
"node": ">= 0.6"
|
|
3123
3132
|
}
|
|
3124
3133
|
},
|
|
3125
3134
|
"node_modules/mime-types": {
|
|
3126
|
-
"version": "
|
|
3127
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-
|
|
3128
|
-
"integrity": "sha512-
|
|
3135
|
+
"version": "3.0.2",
|
|
3136
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
3137
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
3129
3138
|
"license": "MIT",
|
|
3130
3139
|
"dependencies": {
|
|
3131
|
-
"mime-db": "1.
|
|
3140
|
+
"mime-db": "^1.54.0"
|
|
3132
3141
|
},
|
|
3133
3142
|
"engines": {
|
|
3134
|
-
"node": ">=
|
|
3143
|
+
"node": ">=18"
|
|
3144
|
+
},
|
|
3145
|
+
"funding": {
|
|
3146
|
+
"type": "opencollective",
|
|
3147
|
+
"url": "https://opencollective.com/express"
|
|
3135
3148
|
}
|
|
3136
3149
|
},
|
|
3137
3150
|
"node_modules/minimatch": {
|
|
@@ -3161,16 +3174,19 @@
|
|
|
3161
3174
|
}
|
|
3162
3175
|
},
|
|
3163
3176
|
"node_modules/mkdirp": {
|
|
3164
|
-
"version": "
|
|
3165
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-
|
|
3166
|
-
"integrity": "sha512
|
|
3177
|
+
"version": "3.0.1",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
3179
|
+
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
3167
3180
|
"dev": true,
|
|
3168
3181
|
"license": "MIT",
|
|
3169
3182
|
"bin": {
|
|
3170
|
-
"mkdirp": "bin
|
|
3183
|
+
"mkdirp": "dist/cjs/src/bin.js"
|
|
3171
3184
|
},
|
|
3172
3185
|
"engines": {
|
|
3173
3186
|
"node": ">=10"
|
|
3187
|
+
},
|
|
3188
|
+
"funding": {
|
|
3189
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3174
3190
|
}
|
|
3175
3191
|
},
|
|
3176
3192
|
"node_modules/mkdirp-classic": {
|
|
@@ -3308,7 +3324,6 @@
|
|
|
3308
3324
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3309
3325
|
"dev": true,
|
|
3310
3326
|
"license": "MIT",
|
|
3311
|
-
"peer": true,
|
|
3312
3327
|
"engines": {
|
|
3313
3328
|
"node": ">=12"
|
|
3314
3329
|
},
|
|
@@ -3464,16 +3479,17 @@
|
|
|
3464
3479
|
"license": "ISC"
|
|
3465
3480
|
},
|
|
3466
3481
|
"node_modules/properties-reader": {
|
|
3467
|
-
"version": "
|
|
3468
|
-
"resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-
|
|
3469
|
-
"integrity": "sha512-
|
|
3482
|
+
"version": "3.0.1",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-3.0.1.tgz",
|
|
3484
|
+
"integrity": "sha512-WPn+h9RGEExOKdu4bsF4HksG/uzd3cFq3MFtq8PsFeExPse5Ha/VOjQNyHhjboBFwGXGev6muJYTSPAOkROq2g==",
|
|
3470
3485
|
"dev": true,
|
|
3471
3486
|
"license": "MIT",
|
|
3472
3487
|
"dependencies": {
|
|
3473
|
-
"
|
|
3488
|
+
"@kwsites/file-exists": "^1.1.1",
|
|
3489
|
+
"mkdirp": "^3.0.1"
|
|
3474
3490
|
},
|
|
3475
3491
|
"engines": {
|
|
3476
|
-
"node": ">=
|
|
3492
|
+
"node": ">=18"
|
|
3477
3493
|
},
|
|
3478
3494
|
"funding": {
|
|
3479
3495
|
"type": "github",
|
|
@@ -4082,27 +4098,27 @@
|
|
|
4082
4098
|
}
|
|
4083
4099
|
},
|
|
4084
4100
|
"node_modules/testcontainers": {
|
|
4085
|
-
"version": "
|
|
4086
|
-
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-
|
|
4087
|
-
"integrity": "sha512-
|
|
4101
|
+
"version": "11.12.0",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.12.0.tgz",
|
|
4103
|
+
"integrity": "sha512-VWtH+UQejVYYvb53ohEZRbx2naxyDvwO9lQ6A0VgmVE2Oh8r9EF09I+BfmrXpd9N9ntpzhao9di2yNwibSz5KA==",
|
|
4088
4104
|
"dev": true,
|
|
4089
4105
|
"license": "MIT",
|
|
4090
4106
|
"dependencies": {
|
|
4091
4107
|
"@balena/dockerignore": "^1.0.2",
|
|
4092
|
-
"@types/dockerode": "^
|
|
4108
|
+
"@types/dockerode": "^4.0.1",
|
|
4093
4109
|
"archiver": "^7.0.1",
|
|
4094
4110
|
"async-lock": "^1.4.1",
|
|
4095
4111
|
"byline": "^5.0.0",
|
|
4096
|
-
"debug": "^4.3
|
|
4097
|
-
"docker-compose": "^
|
|
4098
|
-
"dockerode": "^4.0.
|
|
4112
|
+
"debug": "^4.4.3",
|
|
4113
|
+
"docker-compose": "^1.3.1",
|
|
4114
|
+
"dockerode": "^4.0.9",
|
|
4099
4115
|
"get-port": "^7.1.0",
|
|
4100
4116
|
"proper-lockfile": "^4.1.2",
|
|
4101
|
-
"properties-reader": "^
|
|
4117
|
+
"properties-reader": "^3.0.1",
|
|
4102
4118
|
"ssh-remote-port-forward": "^1.0.4",
|
|
4103
|
-
"tar-fs": "^3.
|
|
4104
|
-
"tmp": "^0.2.
|
|
4105
|
-
"undici": "^
|
|
4119
|
+
"tar-fs": "^3.1.1",
|
|
4120
|
+
"tmp": "^0.2.5",
|
|
4121
|
+
"undici": "^7.22.0"
|
|
4106
4122
|
}
|
|
4107
4123
|
},
|
|
4108
4124
|
"node_modules/text-decoder": {
|
|
@@ -4202,7 +4218,6 @@
|
|
|
4202
4218
|
"integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==",
|
|
4203
4219
|
"dev": true,
|
|
4204
4220
|
"license": "MIT",
|
|
4205
|
-
"peer": true,
|
|
4206
4221
|
"dependencies": {
|
|
4207
4222
|
"esbuild": "~0.25.0",
|
|
4208
4223
|
"get-tsconfig": "^4.7.5"
|
|
@@ -4225,13 +4240,14 @@
|
|
|
4225
4240
|
"license": "Unlicense"
|
|
4226
4241
|
},
|
|
4227
4242
|
"node_modules/type-is": {
|
|
4228
|
-
"version": "
|
|
4229
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-
|
|
4230
|
-
"integrity": "sha512-
|
|
4243
|
+
"version": "2.0.1",
|
|
4244
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
|
|
4245
|
+
"integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
|
|
4231
4246
|
"license": "MIT",
|
|
4232
4247
|
"dependencies": {
|
|
4233
|
-
"
|
|
4234
|
-
"
|
|
4248
|
+
"content-type": "^1.0.5",
|
|
4249
|
+
"media-typer": "^1.1.0",
|
|
4250
|
+
"mime-types": "^3.0.0"
|
|
4235
4251
|
},
|
|
4236
4252
|
"engines": {
|
|
4237
4253
|
"node": ">= 0.6"
|
|
@@ -4252,22 +4268,19 @@
|
|
|
4252
4268
|
}
|
|
4253
4269
|
},
|
|
4254
4270
|
"node_modules/undici": {
|
|
4255
|
-
"version": "
|
|
4256
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-
|
|
4257
|
-
"integrity": "sha512-
|
|
4271
|
+
"version": "7.24.2",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz",
|
|
4273
|
+
"integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==",
|
|
4258
4274
|
"dev": true,
|
|
4259
4275
|
"license": "MIT",
|
|
4260
|
-
"dependencies": {
|
|
4261
|
-
"@fastify/busboy": "^2.0.0"
|
|
4262
|
-
},
|
|
4263
4276
|
"engines": {
|
|
4264
|
-
"node": ">=
|
|
4277
|
+
"node": ">=20.18.1"
|
|
4265
4278
|
}
|
|
4266
4279
|
},
|
|
4267
4280
|
"node_modules/undici-types": {
|
|
4268
|
-
"version": "
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
4270
|
-
"integrity": "sha512-
|
|
4281
|
+
"version": "7.16.0",
|
|
4282
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
4283
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
4271
4284
|
"dev": true,
|
|
4272
4285
|
"license": "MIT"
|
|
4273
4286
|
},
|
|
@@ -4307,7 +4320,6 @@
|
|
|
4307
4320
|
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
|
|
4308
4321
|
"dev": true,
|
|
4309
4322
|
"license": "MIT",
|
|
4310
|
-
"peer": true,
|
|
4311
4323
|
"dependencies": {
|
|
4312
4324
|
"esbuild": "^0.27.0",
|
|
4313
4325
|
"fdir": "^6.5.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.0.1",
|
|
20
|
-
"@fastify/sensible": "6.0.
|
|
20
|
+
"@fastify/sensible": "6.0.4",
|
|
21
21
|
"fastify": "5.8.1",
|
|
22
22
|
"kysely": "0.28.2",
|
|
23
23
|
"pino": "9.6.0",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.2",
|
|
29
|
-
"@testcontainers/postgresql": "
|
|
30
|
-
"@types/node": "
|
|
31
|
-
"chance": "1.1.
|
|
32
|
-
"testcontainers": "
|
|
29
|
+
"@testcontainers/postgresql": "11.12.0",
|
|
30
|
+
"@types/node": "24.12.0",
|
|
31
|
+
"chance": "1.1.13",
|
|
32
|
+
"testcontainers": "11.12.0",
|
|
33
33
|
"tsx": "4.20.3",
|
|
34
34
|
"typescript": "5.8.3",
|
|
35
35
|
"vitest": "4.0.15"
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
24.14.0
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
22
22
|
|
|
23
23
|
- name: Setup Node.js
|
|
24
|
-
uses: actions/setup-node@
|
|
24
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
25
25
|
with:
|
|
26
26
|
node-version-file: ".nvmrc"
|
|
27
27
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
24.14.0
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@biomejs/biome": "2.4.2",
|
|
25
25
|
"@eslint/eslintrc": "^3",
|
|
26
26
|
"@testing-library/jest-dom": "6.9.1",
|
|
27
|
-
"@testing-library/react": "16.3.
|
|
28
|
-
"@types/node": "^
|
|
27
|
+
"@testing-library/react": "16.3.2",
|
|
28
|
+
"@types/node": "^24.0.0",
|
|
29
29
|
"@types/react": "19.2.14",
|
|
30
30
|
"@types/react-dom": "19.2.3",
|
|
31
31
|
"@vitejs/plugin-react": "5.1.2",
|