build(dependecies): update dependencies

This commit is contained in:
zyachel
2022-06-05 22:44:33 +05:30
parent 170fbabe5e
commit b2b50df02b
2 changed files with 281 additions and 183 deletions

View File

@ -13,20 +13,20 @@
"author": "libremdb-contributors",
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.11",
"compression": "^1.7.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"helmet": "^5.0.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"helmet": "^5.1.0",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"sass": "^1.50.0"
"sass": "^1.52.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"nodemon": "^2.0.15"
"nodemon": "^2.0.16"
},
"nodemonConfig": {
"ignore": [
@ -34,9 +34,14 @@
"public/*"
]
},
"engines": {
"node": ">= 16.5.0",
"npm": ">= 8.5.5",
"pnpm": "^7.1.8"
},
"pnpm": {
"overrides": {
"json-schema@<0.4.0": ">=0.4.0"
}
}
}
}