1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-28 23:31:47 +02:00

fix security issues on react-express-mysql sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
Guillaume Lours 2022-03-12 18:30:13 +01:00 committed by ajeetraina
parent 75e7bcac1d
commit e880359bb0
4 changed files with 4447 additions and 9611 deletions

File diff suppressed because it is too large Load diff

View file

@ -28,10 +28,10 @@
]
},
"devDependencies": {
"http-proxy-middleware": "^2.0.1",
"react-scripts": "4.0.3",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0"
"@testing-library/user-event": "^13.5.0",
"http-proxy-middleware": "^2.0.1",
"react-scripts": "^5.0.0"
}
}