1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Fix security issues (#102)

* upgrade dependencies of vuejs sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mongodb sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mysql sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2021-03-19 10:26:43 +01:00 committed by GitHub
parent d0769851bc
commit 16854a92ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10105 additions and 7319 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,12 +6,12 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.0",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"node-sass": "^4.14.0",
"node-sass": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "^4.0.3"
},
"optionalDependencies": {
"fsevents": "^2.1.2"