Skip to content

Commit

Permalink
Fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeet-agrahari committed Jul 1, 2024
1 parent 3b2aa42 commit 82d2b76
Show file tree
Hide file tree
Showing 7 changed files with 1,900 additions and 1,854 deletions.
62 changes: 36 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,46 +23,56 @@
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@hapi/joi-date": "^2.0.1",
"aws-sdk": "^2.1128.0",
"axios": "^1.6.0",
"@hapi/joi-date": "2.0.1",
"aws-sdk": "^2.1651.0",
"axios": "1.6.4",
"bcryptjs": "^2.4.3",
"config": "^3.3.7",
"config": "^3.3.12",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.19.2",
"dotenv": "^16.4.5",
"express": "4.19.2",
"express-async-errors": "^3.1.1",
"express-winston": "^4.2.0",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nodemailer": "^6.7.5",
"pg": "^8.7.3",
"moment": "2.29.4",
"nodemailer": "6.9.9",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.29.0",
"sequelize": "^6.37.3",
"stoppable": "^1.1.0",
"uuid": "^8.3.2",
"winston": "^3.7.2"
"winston": "^3.13.0"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"babel-eslint": "^10.1.0",
"cli-color": "^2.0.2",
"eslint": "^8.14.0",
"cli-color": "^2.0.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^44.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^44.2.7",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"js-beautify": "^1.14.3",
"jsdoc": "^4.0.2",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"sequelize-cli": "^6.4.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"js-beautify": "^1.15.1",
"jsdoc": "^4.0.3",
"nodemon": "^3.1.4",
"prettier": "^2.8.8",
"sequelize-cli": "^6.6.2",
"sequelize-mock": "^0.10.2",
"yargs": "^17.5.0"
"yargs": "^17.7.2"
},
"pnpm": {
"overrides": {
"sequelize@<6.28.1": ">=6.28.1",
"sequelize@<6.29.0": ">=6.29.0",
"hoek@<4.2.1": ">=4.2.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"jsonwebtoken@<9.0.0": ">=9.0.0",
"jsonwebtoken@<=8.5.1": ">=9.0.0"
}
}
}
Loading

0 comments on commit 82d2b76

Please sign in to comment.