node_modules: update

This commit is contained in:
Dawid Dziurla
2020-08-30 12:08:22 +02:00
parent e8b7af2f44
commit 8e479bcc5d
10 changed files with 172 additions and 67 deletions

40
node_modules/nodemailer/package.json generated vendored
View File

@ -1,58 +1,56 @@
{
"_args": [
[
"nodemailer@6.4.10",
"/Users/dawidd6/github/dawidd6/action-send-mail"
]
],
"_from": "nodemailer@6.4.10",
"_id": "nodemailer@6.4.10",
"_from": "nodemailer@6.4.11",
"_id": "nodemailer@6.4.11",
"_inBundle": false,
"_integrity": "sha512-j+pS9CURhPgk6r0ENr7dji+As2xZiHSvZeVnzKniLOw1eRAyM/7flP0u65tCnsapV8JFu+t0l/5VeHsCZEeh9g==",
"_integrity": "sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ==",
"_location": "/nodemailer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodemailer@6.4.10",
"raw": "nodemailer@6.4.11",
"name": "nodemailer",
"escapedName": "nodemailer",
"rawSpec": "6.4.10",
"rawSpec": "6.4.11",
"saveSpec": null,
"fetchSpec": "6.4.10"
"fetchSpec": "6.4.11"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.10.tgz",
"_spec": "6.4.10",
"_where": "/Users/dawidd6/github/dawidd6/action-send-mail",
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.11.tgz",
"_shasum": "1f00b4ffd106403f17c03f3d43d5945b2677046c",
"_spec": "nodemailer@6.4.11",
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Easy as cake e-mail sending from your Node.js applications",
"devDependencies": {
"bunyan": "1.8.12",
"bunyan": "1.8.14",
"chai": "4.2.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.11.0",
"grunt": "1.1.0",
"grunt": "1.2.1",
"grunt-cli": "1.3.2",
"grunt-eslint": "23.0.0",
"grunt-mocha-test": "0.13.3",
"libbase64": "1.2.1",
"libmime": "4.2.1",
"libmime": "5.0.0",
"libqp": "1.1.0",
"mocha": "8.0.1",
"nodemailer-ntlm-auth": "1.0.1",
"proxy": "1.0.1",
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
"sinon": "9.0.2",
"smtp-server": "3.6.0"
"smtp-server": "3.7.0"
},
"engines": {
"node": ">=6.0.0"
@ -72,5 +70,5 @@
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
"test": "grunt"
},
"version": "6.4.10"
"version": "6.4.11"
}