X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=46e61189f8fed4c81ab35e5e6cc9aa068d5b034e;hp=32ee62854dd5bb3bf1dff623975272e3cfc423fd;hb=32aa1fe9679060d138a701b0a5f7e5f2fd1c2611;hpb=43898cdd317a127bc45e8b3cb2f160df386760a1 diff --git a/package.json b/package.json index 32ee628..46e6118 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.8", + "@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",