bump package version to 1.3.3
[websub-hub] / package.json
index 99af66e6a4210e8eec623016ae3f3ebd0d0c1a83..53e5d259db1c8e28ee2eaf0325fbdacaf39fe6ea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.2",
+  "version": "1.3.3",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
@@ -33,7 +33,7 @@
   ],
   "dependencies": {
     "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.3",
-    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.1.0",
+    "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.1.1",
     "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.1",
     "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.1",
     "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.2",
@@ -47,7 +47,7 @@
     "pg-promise": "^10.11.1"
   },
   "devDependencies": {
-    "eslint": "^8.5.0",
+    "eslint": "^8.6.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.4.0",
     "eslint-plugin-sonarjs": "^0.11.0",