Skip to content

Commit 4daa2f6

Browse files
Merge branch 'main' into hotfix/attachment_type_inconsistency
2 parents bee046d + 2bac868 commit 4daa2f6

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
[2025-04-07] Version 8.1.5
5+
--------------------------
6+
**Library - Chore**
7+
- [PR #1432](https://github.com/sendgrid/sendgrid-nodejs/pull/1432): fixed axios vulnerability by upgrading 1.7.4 to 1.8.2. Thanks to [@sujay-neglur](https://github.com/sujay-neglur)!
8+
- [PR #1429](https://github.com/sendgrid/sendgrid-nodejs/pull/1429): update licence year. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
9+
- [PR #1415](https://github.com/sendgrid/sendgrid-nodejs/pull/1415): fixed axios vulnerability by upgrading 1.6.8 to 1.7.4. Thanks to [@jl-yang](https://github.com/jl-yang)!
10+
- [PR #1418](https://github.com/sendgrid/sendgrid-nodejs/pull/1418): install docker-compose. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
11+
12+
413
[2024-10-17] Version 8.1.4
514
--------------------------
615
**Library - Chore**

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.1.4",
6+
"version": "8.1.5",
77
"tagVersionPrefix": "",
88
"lerna": "2.0.0"
99
}

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/client",
33
"description": "Twilio SendGrid NodeJS API client",
4-
"version": "8.1.4",
4+
"version": "8.1.5",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@sendgrid/helpers": "^8.0.0",
31-
"axios": "^1.7.4"
31+
"axios": "^1.8.2"
3232
},
3333
"devDependencies": {
3434
"chai": "4.2.0",

packages/contact-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/contact-importer",
33
"description": "Twilio SendGrid NodeJS contact importer",
4-
"version": "8.1.4",
4+
"version": "8.1.5",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@sendgrid/client": "^8.1.4",
29+
"@sendgrid/client": "^8.1.5",
3030
"async.ensureasync": "^0.5.2",
3131
"async.queue": "^0.5.2",
3232
"bottleneck": "^1.12.0",

packages/mail/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/mail",
33
"description": "Twilio SendGrid NodeJS mail service",
4-
"version": "8.1.4",
4+
"version": "8.1.5",
55
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <[email protected]>",
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@sendgrid/client": "^8.1.4",
30+
"@sendgrid/client": "^8.1.5",
3131
"@sendgrid/helpers": "^8.0.0"
3232
},
3333
"tags": [

0 commit comments

Comments
 (0)