mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
node_modules: update
This commit is contained in:
parent
e8b7af2f44
commit
8e479bcc5d
9
node_modules/@actions/core/LICENSE.md
generated
vendored
Normal file
9
node_modules/@actions/core/LICENSE.md
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright 2019 GitHub
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1
node_modules/@actions/core/README.md
generated
vendored
1
node_modules/@actions/core/README.md
generated
vendored
@ -89,6 +89,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Do stuff
|
// Do stuff
|
||||||
|
core.info('Output to the actions build log')
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
core.error(`Error ${err}, action may still succeed though`);
|
core.error(`Error ${err}, action may still succeed though`);
|
||||||
|
37
node_modules/@actions/core/package.json
generated
vendored
37
node_modules/@actions/core/package.json
generated
vendored
@ -1,36 +1,34 @@
|
|||||||
{
|
{
|
||||||
"_args": [
|
"_from": "@actions/core@1.2.5",
|
||||||
[
|
"_id": "@actions/core@1.2.5",
|
||||||
"@actions/core@1.2.4",
|
|
||||||
"/Users/dawidd6/github/dawidd6/action-send-mail"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"_from": "@actions/core@1.2.4",
|
|
||||||
"_id": "@actions/core@1.2.4",
|
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==",
|
"_integrity": "sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==",
|
||||||
"_location": "/@actions/core",
|
"_location": "/@actions/core",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "@actions/core@1.2.4",
|
"raw": "@actions/core@1.2.5",
|
||||||
"name": "@actions/core",
|
"name": "@actions/core",
|
||||||
"escapedName": "@actions%2fcore",
|
"escapedName": "@actions%2fcore",
|
||||||
"scope": "@actions",
|
"scope": "@actions",
|
||||||
"rawSpec": "1.2.4",
|
"rawSpec": "1.2.5",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "1.2.4"
|
"fetchSpec": "1.2.5"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"#USER",
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz",
|
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.5.tgz",
|
||||||
"_spec": "1.2.4",
|
"_shasum": "fa57bf8c07a38191e243beb9ea9d8368c1cb02c8",
|
||||||
"_where": "/Users/dawidd6/github/dawidd6/action-send-mail",
|
"_spec": "@actions/core@1.2.5",
|
||||||
|
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
},
|
},
|
||||||
|
"bundleDependencies": false,
|
||||||
|
"deprecated": false,
|
||||||
"description": "Actions core lib",
|
"description": "Actions core lib",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^12.0.2"
|
"@types/node": "^12.0.2"
|
||||||
@ -40,9 +38,10 @@
|
|||||||
"test": "__tests__"
|
"test": "__tests__"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib",
|
||||||
|
"!.DS_Store"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
"actions",
|
"actions",
|
||||||
@ -60,10 +59,10 @@
|
|||||||
"directory": "packages/core"
|
"directory": "packages/core"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"audit-moderate": "npm install && npm audit --audit-level=moderate",
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
||||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
"types": "lib/core.d.ts",
|
"types": "lib/core.d.ts",
|
||||||
"version": "1.2.4"
|
"version": "1.2.5"
|
||||||
}
|
}
|
||||||
|
4
node_modules/nodemailer/CHANGELOG.md
generated
vendored
4
node_modules/nodemailer/CHANGELOG.md
generated
vendored
@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 6.4.11 2020-07-29
|
||||||
|
|
||||||
|
- Fixed escape sequence handling in address parsing
|
||||||
|
|
||||||
## 6.4.10 2020-06-17
|
## 6.4.10 2020-06-17
|
||||||
|
|
||||||
- Fixed RFC822 output for MailComposer when using invalid content-type value. Mostly relevant if message attachments have stragne content-type values set.
|
- Fixed RFC822 output for MailComposer when using invalid content-type value. Mostly relevant if message attachments have stragne content-type values set.
|
||||||
|
76
node_modules/nodemailer/CODE_OF_CONDUCT.md
generated
vendored
Normal file
76
node_modules/nodemailer/CODE_OF_CONDUCT.md
generated
vendored
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# Contributor Covenant Code of Conduct
|
||||||
|
|
||||||
|
## Our Pledge
|
||||||
|
|
||||||
|
In the interest of fostering an open and welcoming environment, we as
|
||||||
|
contributors and maintainers pledge to making participation in our project and
|
||||||
|
our community a harassment-free experience for everyone, regardless of age, body
|
||||||
|
size, disability, ethnicity, sex characteristics, gender identity and expression,
|
||||||
|
level of experience, education, socio-economic status, nationality, personal
|
||||||
|
appearance, race, religion, or sexual identity and orientation.
|
||||||
|
|
||||||
|
## Our Standards
|
||||||
|
|
||||||
|
Examples of behavior that contributes to creating a positive environment
|
||||||
|
include:
|
||||||
|
|
||||||
|
* Using welcoming and inclusive language
|
||||||
|
* Being respectful of differing viewpoints and experiences
|
||||||
|
* Gracefully accepting constructive criticism
|
||||||
|
* Focusing on what is best for the community
|
||||||
|
* Showing empathy towards other community members
|
||||||
|
|
||||||
|
Examples of unacceptable behavior by participants include:
|
||||||
|
|
||||||
|
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||||
|
advances
|
||||||
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||||
|
* Public or private harassment
|
||||||
|
* Publishing others' private information, such as a physical or electronic
|
||||||
|
address, without explicit permission
|
||||||
|
* Other conduct which could reasonably be considered inappropriate in a
|
||||||
|
professional setting
|
||||||
|
|
||||||
|
## Our Responsibilities
|
||||||
|
|
||||||
|
Project maintainers are responsible for clarifying the standards of acceptable
|
||||||
|
behavior and are expected to take appropriate and fair corrective action in
|
||||||
|
response to any instances of unacceptable behavior.
|
||||||
|
|
||||||
|
Project maintainers have the right and responsibility to remove, edit, or
|
||||||
|
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||||
|
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||||
|
permanently any contributor for other behaviors that they deem inappropriate,
|
||||||
|
threatening, offensive, or harmful.
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
|
||||||
|
This Code of Conduct applies both within project spaces and in public spaces
|
||||||
|
when an individual is representing the project or its community. Examples of
|
||||||
|
representing a project or community include using an official project e-mail
|
||||||
|
address, posting via an official social media account, or acting as an appointed
|
||||||
|
representative at an online or offline event. Representation of a project may be
|
||||||
|
further defined and clarified by project maintainers.
|
||||||
|
|
||||||
|
## Enforcement
|
||||||
|
|
||||||
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
|
reported by contacting the project team at info@nodemailer.com. All
|
||||||
|
complaints will be reviewed and investigated and will result in a response that
|
||||||
|
is deemed necessary and appropriate to the circumstances. The project team is
|
||||||
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||||
|
Further details of specific enforcement policies may be posted separately.
|
||||||
|
|
||||||
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||||
|
faith may face temporary or permanent repercussions as determined by other
|
||||||
|
members of the project's leadership.
|
||||||
|
|
||||||
|
## Attribution
|
||||||
|
|
||||||
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||||
|
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||||
|
|
||||||
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
|
||||||
|
For answers to common questions about this code of conduct, see
|
||||||
|
https://www.contributor-covenant.org/faq
|
22
node_modules/nodemailer/lib/addressparser/index.js
generated
vendored
22
node_modules/nodemailer/lib/addressparser/index.js
generated
vendored
@ -73,7 +73,7 @@ function _handleAddress(tokens) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let _regexHandler = function(address) {
|
let _regexHandler = function (address) {
|
||||||
if (!data.address.length) {
|
if (!data.address.length) {
|
||||||
data.address = [address.trim()];
|
data.address = [address.trim()];
|
||||||
return ' ';
|
return ' ';
|
||||||
@ -195,9 +195,9 @@ class Tokenizer {
|
|||||||
* @param {String} chr Character from the address field
|
* @param {String} chr Character from the address field
|
||||||
*/
|
*/
|
||||||
checkChar(chr) {
|
checkChar(chr) {
|
||||||
if ((chr in this.operators || chr === '\\') && this.escaped) {
|
if (this.escaped) {
|
||||||
this.escaped = false;
|
// ignore next condition blocks
|
||||||
} else if (this.operatorExpecting && chr === this.operatorExpecting) {
|
} else if (chr === this.operatorExpecting) {
|
||||||
this.node = {
|
this.node = {
|
||||||
type: 'operator',
|
type: 'operator',
|
||||||
value: chr
|
value: chr
|
||||||
@ -217,9 +217,7 @@ class Tokenizer {
|
|||||||
this.operatorExpecting = this.operators[chr];
|
this.operatorExpecting = this.operators[chr];
|
||||||
this.escaped = false;
|
this.escaped = false;
|
||||||
return;
|
return;
|
||||||
}
|
} else if (['"', "'"].includes(this.operatorExpecting) && chr === '\\') {
|
||||||
|
|
||||||
if (!this.escaped && chr === '\\') {
|
|
||||||
this.escaped = true;
|
this.escaped = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -232,11 +230,17 @@ class Tokenizer {
|
|||||||
this.list.push(this.node);
|
this.list.push(this.node);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.escaped && chr !== '\\') {
|
if (chr === '\n') {
|
||||||
this.node.value += '\\';
|
// Convert newlines to spaces. Carriage return is ignored as \r and \n usually
|
||||||
|
// go together anyway and there already is a WS for \n. Lone \r means something is fishy.
|
||||||
|
chr = ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (chr.charCodeAt(0) >= 0x21 || [' ', '\t'].includes(chr)) {
|
||||||
|
// skip command bytes
|
||||||
this.node.value += chr;
|
this.node.value += chr;
|
||||||
|
}
|
||||||
|
|
||||||
this.escaped = false;
|
this.escaped = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
40
node_modules/nodemailer/package.json
generated
vendored
40
node_modules/nodemailer/package.json
generated
vendored
@ -1,58 +1,56 @@
|
|||||||
{
|
{
|
||||||
"_args": [
|
"_from": "nodemailer@6.4.11",
|
||||||
[
|
"_id": "nodemailer@6.4.11",
|
||||||
"nodemailer@6.4.10",
|
|
||||||
"/Users/dawidd6/github/dawidd6/action-send-mail"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"_from": "nodemailer@6.4.10",
|
|
||||||
"_id": "nodemailer@6.4.10",
|
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-j+pS9CURhPgk6r0ENr7dji+As2xZiHSvZeVnzKniLOw1eRAyM/7flP0u65tCnsapV8JFu+t0l/5VeHsCZEeh9g==",
|
"_integrity": "sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ==",
|
||||||
"_location": "/nodemailer",
|
"_location": "/nodemailer",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "nodemailer@6.4.10",
|
"raw": "nodemailer@6.4.11",
|
||||||
"name": "nodemailer",
|
"name": "nodemailer",
|
||||||
"escapedName": "nodemailer",
|
"escapedName": "nodemailer",
|
||||||
"rawSpec": "6.4.10",
|
"rawSpec": "6.4.11",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "6.4.10"
|
"fetchSpec": "6.4.11"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"#USER",
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.10.tgz",
|
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.11.tgz",
|
||||||
"_spec": "6.4.10",
|
"_shasum": "1f00b4ffd106403f17c03f3d43d5945b2677046c",
|
||||||
"_where": "/Users/dawidd6/github/dawidd6/action-send-mail",
|
"_spec": "nodemailer@6.4.11",
|
||||||
|
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Andris Reinman"
|
"name": "Andris Reinman"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nodemailer/nodemailer/issues"
|
"url": "https://github.com/nodemailer/nodemailer/issues"
|
||||||
},
|
},
|
||||||
|
"bundleDependencies": false,
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
"deprecated": false,
|
||||||
"description": "Easy as cake e-mail sending from your Node.js applications",
|
"description": "Easy as cake e-mail sending from your Node.js applications",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bunyan": "1.8.12",
|
"bunyan": "1.8.14",
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"eslint-config-nodemailer": "1.2.0",
|
"eslint-config-nodemailer": "1.2.0",
|
||||||
"eslint-config-prettier": "6.11.0",
|
"eslint-config-prettier": "6.11.0",
|
||||||
"grunt": "1.1.0",
|
"grunt": "1.2.1",
|
||||||
"grunt-cli": "1.3.2",
|
"grunt-cli": "1.3.2",
|
||||||
"grunt-eslint": "23.0.0",
|
"grunt-eslint": "23.0.0",
|
||||||
"grunt-mocha-test": "0.13.3",
|
"grunt-mocha-test": "0.13.3",
|
||||||
"libbase64": "1.2.1",
|
"libbase64": "1.2.1",
|
||||||
"libmime": "4.2.1",
|
"libmime": "5.0.0",
|
||||||
"libqp": "1.1.0",
|
"libqp": "1.1.0",
|
||||||
"mocha": "8.0.1",
|
"mocha": "8.0.1",
|
||||||
"nodemailer-ntlm-auth": "1.0.1",
|
"nodemailer-ntlm-auth": "1.0.1",
|
||||||
"proxy": "1.0.1",
|
"proxy": "1.0.2",
|
||||||
"proxy-test-server": "1.0.0",
|
"proxy-test-server": "1.0.0",
|
||||||
"sinon": "9.0.2",
|
"sinon": "9.0.2",
|
||||||
"smtp-server": "3.6.0"
|
"smtp-server": "3.7.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
@ -72,5 +70,5 @@
|
|||||||
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
|
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
|
||||||
"test": "grunt"
|
"test": "grunt"
|
||||||
},
|
},
|
||||||
"version": "6.4.10"
|
"version": "6.4.11"
|
||||||
}
|
}
|
||||||
|
18
node_modules/nodemailer/postinstall.js
generated
vendored
18
node_modules/nodemailer/postinstall.js
generated
vendored
@ -17,14 +17,24 @@ Thank you for using Nodemailer for your email sending needs! While Nodemailer it
|
|||||||
> Ethereal Email ( https://ethereal.email/ ) is an email testing service that accepts all your test emails
|
> Ethereal Email ( https://ethereal.email/ ) is an email testing service that accepts all your test emails
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
const footer = `Don't like this message?
|
||||||
|
There's a Github Sponsors goal to remove it
|
||||||
|
https://github.com/sponsors/andris9
|
||||||
|
`;
|
||||||
|
|
||||||
const secs = 4;
|
const secs = 4;
|
||||||
|
|
||||||
const formatCentered = (row, columns) => {
|
const formatCentered = (row, columns) => {
|
||||||
|
return row
|
||||||
|
.split(/\r?\n/)
|
||||||
|
.map(row => {
|
||||||
if (columns <= row.length) {
|
if (columns <= row.length) {
|
||||||
return row;
|
return row;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ' '.repeat(Math.round(columns / 2 - row.length / 2)) + row;
|
return ' '.repeat(Math.round(columns / 2 - row.length / 2)) + row;
|
||||||
|
})
|
||||||
|
.join('\n');
|
||||||
};
|
};
|
||||||
|
|
||||||
const formatRow = (row, columns) => {
|
const formatRow = (row, columns) => {
|
||||||
@ -59,10 +69,14 @@ const wrapText = text => {
|
|||||||
let columns = Number(process.stdout.columns) || 80;
|
let columns = Number(process.stdout.columns) || 80;
|
||||||
columns = Math.min(columns, 80) - 1;
|
columns = Math.min(columns, 80) - 1;
|
||||||
|
|
||||||
return (formatCentered(title, columns) + '\n' + text)
|
return (
|
||||||
|
(formatCentered(title, columns) + '\n' + text)
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.flatMap(row => formatRow(row, columns))
|
.flatMap(row => formatRow(row, columns))
|
||||||
.join('\n');
|
.join('\n') +
|
||||||
|
'\n' +
|
||||||
|
formatCentered(footer, columns)
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const banner = wrapText(text)
|
const banner = wrapText(text)
|
||||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -5,14 +5,14 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": {
|
"@actions/core": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.5.tgz",
|
||||||
"integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg=="
|
"integrity": "sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg=="
|
||||||
},
|
},
|
||||||
"nodemailer": {
|
"nodemailer": {
|
||||||
"version": "6.4.10",
|
"version": "6.4.11",
|
||||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.10.tgz",
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.11.tgz",
|
||||||
"integrity": "sha512-j+pS9CURhPgk6r0ENr7dji+As2xZiHSvZeVnzKniLOw1eRAyM/7flP0u65tCnsapV8JFu+t0l/5VeHsCZEeh9g=="
|
"integrity": "sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.4",
|
"@actions/core": "^1.2.5",
|
||||||
"nodemailer": "^6.4.10"
|
"nodemailer": "^6.4.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user