fix security issues in the react-express-mysql sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2021-10-08 12:04:19 +02:00
parent f1d900bf8f
commit 94d8ab630c
2 changed files with 427 additions and 6454 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
},
"dependencies": {
"express": "^4.17.1",
"knex": "^0.20.13",
"knex": "^0.95.11",
"morgan": "^1.10.0",
"mysql2": "^2.1.0"
},
@ -23,7 +23,7 @@
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cross-env": "^7.0.2",
"mocha": "^7.1.1",
"mocha": "^9.1.2",
"nodemon": "^2.0.4"
}
}