X-Git-Url: https://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=609877e666a82479550026049132770a4fd811d9;hp=801e7a4a2cb43a64b31fe03994b898ce8fb9d41e;hb=bf8faa46bd44df027b4dddd3f6905d4ca45b5c25;hpb=9f1658e9c61799a38d1f7fbeac411f70cdb0ac8d diff --git a/package.json b/package.json index 801e7a4..609877e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "syndication" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -32,14 +32,14 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.2", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", - "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", - "axios": "^0.26.1", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.7", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.3", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.0", + "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.2", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", + "axios": "^0.27.2", "feedparser": "^2.2.10", - "htmlparser2": "^7.2.0", + "htmlparser2": "^8.0.1", "iconv": "^3.0.1" }, "optionalDependencies": { @@ -47,15 +47,15 @@ "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.12.0", + "eslint": "^8.14.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", + "eslint-plugin-security": "^1.5.0", "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^13.0.1" + "sinon": "^13.0.2" } }