X-Git-Url: http://git.squeep.com/?p=squeep-indie-auther;a=blobdiff_plain;f=package.json;fp=package.json;h=87aa16f7e4306f63076df7944504db22583e898f;hp=4672cf7743dd8af43a9c0b5e75ae18865ce78f6c;hb=e7436419933940f90769c8be1d63acccdd947b92;hpb=6f9af8204a725b70fa65728cb0d627d8a5e5b348 diff --git a/package.json b/package.json index 4672cf7..87aa16f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "coverage-check" ], "engines": { - "node": ">=14.0" + "node": "^14 >=14.18 || >=15.7" }, "repository": { "type": "git", @@ -33,32 +33,32 @@ "license": "ISC", "dependencies": { "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.0", - "@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.3.1", + "@squeep/api-dingus": "^2.0.0", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.2", "@squeep/chores": "git+https://git.squeep.com/squeep-chores/#v1.0.0", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", "@squeep/indieauth-helper": "^1.3.0", "@squeep/logger-json-console": "^2.0.1", "@squeep/mystery-box": "^2.0.1", - "@squeep/resource-authentication-module": "git+https://git.squeep.com/squeep-resource-authentication-module#v1.0.0", + "@squeep/resource-authentication-module": "git+https://git.squeep.com/squeep-resource-authentication-module#v1.0.1", "@squeep/roman": "^1.0.0", "@squeep/web-linking": "^1.0.8", - "better-sqlite3": "^8.5.0", - "pg-promise": "^11.5.3", - "uuid": "^9.0.0" + "better-sqlite3": "^9.0.0", + "pg-promise": "^11.5.4", + "uuid": "^9.0.1" }, "devDependencies": { "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.0", - "eslint": "^8.46.0", + "eslint": "^8.52.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.20.0", + "eslint-plugin-sonarjs": "^0.21.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.2.0" + "sinon": "^17.0.0" } }