X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=ffb9c52051113485e6d52dbe50e05a632f08939e;hb=579c82758362a2ae5b010ad3b2f0391b98c7e3f5;hp=d6f7b0cd0e87ef00b90db8546bae0793e7ba767c;hpb=70197b6477ee2c8043cf7f34f72f126755a889a8;p=websub-hub diff --git a/package.json b/package.json index d6f7b0c..ffb9c52 100644 --- a/package.json +++ b/package.json @@ -32,30 +32,31 @@ "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.12", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.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", - "axios": "^0.27.2", + "@squeep/web-linking": "^1.0.7", + "axios": "^1.1.3", "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.1" }, "devDependencies": { - "eslint": "^8.18.0", + "eslint": "^8.26.0", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-sonarjs": "^0.16.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^14.0.1" } }