Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
584b8a0aab Bump json5 and react-scripts in /client
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `react-scripts` from 4.0.3 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-4.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 04:08:24 +00:00
4 changed files with 13048 additions and 21404 deletions

33591
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "4.0.3",
"react-scripts": "5.0.1",
"react-spring": "^8.0.27",
"redux": "^4.1.2",
"redux-form": "^8.3.8",

853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,11 +31,11 @@
},
"author": "",
"dependencies": {
"body-parser": "^1.20.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"express": "^4.17.1",
"express-http-to-https": "^1.1.4",
"express-jwt": "^6.1.0",
"hsts": "^2.2.0",
@@ -62,7 +62,7 @@
"eslint-plugin-react": "^7.27.1",
"jest": "^26.6.0",
"mongodb-memory-server": "^6",
"nodemon": "^2.0.20",
"nodemon": "^2.0.15",
"prettier-eslint": "^13.0.0",
"supertest": "^6.1.6"
},