Snyk has created this PR to upgrade @tomphttp/bare-server-node from 1.2.3 to 1.2.5. See this package in npm: https://www.npmjs.com/package/@tomphttp/bare-server-node 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
601 B
JSON
28 lines
601 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",
|
|
"@titaniumnetwork-dev/ultraviolet": "^1.0.8-beta",
|
|
"@tomphttp/bare-server-node": "^1.2.5",
|
|
"bcrypt": "^5.1.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"express": "^4.18.2",
|
|
"nodemailer": "^6.9.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|