fix security issues in the react-express-mysql sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
f1d900bf8f
commit
94d8ab630c
6875
react-express-mysql/backend/package-lock.json
generated
6875
react-express-mysql/backend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user