48hr.email/package.json
dependabot[bot] 24323316ee
Bump postcss and sanitize-html
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.38 and updates ancestor dependency [sanitize-html](https://github.com/apostrophecms/sanitize-html). These dependencies need to be updated together.


Updates `postcss` from 7.0.39 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.38)

Updates `sanitize-html` from 1.27.5 to 2.13.0
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.13.0)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: sanitize-html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 11:41:16 +00:00

63 lines
1.3 KiB
JSON

{
"name": "48hr.email",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./app.js",
"test": "xo",
"debug": "node --nolazy --inspect-brk=9229 ./app.js"
},
"dependencies": {
"array.prototype.flatmap": "^1.2.1",
"async-retry": "^1.2.3",
"compression": "^1.7.3",
"debug": "^2.6.9",
"express": "~4.19.2",
"express-validator": "^5.3.1",
"helmet": "^3.16.0",
"http-errors": "~1.6.2",
"imap-simple": "^4.3.0",
"lodash": "^4.17.13",
"mailparser": "^2.4.3",
"mem": "^4.2.0",
"mnemonist": "^0.27.2",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"nodemailer": "^6.9.9",
"p-series": "^2.0.0",
"random-word": "^2.0.0",
"sanitize-html": "^2.13.0",
"socket.io": "^2.2.0",
"twig": "~0.10.3"
},
"devDependencies": {
"xo": "^0.24.0"
},
"xo": {
"semicolon": false,
"prettier": true,
"rules": {
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
]
},
"overrides": [
{
"files": "public/javascripts/*.js",
"esnext": false,
"env": [
"browser"
],
"globals": [
"io"
]
}
]
},
"engines": {
"node": "10.x"
}
}