Skip to content

Commit a09117a

Browse files
committed
fix: appengine/sendgrid/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent f62131a commit a09117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/sendgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"body-parser": "^1.19.0",
1717
"express": "^4.16.4",
1818
"pug": "^3.0.0",
19-
"@sendgrid/client": "^7.0.0"
19+
"@sendgrid/client": "^8.1.5"
2020
},
2121
"devDependencies": {
2222
"mocha": "^9.1.2",

0 commit comments

Comments
 (0)