Merge branch 'v1.3-dev'
[websub-hub] / package.json
index 367fb0342a85f3fc9cd95b0c5e8113efa9d62854..8c851b0fd13d8b8d04ad3b6f7e0c6a76bb9f35a1 100644 (file)
@@ -1,12 +1,14 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.5",
+  "version": "1.3.12",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
+    "audit": "npm audit",
     "coverage": "nyc npm test",
     "coverage-check": "nyc check-coverage",
-    "eslint": "eslint *.js src",
+    "eslint": "eslint server.js src",
+    "eslint:test": "eslint test",
     "test": "mocha --recursive"
   },
   "repository": {
     "syndication"
   ],
   "engines": {
-    "node": ">=12.9"
+    "node": ">=20"
   },
   "author": "Justin Wind <jwind-websubhub@squeep.com>",
   "license": "ISC",
   "pre-commit": [
     "eslint",
     "coverage",
-    "coverage-check"
+    "coverage-check",
+    "audit"
   ],
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4",
-    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.0",
-    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.3",
-    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3",
-    "axios": "^0.26.0",
-    "feedparser": "^2.2.10",
-    "htmlparser2": "^7.2.0",
-    "iconv": "^3.0.1"
+    "@squeep/api-dingus": "^2",
+    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.5.0",
+    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.1",
+    "@squeep/logger-json-console": "^3",
+    "@squeep/roman": "^1",
+    "@squeep/web-linking": "^1",
+    "feedparser": "^2",
+    "got": "^14",
+    "htmlparser2": "^9",
+    "iconv": "^3"
   },
   "optionalDependencies": {
-    "better-sqlite3": "^7.5.0",
-    "pg-promise": "^10.11.1"
+    "better-sqlite3": "^11",
+    "pg-promise": "^11"
   },
   "devDependencies": {
-    "eslint": "^8.10.0",
-    "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.4.0",
-    "eslint-plugin-sonarjs": "^0.12.0",
-    "html-minifier-lint": "^2.0.0",
-    "mocha": "^9.2.1",
-    "mocha-steps": "^1.3.0",
-    "nyc": "^15.1.0",
-    "pre-commit": "^1.2.2",
-    "sinon": "^13.0.1"
+    "@squeep/eslint-config": "^1",
+    "eslint": "^9",
+    "html-validate": "^8",
+    "mocha": "^10",
+    "mocha-steps": "^1",
+    "nyc": "^17",
+    "pre-commit": "^1",
+    "sinon": "^18"
   }
 }