bump package version to 1.3.10
[websub-hub] / package.json
index de27ad1eaef190f53e7277ac69f9c89c1510eece..51911db54e92af8724801ab35c87c347c60d81fd 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "name": "websub-hub",
-  "version": "1.1.3",
+  "name": "@squeep/websub-hub",
+  "version": "1.3.10",
   "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.1.0",
-    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.0",
-    "argon2": "^0.28.2",
-    "axios": "^0.21.1",
-    "better-sqlite3": "^7.4.3",
+    "@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.2.12",
+    "@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.1.3",
     "feedparser": "^2.2.10",
-    "htmlparser2": "^6.1.0",
-    "iconv": "^3.0.0",
-    "pg-promise": "^10.11.0"
+    "htmlparser2": "^8.0.1",
+    "iconv": "^3.0.1"
+  },
+  "optionalDependencies": {
+    "better-sqlite3": "^7.6.2",
+    "pg-promise": "^10.12.1"
   },
   "devDependencies": {
-    "eslint": "^7.32.0",
+    "eslint": "^8.26.0",
     "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.4.0",
-    "eslint-plugin-sonarjs": "^0.10.0",
-    "mocha": "^9.0.3",
+    "eslint-plugin-promise": "^6.1.1",
+    "eslint-plugin-security": "^1.5.0",
+    "eslint-plugin-sonarjs": "^0.16.0",
+    "html-minifier-lint": "^2.0.0",
+    "mocha": "^10.1.0",
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^11.1.2"
+    "sinon": "^14.0.1"
   }
 }