fix security issues in react-express-mysql sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
202f2eed91
commit
07089d60e9
17706
react-express-mysql/frontend/package-lock.json
generated
17706
react-express-mysql/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,12 +3,8 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"react": "^17.0.2",
|
||||||
"@testing-library/react": "^9.5.0",
|
"react-dom": "^17.0.2"
|
||||||
"@testing-library/user-event": "^7.2.1",
|
|
||||||
"react": "^16.13.1",
|
|
||||||
"react-dom": "^16.13.1",
|
|
||||||
"react-scripts": "3.4.1"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
@ -32,6 +28,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"http-proxy-middleware": "^1.0.3"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user