@leo-h/create-nodejs-app 1.0.55 → 1.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo-h/create-nodejs-app",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
6
6
  "description": "Create a modern Node.js app with TypeScript using one command.",
@@ -20,7 +20,7 @@
20
20
  "@fastify/cors": "11.0.1",
21
21
  "@fastify/multipart": "9.0.3",
22
22
  "@fastify/swagger": "9.4.2",
23
- "@fastify/swagger-ui": "5.2.2",
23
+ "@fastify/swagger-ui": "5.2.3",
24
24
  "dotenv": "16.4.7",
25
25
  "fastify": "5.3.2",
26
26
  "fastify-plugin": "5.0.1",
@@ -21,8 +21,8 @@ importers:
21
21
  specifier: 9.4.2
22
22
  version: 9.4.2
23
23
  '@fastify/swagger-ui':
24
- specifier: 5.2.2
25
- version: 5.2.2
24
+ specifier: 5.2.3
25
+ version: 5.2.3
26
26
  dotenv:
27
27
  specifier: 16.4.7
28
28
  version: 16.4.7
@@ -334,8 +334,8 @@ packages:
334
334
  '@fastify/static@8.1.1':
335
335
  resolution: {integrity: sha512-TW9eyVHJLytZNpBlSIqd0bl1giJkEaRaPZG+5AT3L/OBKq9U8D7g/OYmc2NPQZnzPURGhMt3IAWuyVkvd2nOkQ==}
336
336
 
337
- '@fastify/swagger-ui@5.2.2':
338
- resolution: {integrity: sha512-jf8xe+D8Xjc8TqrZhtlJImOWihd8iYFu8dhM01mGg+F04CKUM0zGB9aADE9nxzRUszyWp3wn+uWk89nbAoBMCw==}
337
+ '@fastify/swagger-ui@5.2.3':
338
+ resolution: {integrity: sha512-e7ivEJi9EpFcxTONqICx4llbpB2jmlI+LI1NQ/mR7QGQnyDOqZybPK572zJtcdHZW4YyYTBHcP3a03f1pOh0SA==}
339
339
 
340
340
  '@fastify/swagger@9.4.2':
341
341
  resolution: {integrity: sha512-WjSUu6QnmysLx1GeX7+oQAQUG/vBK5L8Qzcsht2SEpZiykpHURefMZpf+u3XbwSuH7TjeWOPgGIJIsEgj8AvxQ==}
@@ -2305,7 +2305,7 @@ snapshots:
2305
2305
  fastq: 1.19.1
2306
2306
  glob: 11.0.1
2307
2307
 
2308
- '@fastify/swagger-ui@5.2.2':
2308
+ '@fastify/swagger-ui@5.2.3':
2309
2309
  dependencies:
2310
2310
  '@fastify/static': 8.1.1
2311
2311
  fastify-plugin: 5.0.1