X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=501122bee34dc8981da995d51d3072b0eca32437;hb=753afbb8943c12081b064b728a85abf3cc4bec62;hp=1897b727c59e7c1e5e9b1b266214b7db5c0930a3;hpb=11c228c49c5b5493b3354486efc26891dfc2af67;p=websub-hub diff --git a/package.json b/package.json index 1897b72..501122b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.3", + "version": "1.3.9", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -22,7 +22,7 @@ "syndication" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -32,30 +32,31 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.3", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.1.1", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.1", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.2", - "axios": "^0.24.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.2.11", + "@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.1.3", "feedparser": "^2.2.10", - "htmlparser2": "^7.2.0", + "htmlparser2": "^8.0.1", "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^7.4.6", - "pg-promise": "^10.11.1" + "better-sqlite3": "^7.6.2", + "pg-promise": "^10.12.1" }, "devDependencies": { - "eslint": "^8.6.0", + "eslint": "^8.26.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.16.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.1.4", + "mocha": "^10.1.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^14.0.1" } }