Más dependencias solucionadas. Errores en los documentos docker-compose

This commit is contained in:
2025-08-18 19:52:46 +00:00
parent e04be61952
commit 8237e38164
9 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chalk": "^5.5.0",
"chalk": "^5.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
+1 -1
View File
@@ -15,7 +15,7 @@
"nodemon": "^3.1.10"
},
"dependencies": {
"chalk": "^5.5.0",
"chalk": "^5.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
+1 -1
View File
@@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "^5.5.0",
"chalk": "^5.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
+1 -1
View File
@@ -16,7 +16,7 @@
},
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "^5.5.0",
"chalk": "^5.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
+1 -1
View File
@@ -1,5 +1,5 @@
// auth/src/index.js
import chalk from 'chalk'; // Colores!
import chalk from 'chalk';
import express from 'express';
import expressLayouts from 'express-ejs-layouts';
import cors from 'cors';