|
|
@@ -18,7 +18,7 @@
|
|
|
"test": "echo \"Error: No test specified\" && exit 1"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^20.11.0 || >=22.0.0"
|
|
|
+ "node": "^20.11.0 || >=22.16.0"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
@@ -39,33 +39,17 @@
|
|
|
},
|
|
|
"homepage": "https://github.com/dragfyre/bahai-date-api#readme",
|
|
|
"devDependencies": {
|
|
|
- "@brettz9/eslint-plugin": "^1.0.4",
|
|
|
"command-line-publish": "^1.1.0",
|
|
|
- "eslint": "^8.36.0",
|
|
|
- "eslint-config-ash-nazg": "^34.8.0",
|
|
|
- "eslint-config-standard": "^17.0.0",
|
|
|
- "eslint-plugin-array-func": "^3.1.8",
|
|
|
- "eslint-plugin-compat": "^4.1.2",
|
|
|
- "eslint-plugin-eslint-comments": "^3.2.0",
|
|
|
- "eslint-plugin-html": "^7.1.0",
|
|
|
- "eslint-plugin-import": "^2.27.5",
|
|
|
- "eslint-plugin-jsdoc": "^40.0.2",
|
|
|
- "eslint-plugin-markdown": "^3.0.0",
|
|
|
- "eslint-plugin-n": "^15.6.1",
|
|
|
- "eslint-plugin-no-unsanitized": "^4.0.2",
|
|
|
- "eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
|
- "eslint-plugin-promise": "^6.1.1",
|
|
|
- "eslint-plugin-sonarjs": "^0.18.0",
|
|
|
- "eslint-plugin-standard": "^4.1.0",
|
|
|
- "eslint-plugin-unicorn": "^46.0.0",
|
|
|
- "nodemon": "^2.0.21"
|
|
|
+ "eslint": "^9.38.0",
|
|
|
+ "eslint-config-ash-nazg": "^39.6.1",
|
|
|
+ "nodemon": "^3.1.10"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"badidate": "^3.0.2",
|
|
|
- "body-parser": "^1.20.2",
|
|
|
- "command-line-basics": "^1.1.0",
|
|
|
- "express": "^4.18.2",
|
|
|
- "express-rate-limit": "^6.7.0",
|
|
|
- "luxon": "^3.3.0"
|
|
|
+ "body-parser": "^2.2.0",
|
|
|
+ "command-line-basics": "^3.0.0",
|
|
|
+ "express": "^5.1.0",
|
|
|
+ "express-rate-limit": "^8.1.0",
|
|
|
+ "luxon": "^3.7.2"
|
|
|
}
|
|
|
}
|