fix(deps): pin dependencies

This commit is contained in:
Renovate
2024-11-03 16:38:15 +00:00
parent 82f4604e6f
commit d300500da7
3 changed files with 24 additions and 24 deletions
+11 -11
View File
@@ -14,18 +14,18 @@
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.3",
"debug": "^4.3.4",
"express": "^4.18.2",
"https-localhost": "^4.7.1",
"jsonwebtoken": "^9.0.2",
"node-jose": "^2.2.0",
"nodemon": "^3.1.0",
"serve-favicon": "^2.4.2"
"body-parser": "1.20.3",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"debug": "4.3.7",
"express": "4.21.1",
"https-localhost": "4.7.1",
"jsonwebtoken": "9.0.2",
"node-jose": "2.2.0",
"nodemon": "3.1.7",
"serve-favicon": "2.5.0"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "3.3.3"
}
}