Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] 9868875b47 Bump semver, mongodb and nodemon in /react-express-mongodb/backend
Bumps [semver](https://github.com/npm/node-semver) to 7.8.4 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [mongodb](https://github.com/mongodb/node-mongodb-native) and [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.


Updates `semver` from 6.3.0 to 7.8.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v7.8.4)

Updates `mongodb` from 3.6.5 to 3.7.4
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.5...v3.7.4)

Updates `nodemon` from 2.0.3 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.3...v3.1.14)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 7.8.4
  dependency-type: indirect
- dependency-name: mongodb
  dependency-version: 3.7.4
  dependency-type: direct:production
- dependency-name: nodemon
  dependency-version: 3.1.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-10 00:33:04 +00:00
Guillaume Lours 298ebd2b45 Fix security issues (#244)
* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-16 21:20:20 +02:00
Guillaume Lours 0a0a53b7c7 fix issue in validor dependency in the backend of react-express-mongodb sample (#175)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-11-04 14:58:45 +01:00
Guillaume Lours 727084b6f6 fix security issues in the react-express-mongodb sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-10-08 12:20:53 +02:00
Anca Iordache 99e20f4867 Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-13 14:29:52 +02:00
Jérémie Drouet be7f09b6ba react-express-mongodb: lint sources
to fix some syntax issues in the existing code, the commit
put in place prettier and format the code

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet be8875c9b6 react-express-mongodb: rename server to backend
The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00