mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 19:29:34 +01:00
[Deps]: Bump various dependancies to latest
This commit is contained in:
parent
994142fc29
commit
86347eb5ad
2 changed files with 1506 additions and 1230 deletions
2694
package-lock.json
generated
2694
package-lock.json
generated
File diff suppressed because it is too large
Load diff
42
package.json
42
package.json
|
|
@ -26,30 +26,30 @@
|
||||||
"test": "xo"
|
"test": "xo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array.prototype.flatmap": "^1.3.2",
|
"array.prototype.flatmap": "^1.3.3",
|
||||||
"async-retry": "^1.3.3",
|
"async-retry": "^1.3.3",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.8.1",
|
||||||
"debug": "^4.4.3",
|
"debug": "^4.4.3",
|
||||||
"dotenv": "^17.2.3",
|
"dotenv": "^17.2.3",
|
||||||
"encodings": "^1.0.0",
|
"encodings": "^1.0.0",
|
||||||
"express": "^4.21.1",
|
"express": "^4.22.1",
|
||||||
"express-session": "^1.18.2",
|
"express-session": "^1.18.2",
|
||||||
"express-validator": "^7.2.0",
|
"express-validator": "^7.3.1",
|
||||||
"helmet": "^3.23.3",
|
"helmet": "^3.23.3",
|
||||||
"http-errors": "~1.6.2",
|
"http-errors": "~1.6.2",
|
||||||
"imap-simple": "^1.6.3",
|
"imap-simple": "^1.6.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mailparser": "^3.7.1",
|
"mailparser": "^3.9.1",
|
||||||
"mem": "^4.3.0",
|
"mem": "^4.3.0",
|
||||||
"mnemonist": "^0.27.2",
|
"mnemonist": "^0.27.2",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"morgan": "^1.10.1",
|
"morgan": "^1.10.1",
|
||||||
"nodemailer": "^7.0.11",
|
"nodemailer": "^7.0.12",
|
||||||
"p-series": "^2.1.0",
|
"p-series": "^2.1.0",
|
||||||
"random-word": "^2.0.0",
|
"random-word": "^2.0.0",
|
||||||
"sanitize-html": "^2.13.0",
|
"sanitize-html": "^2.17.0",
|
||||||
"semver": "^7.6.3",
|
"semver": "^7.7.3",
|
||||||
"socket.io": "^4.8.0",
|
"socket.io": "^4.8.3",
|
||||||
"twig": "^0.10.3"
|
"twig": "^0.10.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
@ -69,15 +69,17 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"overrides": [{
|
"overrides": [
|
||||||
"files": "public/javascripts/*.js",
|
{
|
||||||
"esnext": false,
|
"files": "public/javascripts/*.js",
|
||||||
"env": [
|
"esnext": false,
|
||||||
"browser"
|
"env": [
|
||||||
],
|
"browser"
|
||||||
"globals": [
|
],
|
||||||
"io"
|
"globals": [
|
||||||
]
|
"io"
|
||||||
}]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue