Bump webservice, deps, and linter configuration

* Bump webservice to require the latest 4.0.1 version
* Bump other dependencies
* Update linter conf to v2 which avoids the "Unsupported engine" warning when using node 12
* Keep all other devdependencies as they are so they stay consistent with the other repos
This commit is contained in:
Jose Bolos
2022-03-30 17:11:14 +01:00
committed by Jose Bolos
parent 9dbee59746
commit f3462f0c1e

View File

@@ -24,18 +24,18 @@
"node": ">=12 <16"
},
"dependencies": {
"body-parser": "~1.19.0",
"body-parser": "~1.19.2",
"compression": "~1.7.4",
"express": "~4.17.1",
"express": "~4.17.3",
"express-hbs": "~2.4.0",
"http-headers": "~3.0.2",
"kleur": "~4.1.4",
"moment": "~2.29.1",
"morgan": "~1.10.0",
"nanoid": "~3.3.1",
"pa11y-webservice": "~4.0.0",
"nanoid": "~3.3.2",
"pa11y-webservice": "~4.0.1",
"pa11y-webservice-client-node": "~3.0.0",
"underscore": "~1.13.1"
"underscore": "~1.13.2"
},
"devDependencies": {
"bower": "^1.8.13",
@@ -43,7 +43,7 @@
"eslint": "^7.27.0",
"less": "^3.11.1",
"mocha": "^8.4.0",
"pa11y-lint-config": "^1.2.1",
"pa11y-lint-config": "^2.0.0",
"proclaim": "^3.6.0",
"request": "^2.88.2",
"uglify-js": "^3.11.0"