Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / package.json
index 60ff77758208e43604783d2dfdad76ec6453ff27..0fda3cc16e0935a6827e43588a4befc7bdfaf003 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.6",
+  "version": "1.3.11",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
@@ -22,7 +22,7 @@
     "syndication"
   ],
   "engines": {
-    "node": ">=12.9"
+    "node": ">=14"
   },
   "author": "Justin Wind <jwind-websubhub@squeep.com>",
   "license": "ISC",
     "coverage-check"
   ],
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5",
-    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1",
-    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1",
-    "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0",
-    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4",
-    "axios": "^0.26.1",
+    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
+    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.0",
+    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
+    "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.2",
+    "@squeep/web-linking": "^1.0.7",
+    "axios": "^1.3.4",
     "feedparser": "^2.2.10",
-    "htmlparser2": "^7.2.0",
+    "htmlparser2": "^8.0.2",
     "iconv": "^3.0.1"
   },
   "optionalDependencies": {
-    "better-sqlite3": "^7.5.0",
-    "pg-promise": "^10.11.1"
+    "better-sqlite3": "^8.2.0",
+    "pg-promise": "^11.4.3"
   },
   "devDependencies": {
-    "eslint": "^8.12.0",
+    "eslint": "^8.36.0",
     "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.4.0",
-    "eslint-plugin-sonarjs": "^0.13.0",
+    "eslint-plugin-promise": "^6.1.1",
+    "eslint-plugin-security": "^1.7.1",
+    "eslint-plugin-sonarjs": "^0.19.0",
     "html-minifier-lint": "^2.0.0",
-    "mocha": "^9.2.2",
+    "mocha": "^10.2.0",
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^13.0.1"
+    "sinon": "^15.0.2"
   }
 }