X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=37e96083558a707e2c86cd04639a96f6a7f26761;hb=ccf743b0029843986668f1ce3ae955783854e240;hp=32ee62854dd5bb3bf1dff623975272e3cfc423fd;hpb=9a8da0271b29a93dfe464e74b285c676b2ec0109;p=websub-hub diff --git a/package.json b/package.json index 32ee628..37e9608 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.6", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.1", + "@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.10", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.3.0", "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.2", "@squeep/web-linking": "^1.0.7", "axios": "^0.27.2", @@ -44,13 +44,14 @@ }, "optionalDependencies": { "better-sqlite3": "^7.6.2", - "pg-promise": "^10.11.1" + "pg-promise": "^10.12.0" }, "devDependencies": { - "eslint": "^8.20.0", + "eslint": "^8.23.1", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.0.1", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.14.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.0.0", "mocha-steps": "^1.3.0",