Skip to content

Commit

Permalink
Upgrade the packages, libraries to the latest. (#2050)
Browse files Browse the repository at this point in the history
* chore/updated the packages, libraries and node version to the latest

* chore/upgrade express package

* fix:node to the version 20

* chore/fix-package-updates

* chore:upgrade the packages to the latest

* fix:prettier issue by upgrading to the latest version of prettier

* fix:remove the ~ and the ^ from the package.json

* fix:eslint and prettier plugin packages and migration tests

* fix:remove the depricated eslint-prettier-standard package

* fix:revert back the test changes

* Revert "fix:prettier issue by upgrading to the latest version of prettier"

* fix: remove the trailing commas

* fix:remove the trailing comma

* fix:remove the changes of trailing commas

* feat:upgrade the packages to the latest

* fix:remove the ~ and the ^ and pgrade the packages to the latest

* chore:remove the eslint-standard package as it's depricated and no longer maintained
  • Loading branch information
Abhay5855 committed Jun 20, 2024
1 parent 8fbfb97 commit 5b9cc73
Show file tree
Hide file tree
Showing 2 changed files with 1,202 additions and 931 deletions.
77 changes: 38 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
"tdd:watch": "sh scripts/tests/tdd.sh"
},
"dependencies": {
"axios": "^1.6.7",
"cloudinary": "^2.0.3",
"axios": "1.7.2",
"cloudinary": "2.0.3",
"config": "3.3.7",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"datauri": "^4.1.0",
"debug": "~4.3.4",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"datauri": "4.1.0",
"debug": "4.3.5",
"express": "~4.18.3",
"express-boom": "^3.0.0",
"firebase-admin": "^11.11.1",
"helmet": "^7.1.0",
"express-boom": "3.0.0",
"firebase-admin": "12.1.1",
"helmet": "7.1.0",
"http-errors": "~2.0.0",
"joi": "^17.12.2",
"jsdoc": "^4.0.2",
"joi": "17.12.2",
"jsdoc": "4.0.2",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.10.0",
"multer": "^1.4.2",
"newrelic": "^11.12.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"rate-limiter-flexible": "^5.0.0",
"winston": "^3.12.0"
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
"newrelic": "11.19.0",
"passport": "0.7.0",
"passport-github2": "0.1.12",
"rate-limiter-flexible": "5.0.3",
"winston": "3.13.0"
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/config": "^3.3.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.24",
"@types/sinon": "^17.0.3",
"@types/chai": "4.3.16",
"@types/config": "3.3.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/mocha": "10.0.6",
"@types/node": "20.11.24",
"@types/sinon": "17.0.3",
"@typescript-eslint/parser": "^7.1.1",
"chai": "^4.4.1",
"chai-http": "^4.4.0",
"cross-env": "^7.0.3",
"chai": "4.4.1",
"chai-http": "4.4.0",
"cross-env": "7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^16.0.3",
Expand All @@ -60,18 +60,17 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-standard": "^4.1.0",
"firebase-tools": "^13.4.0",
"mocha": "^10.3.0",
"nock": "~13.2.9",
"nodemon": "^3.1.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"firebase-tools": "13.4.0",
"mocha": "10.3.0",
"nock": "13.2.9",
"nodemon": "3.1.3",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"prettier": "^2.5.1",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "~5.3.3"
"sinon": "18.0.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3"
},
"engines": {
"node": "20.x"
Expand Down
Loading

0 comments on commit 5b9cc73

Please sign in to comment.