@lousy-agents/cli 5.2.1 → 5.2.2
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.
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.0.1",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
|
-
"fastify": "5.8.
|
|
13
|
+
"fastify": "5.8.2",
|
|
14
14
|
"kysely": "0.28.2",
|
|
15
15
|
"pino": "9.6.0",
|
|
16
16
|
"postgres": "3.4.7",
|
|
@@ -2604,9 +2604,9 @@
|
|
|
2604
2604
|
"license": "BSD-3-Clause"
|
|
2605
2605
|
},
|
|
2606
2606
|
"node_modules/fastify": {
|
|
2607
|
-
"version": "5.8.
|
|
2608
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.
|
|
2609
|
-
"integrity": "sha512-
|
|
2607
|
+
"version": "5.8.2",
|
|
2608
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz",
|
|
2609
|
+
"integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==",
|
|
2610
2610
|
"funding": [
|
|
2611
2611
|
{
|
|
2612
2612
|
"type": "github",
|
package/package.json
CHANGED