X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;fp=package.json;h=2e073ff0f072d476bd17d105d821fa6c9a825401;hp=1e7610e90bf76e48d2c0381eb6a4506a8c52b5e6;hb=f2f7a0daff36360d1e6f0b269f3750aa22bed8d0;hpb=92661d6fa967999e7e12e86a2f4d5ce314a02c9b diff --git a/package.json b/package.json index 1e7610e..2e073ff 100644 --- a/package.json +++ b/package.json @@ -33,30 +33,30 @@ ], "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.2.12", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.0", "@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": "^1.0.7", - "axios": "^1.2.3", + "axios": "^1.3.4", "feedparser": "^2.2.10", "htmlparser2": "^8.0.1", "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^8.0.1", - "pg-promise": "^11.0.2" + "better-sqlite3": "^8.2.0", + "pg-promise": "^11.4.3" }, "devDependencies": { - "eslint": "^8.32.0", + "eslint": "^8.36.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.6.0", + "eslint-plugin-security": "^1.7.1", "eslint-plugin-sonarjs": "^0.18.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.2.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.0.1" + "sinon": "^15.0.2" } }