Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-3738253bc568471b7dcdd980b439e8fa
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmpvtltd1 authored Jan 2, 2025
2 parents e665d90 + d035d0b commit 70c4640
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"immer": "^9.0.12",
"invariant": "^2.2.4",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"lodash": "4.17.21",
"mini-css-extract-plugin": "^2.1.0",
"minimist": "1.2.6",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"query-string": "^7.1.1",
Expand Down
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Waft Technology Pvt.Ltd. Nepal",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"@sendgrid/mail": "^7.0.0",
"awesome-phonenumber": "^2.31.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
Expand All @@ -24,15 +24,15 @@
"hpp": "^0.2.3",
"http-status": "^1.2.0",
"jimp": "^0.22.0",
"jsonwebtoken": "^8.3.0",
"jsonwebtoken": "^9.0.0",
"mailgun-js": "^0.22.0",
"moment": "^2.27.0",
"mongoose": "^5.9.11",
"mongoose": "^6.4.6",
"morgan": "^1.10.0",
"multer": "^1.4.0",
"node-cache": "^5.1.2",
"nodemailer": "^4.6.7",
"passport": "^0.4.0",
"nodemailer": "^6.9.9",
"passport": "^0.6.0",
"passport-facebook-token": "^3.3.0",
"passport-google-token": "^0.1.2",
"passport-jwt": "^4.0.0",
Expand Down

0 comments on commit 70c4640

Please sign in to comment.