Skip to content

Commit

Permalink
Deps update - snyk risks
Browse files Browse the repository at this point in the history
  • Loading branch information
EctorCunha committed Nov 9, 2023
1 parent b8125d8 commit efbd18c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@sendgrid/helpers": "^7.7.0",
"axios": "^0.26.0"
"axios": "^1.6.0"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/contact-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@sendgrid/client": "^7.7.0",
"async.ensureasync": "^0.5.2",
"async.queue": "^0.5.2",
"axios": "^1.6.0",
"bottleneck": "^1.12.0",
"debug": "^4.0.1",
"lodash.chunk": "^4.2.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/inbound-mail-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
},
"dependencies": {
"@sendgrid/helpers": "^7.7.0",
"mailparser": "^2.3.4"
"html-to-text": "^6.0.0",
"mailparser": "^3.6.5",
"nodemailer": "^6.6.1"
},
"tags": [
"sendgrid"
Expand Down
4 changes: 2 additions & 2 deletions packages/subscription-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mailparser": "^3.3.0",
"morgan": "^1.9.1",
"nodemon": "^1.9.2",
"sendgrid": "^4.0.2",
"nodemon": "^3.0.1",
"sendgrid-rest": "^2.5.0"
},
"publishConfig": {
Expand Down

0 comments on commit efbd18c

Please sign in to comment.