mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
fix: packages/strapi-provider-email-nodemailer/package.json to reduce vulnerabilities (#10560)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-1296415
This commit is contained in:
parent
df258ba811
commit
60e6899d8d
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"nodemailer": "6.6.0"
|
"nodemailer": "6.6.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user