Fix security issues (#179)
* fix security issues in react-java-mysql sample * fix security issues in react-express-mysql sample * fix security issues in react-express-mongol sample Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
e90f6f22af
commit
93f8f18f64
3625
react-express-mongodb/frontend/package-lock.json
generated
3625
react-express-mongodb/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,19 +3,21 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^5.15.0",
|
"axios": "^0.24.0",
|
||||||
"@testing-library/react": "^9.5.0",
|
"bootstrap": "^5.1.3",
|
||||||
"@testing-library/user-event": "^7.2.1",
|
|
||||||
"axios": "^0.21.4",
|
|
||||||
"bootstrap": "^4.3.1",
|
|
||||||
"sass": "^1.43.4",
|
"sass": "^1.43.4",
|
||||||
"react": "^16.13.1",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^17.0.2"
|
||||||
"react-scripts": "^4.0.3"
|
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"fsevents": "^2.1.2"
|
"fsevents": "^2.1.2"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@testing-library/jest-dom": "^5.15.0",
|
||||||
|
"@testing-library/react": "^9.5.0",
|
||||||
|
"@testing-library/user-event": "^7.2.1",
|
||||||
|
"react-scripts": "^4.0.3"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
|
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
17659
react-java-mysql/frontend/package-lock.json
generated
17659
react-java-mysql/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,17 +3,16 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^5.15.0",
|
||||||
"@testing-library/react": "^9.5.0",
|
"@testing-library/react": "^12.1.2",
|
||||||
"@testing-library/user-event": "^7.2.1",
|
"@testing-library/user-event": "^13.5.0",
|
||||||
"@types/jest": "^24.9.1",
|
"@types/jest": "^27.0.3",
|
||||||
"@types/node": "^12.12.30",
|
"@types/node": "^16.11.9",
|
||||||
"@types/react": "^16.9.25",
|
"@types/react": "^17.0.35",
|
||||||
"@types/react-dom": "^16.9.5",
|
"@types/react-dom": "^17.0.11",
|
||||||
"react": "^16.13.1",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^17.0.2",
|
||||||
"react-scripts": "3.4.1",
|
"typescript": "^4.5.2"
|
||||||
"typescript": "^3.7.5"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
@ -37,6 +36,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"http-proxy-middleware": "^1.0.3"
|
"http-proxy-middleware": "^2.0.1",
|
||||||
|
"react-scripts": "^4.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user