Skip to content

Commit

Permalink
Bump webservice, deps, and linter configuration
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
josebolos committed Mar 30, 2022
1 parent 9dbee59 commit f3462f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"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",
"cheerio": "^1.0.0-rc.10",
"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"
Expand Down

0 comments on commit f3462f0

Please sign in to comment.