X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=37e96083558a707e2c86cd04639a96f6a7f26761;hb=ccf743b0029843986668f1ce3ae955783854e240;hp=d6f7b0cd0e87ef00b90db8546bae0793e7ba767c;hpb=948c7df3db5b0de08ff0b17225bc48920532e97b;p=websub-hub diff --git a/package.json b/package.json index d6f7b0c..37e9608 100644 --- a/package.json +++ b/package.json @@ -32,25 +32,26 @@ "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.5", - "@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": "git+https://git.squeep.com/squeep-web-linking/#v1.0.6", + "@squeep/web-linking": "^1.0.7", "axios": "^0.27.2", "feedparser": "^2.2.10", "htmlparser2": "^8.0.1", "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^7.5.3", - "pg-promise": "^10.11.1" + "better-sqlite3": "^7.6.2", + "pg-promise": "^10.12.0" }, "devDependencies": { - "eslint": "^8.18.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.13.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.0.0", "mocha-steps": "^1.3.0",