build(package.json): update semver allowance so that users can now update packages with a container restart

This commit is contained in:
2025-06-10 17:28:42 -07:00
parent a6032241e1
commit b4eb11818f
2 changed files with 16 additions and 16 deletions

View File

@@ -12,10 +12,10 @@
"chalk": "^5.4.1",
"cron": "^4.3.1",
"ejs": "^3.1.10",
"express": "5.1.0",
"javascript-time-ago": "2.5.11",
"moment": "2.30.1",
"nconf": "1.0.0-beta.2",
"express": "^5.1.0",
"javascript-time-ago": "^2.5.11",
"moment": "^2.30.1",
"nconf": "^1.0.0-beta.2",
"node-cron": "^4.1.0",
"playwright": "^1.52.0",
"user-agents": "^1.1.557"
@@ -26,11 +26,11 @@
"@types/uuid": "^10.0.0",
"all-contributors-cli": "^6.26.1",
"env-cmd": "^10.1.0",
"eslint": "9.28.0",
"eslint": "^9.28.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.18.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.18.0",
"eslint-plugin-promise": "^7.2.1",
"uuid": "^11.1.0"
},
"engines": {