Skip to content

Commit

Permalink
chore(mailer): update glob dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Sep 23, 2023
1 parent 11af394 commit d9895a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/core": "^10.2.6",
"@nestjs/platform-express": "^10.2.6",
"ejs": "^3.1.2",
"glob": "10.3.3",
"glob": "10.3.6",
"handlebars": "^4.7.6",
"inline-css": "4.0.2",
"mjml": "^4.14.0",
Expand All @@ -51,7 +51,7 @@
},
"dependencies": {
"ejs": "^3.1.2",
"glob": "10.3.3",
"glob": "10.3.6",
"handlebars": "^4.7.6",
"inline-css": "4.0.2",
"mjml": "^4.14.0",
Expand Down

0 comments on commit d9895a2

Please sign in to comment.