beavuck-time 3.3.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "info": {
29
29
  "title": "beavuck-time",
30
- "version": "3.2.13",
30
+ "version": "3.3.1",
31
31
  "description": "Get time in ISO format, in UTC timezone, from a simple, lightweight node server",
32
32
  "license": {
33
33
  "name": "Unlicense"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beavuck-time",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Get time in ISO format, in UTC timezone, from a simple, lightweight node server",
5
5
  "keywords": [
6
6
  "time",
@@ -37,7 +37,7 @@
37
37
  "up-patch": "npm version patch --no-git-tag-version",
38
38
  "up-minor": "npm version minor --no-git-tag-version",
39
39
  "up-major": "npm version major --no-git-tag-version",
40
- "upgrade-dependencies": "ncu --cooldown=10d --format group && ncu -u --cooldown=10d && npm run safe-install && npm prune --verbose && npm run audit",
40
+ "upgrade-dependencies": "ncu --format group && ncu -u --cooldown=10d -x typescript && npm run safe-install && npm prune --verbose && npm run audit",
41
41
  "audit": "npm audit fix --omit=dev --ignore-scripts --allow-git=none --min-release-age=10 --verbose",
42
42
  "prepublishOnly": "npm run safe-install && npm run build",
43
43
  "safe-install": "npm install --ignore-scripts --allow-git=none --min-release-age=10",
@@ -55,7 +55,7 @@
55
55
  "@tsoa/runtime": "^6.6.0",
56
56
  "cors": "^2.8.6",
57
57
  "express": "^5.2.1",
58
- "express-rate-limit": "^8.6.2",
58
+ "express-rate-limit": "^8.7.0",
59
59
  "http-status-codes": "^2.3.0",
60
60
  "joi": "^18.2.5",
61
61
  "tsoa": "^7.0.0-alpha.0",
@@ -67,18 +67,19 @@
67
67
  "@types/cors": "^2.8.19",
68
68
  "@types/express": "^5.0.6",
69
69
  "@types/jest": "^30.0.0",
70
- "@types/node": "^26.3.0",
70
+ "@types/node": "^26.4.1",
71
71
  "@types/supertest": "^7.2.1",
72
72
  "eslint": "^10.9.1",
73
- "globals": "^17.11.0",
74
- "jest": "^30.4.2",
75
- "jest-util": "^30.4.1",
73
+ "eslint-plugin-import-x": "^4.17.1",
74
+ "globals": "^17.12.0",
75
+ "jest": "^30.5.1",
76
+ "jest-util": "^30.5.1",
76
77
  "npm-check-updates": "^23.1.0",
77
78
  "prettier": "3.9.6",
78
79
  "supertest": "^7.2.2",
79
80
  "ts-jest": "^29.4.12",
80
81
  "typescript": "^6.0.3",
81
- "typescript-eslint": "^8.68.0"
82
+ "typescript-eslint": "^8.69.0"
82
83
  },
83
84
  "engines": {
84
85
  "node": ">=22"