X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=8e6aa78f0541ba0ed910a7b6400440aed95ead40;hp=37e96083558a707e2c86cd04639a96f6a7f26761;hb=b489a88ad17b51463ae57f1b54f84053059c3909;hpb=ccf743b0029843986668f1ce3ae955783854e240 diff --git a/package.json b/package.json index 37e9608..8e6aa78 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ ], "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.10", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.11", "@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", + "axios": "^1.1.2", "feedparser": "^2.2.10", "htmlparser2": "^8.0.1", "iconv": "^3.0.1" @@ -47,7 +47,7 @@ "pg-promise": "^10.12.0" }, "devDependencies": { - "eslint": "^8.23.1", + "eslint": "^8.24.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.1", "eslint-plugin-security": "^1.5.0", @@ -57,6 +57,6 @@ "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^14.0.1" } }