mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-04-28 05:22:11 +01:00
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.7.0 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0) Updates `express` from 4.17.1 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
983 B
JSON
40 lines
983 B
JSON
{
|
|
"name": "pastel.codes",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"watch": {
|
|
"build-tailwind": {
|
|
"patterns": [
|
|
"views/"
|
|
],
|
|
"extensions": "pug"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx nodemon ./bin/www -e js,pug,sass",
|
|
"watch-tailwind": "npx npm-watch",
|
|
"build-tailwind": "npx postcss src/tailwind.css -o public/stylesheets/style.css"
|
|
},
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.4.4",
|
|
"app-root-path": "^3.0.0",
|
|
"axios": "^0.21.3",
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^5.2.6",
|
|
"hcaptcha": "^0.0.2",
|
|
"helmet": "^4.6.0",
|
|
"http-errors": "^1.8.0",
|
|
"morgan": "^1.10.0",
|
|
"nodemailer": "^6.6.1",
|
|
"pug": "^3.0.2",
|
|
"tailwind-hamburgers": "^1.1.1",
|
|
"winston": "^3.3.3",
|
|
"autoprefixer": "^10.3.4",
|
|
"npm-watch": "^0.11.0",
|
|
"postcss-cli": "^8.3.1",
|
|
"tailwindcss": "^2.2.15"
|
|
}
|
|
}
|