Skip to content

Commit

Permalink
Merge pull request #2394 from sophiemoustard/COM-3728
Browse files Browse the repository at this point in the history
Com 3728
  • Loading branch information
sophiemoustard authored Jun 17, 2024
2 parents bab9063 + 4c1087a commit bcaa7b3
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 132 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"node": "18.17.0"
},
"dependencies": {
"@google-cloud/storage": "~7.7.0",
"@googleapis/drive": "~8.6.0",
"@google-cloud/storage": "~7.11.2",
"@googleapis/drive": "~8.10.0",
"@hapi/boom": "~10.0.1",
"@hapi/good": "~9.0.1",
"@hapi/good-console": "~9.0.1",
"@hapi/good-squeeze": "~6.0.0",
"@hapi/hapi": "~21.3.3",
"@hapi/hapi": "~21.3.9",
"@hapi/inert": "~7.1.0",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"axios": "~1.7.2",
"bcryptjs": "~2.4.3",
"bignumber.js": "~9.1.2",
"date-holidays": "~3.23.7",
"docxtemplater": "~3.47.2",
"dotenv": "~16.4.1",
"date-holidays": "~3.23.12",
"docxtemplater": "~3.47.4",
"dotenv": "~16.4.5",
"flat": "~5.0.2",
"form-data": "~4.0.0",
"hapi-auth-jwt2": "~10.5.1",
"hapi-auth-jwt2": "~10.6.0",
"hapi-sentry": "~4.0.0",
"intl": "~1.2.5",
"joi": "~17.12.1",
"joi": "~17.13.1",
"joi-objectid": "~4.0.2",
"jsonwebtoken": "~9.0.2",
"jszip": "~3.10.1",
Expand All @@ -61,25 +61,25 @@
"mongoose": "~8.1.1",
"mongoose-autopopulate": "~1.1.0",
"mongoose-lean-virtuals": "~0.9.0",
"nodemailer": "~6.9.9",
"pdfmake": "~0.2.9",
"pizzip": "~3.1.6",
"nodemailer": "~6.9.13",
"pdfmake": "~0.2.10",
"pizzip": "~3.1.7",
"qrcode": "git+https://github.com/sophiemoustard/node-qrcode.git",
"qs": "~6.11.0",
"qs": "~6.12.1",
"randomatic": "~3.1.1",
"shelljs": "~0.8.5",
"util": "~0.12.3",
"uuid": "~9.0.1",
"uuid": "~10.0.0",
"xmlbuilder": "~15.1.1"
},
"devDependencies": {
"@hapi/eslint-plugin": "~6.0.0",
"eslint": "~8.56.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-mocha": "~10.2.0",
"eslint-plugin-mocha": "~10.4.3",
"expect": "~29.7.0",
"mocha": "~10.2.0",
"sinon": "~17.0.1"
"mocha": "~10.4.0",
"sinon": "~18.0.0"
}
}
Loading

0 comments on commit bcaa7b3

Please sign in to comment.