update dependencies, fixes to support new authentication features
[websub-hub] / package.json
index d457c0988c566fae83aacc361e7f108500d9c24a..8da00340b0a5dd1576efb5de1d039d114637207d 100644 (file)
   "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",