X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=1ffcf9621ff779d17aa9ee617508274ef21a3fbe;hb=b806715f9288323cce7b0ab437ee78b01d26c548;hp=d457c0988c566fae83aacc361e7f108500d9c24a;hpb=1c37a7c533a5530390489ea9a49dcca492db1074;p=websub-hub diff --git a/package.json b/package.json index d457c09..1ffcf96 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ "author": "Justin Wind ", "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",