mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(deps): Update dependency @sendgrid/mail to v7.5.0.
This commit is contained in:
parent
788da55ea3
commit
c955a4caa9
8
.pnp.cjs
generated
8
.pnp.cjs
generated
@ -4858,7 +4858,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@lowdefy/node-utils", "workspace:packages/nodeUtils"],
|
||||
["@lowdefy/nunjucks", "workspace:packages/nunjucks"],
|
||||
["@lowdefy/operators", "workspace:packages/operators"],
|
||||
["@sendgrid/mail", "npm:7.4.4"],
|
||||
["@sendgrid/mail", "npm:7.5.0"],
|
||||
["@shelf/jest-mongodb", "virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5ac786de486992cd2db054c#npm:1.2.5"],
|
||||
["ajv", "npm:6.12.6"],
|
||||
["ajv-errors", "virtual:09ba37edd9db25b7821b7d2b2d2055c41a6ed7b7590f4f31cb08f11ca472be4a006b49e750b63bf1615697d9f5fdbcda49d5e649e3491c0b6490a9dc0dbedfa2#npm:1.0.1"],
|
||||
@ -5685,10 +5685,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["@sendgrid/mail", [
|
||||
["npm:7.4.4", {
|
||||
"packageLocation": "./.yarn/cache/@sendgrid-mail-npm-7.4.4-815c11e40d-fbfcfe62b4.zip/node_modules/@sendgrid/mail/",
|
||||
["npm:7.5.0", {
|
||||
"packageLocation": "./.yarn/cache/@sendgrid-mail-npm-7.5.0-d07903b075-0a49c7f374.zip/node_modules/@sendgrid/mail/",
|
||||
"packageDependencies": [
|
||||
["@sendgrid/mail", "npm:7.4.4"],
|
||||
["@sendgrid/mail", "npm:7.5.0"],
|
||||
["@sendgrid/client", "npm:7.5.0"],
|
||||
["@sendgrid/helpers", "npm:7.5.0"]
|
||||
],
|
||||
|
Binary file not shown.
@ -44,7 +44,7 @@
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/nunjucks": "3.22.0",
|
||||
"@lowdefy/operators": "3.22.0",
|
||||
"@sendgrid/mail": "7.4.4",
|
||||
"@sendgrid/mail": "7.5.0",
|
||||
"ajv": "6.12.6",
|
||||
"ajv-errors": "1.0.1",
|
||||
"apollo-server": "2.25.0",
|
||||
|
18
yarn.lock
18
yarn.lock
@ -3367,7 +3367,7 @@ __metadata:
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/nunjucks": 3.22.0
|
||||
"@lowdefy/operators": 3.22.0
|
||||
"@sendgrid/mail": 7.4.4
|
||||
"@sendgrid/mail": 7.5.0
|
||||
"@shelf/jest-mongodb": 1.2.5
|
||||
ajv: 6.12.6
|
||||
ajv-errors: 1.0.1
|
||||
@ -4044,7 +4044,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@sendgrid/client@npm:^7.4.3":
|
||||
"@sendgrid/client@npm:^7.5.0":
|
||||
version: 7.5.0
|
||||
resolution: "@sendgrid/client@npm:7.5.0"
|
||||
dependencies:
|
||||
@ -4054,7 +4054,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@sendgrid/helpers@npm:^7.4.3, @sendgrid/helpers@npm:^7.5.0":
|
||||
"@sendgrid/helpers@npm:^7.5.0":
|
||||
version: 7.5.0
|
||||
resolution: "@sendgrid/helpers@npm:7.5.0"
|
||||
dependencies:
|
||||
@ -4063,13 +4063,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@sendgrid/mail@npm:7.4.4":
|
||||
version: 7.4.4
|
||||
resolution: "@sendgrid/mail@npm:7.4.4"
|
||||
"@sendgrid/mail@npm:7.5.0":
|
||||
version: 7.5.0
|
||||
resolution: "@sendgrid/mail@npm:7.5.0"
|
||||
dependencies:
|
||||
"@sendgrid/client": ^7.4.3
|
||||
"@sendgrid/helpers": ^7.4.3
|
||||
checksum: fbfcfe62b48a4942f8324fade294641a113565675deb511f308501e34bb978b814dbb26e14e03e7b0015195ec844323834321cce0503fc1e9109eb4a9ce689e6
|
||||
"@sendgrid/client": ^7.5.0
|
||||
"@sendgrid/helpers": ^7.5.0
|
||||
checksum: 0a49c7f3745baefd2d1a68ccdd057e71ea9b6c6f8b8cbd9d99736e228c69eddc2119a5790dbc6cce3a8fa33cd36cadd4d5ed0423d362b2a36b541fbeb7ae77a3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user