Snyk has created this PR to upgrade nodemailer from 6.9.1 to 6.9.2. See this package in npm: https://www.npmjs.com/package/nodemailer See this project in Snyk: https://app.snyk.io/org/greenydev/project/d2cc9035-af19-487f-bbb7-3d864ce3a3c3?utm_source=github&utm_medium=referral&page=upgrade-pr
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "nebula-web",
|
|
"version": "7.11.6",
|
|
"description": "Explore the web. Freely.",
|
|
"type": "module",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [
|
|
"proxy"
|
|
],
|
|
"author": "Nebula Services",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.7.0",
|
|
"@tomphttp/bare-server-node": "^1.2.5",
|
|
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
|
|
"bcrypt": "^5.1.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"express": "^4.18.2",
|
|
"nodemailer": "^6.9.2",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "19.x"
|
|
}
|
|
}
|