Merge branch 'v1.3-dev'
[websub-hub] / package.json
index d457c0988c566fae83aacc361e7f108500d9c24a..8c851b0fd13d8b8d04ad3b6f7e0c6a76bb9f35a1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.11",
+  "version": "1.3.12",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
   "author": "Justin Wind <jwind-websubhub@squeep.com>",
   "license": "ISC",
   "pre-commit": [
-    "audit",
     "eslint",
     "coverage",
-    "coverage-check"
+    "coverage-check",
+    "audit"
   ],
   "dependencies": {
-    "@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.1",
-    "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
+    "@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",
@@ -53,7 +53,7 @@
   "devDependencies": {
     "@squeep/eslint-config": "^1",
     "eslint": "^9",
-    "html-minifier-lint": "^2",
+    "html-validate": "^8",
     "mocha": "^10",
     "mocha-steps": "^1",
     "nyc": "^17",