X-Git-Url: http://git.squeep.com/?p=squeep-indie-auther;a=blobdiff_plain;f=package.json;fp=package.json;h=d2c2de0a9d8814b4f365a82929db3e46af883079;hp=1f2712084f600cb8209ed46ec312bf716f1b2cdc;hb=e8dccf76ec2776f07eddd1ce2f1c4fc150a6f790;hpb=4a8977142d1f54e168f6cc7b229133863fcf0dba diff --git a/package.json b/package.json index 1f27120..d2c2de0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "scripts": { "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", - "eslint": "eslint *.js src", + "eslint": "eslint server.js src", "test": "mocha --recursive" }, "pre-commit": [ @@ -33,29 +33,29 @@ "license": "ISC", "dependencies": { "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.0", - "@squeep/api-dingus": "^2.0.1", + "@squeep/api-dingus": "^2.1.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.1", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.5.3", "@squeep/indieauth-helper": "^1.4.1", "@squeep/logger-json-console": "^3.0.1", - "@squeep/mystery-box": "^2.0.1", + "@squeep/mystery-box": "^2.0.2", "@squeep/resource-authentication-module": "git+https://git.squeep.com/squeep-resource-authentication-module#v1.0.1", - "@squeep/roman": "^1.0.0", + "@squeep/roman": "^1.0.1", "@squeep/web-linking": "^1.0.8", - "better-sqlite3": "^9.2.2", + "better-sqlite3": "^9.4.3", "pg-promise": "^11.5.4", "uuid": "^9.0.1" }, "devDependencies": { "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.1", - "eslint": "^8.56.0", - "eslint-plugin-node": "^11.1.0", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^2.1.0", - "eslint-plugin-sonarjs": "^0.23.0", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.2.0", + "mocha": "^10.3.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2",