Skip to content

Commit

Permalink
refactor: update patch bug fixes dependency (#1467)
Browse files Browse the repository at this point in the history
* feat: add register with role selection

* refactor: update express from 4.21.1 to 4.21.2

* refactor: upgrade @types/dockerode from 3.3.31 to 3.3.32

* refactor: upgrade @types/nodemailer from 6.4.16 to 6.4.17

* refactor: upgrade dotenv from 16.4.5 to 16.4.7

* refactor: upgrade husky from 9.1.6 to 9.1.7
  • Loading branch information
zzdhybthu authored Dec 8, 2024
1 parent 135adab commit 21f40f8
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 241 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"cos-nodejs-sdk-v5": "2.14.6",
"debug": "4.3.7",
"dockerode": "4.0.2",
"dotenv": "16.4.5",
"express": "4.21.1",
"dotenv": "16.4.7",
"express": "4.21.2",
"graphql": "16.9.0",
"graphql-request": "6.1.0",
"html-to-text": "9.0.5",
Expand Down Expand Up @@ -51,19 +51,19 @@
"@types/bcrypt": "5.0.2",
"@types/cors": "2.8.17",
"@types/debug": "4.1.12",
"@types/dockerode": "3.3.31",
"@types/dockerode": "3.3.32",
"@types/express": "4.17.21",
"@types/html-to-text": "9.0.4",
"@types/js-yaml": "4.0.9",
"@types/jsonwebtoken": "9.0.7",
"@types/morgan": "1.9.9",
"@types/nodemailer": "6.4.16",
"@types/nodemailer": "6.4.17",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.6",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"nodemon": "3.1.7",
"typescript": "5.6.3"
Expand Down
Loading

0 comments on commit 21f40f8

Please sign in to comment.