Skip to content

Commit 5dfbd08

Browse files
committed
various maintenance
1 parent 3eca2ec commit 5dfbd08

3 files changed

Lines changed: 69 additions & 52 deletions

File tree

.github/workflows/.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [18.x, 20.x]
8+
node-version: [18.x, 20.x, 22.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
1111
- uses: actions/checkout@v4

package-lock.json

Lines changed: 64 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-html-validator",
3-
"description": "Automatic HTML validation middleware for Express applications.",
3+
"description": "Automatic HTML validation middleware for Express applications.",
44
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
55
"contributors": [
66
{
@@ -22,21 +22,21 @@
2222
},
2323
"dependencies": {
2424
"app-root-dir": "1.0.2",
25-
"html-validate": "9.4.1",
25+
"html-validate": "9.5.0",
2626
"minimatch": "10.0.1",
2727
"prismjs": "1.29.0",
2828
"tamper": "1.1.0"
2929
},
3030
"devDependencies": {
3131
"ava": "6.2.0",
3232
"c8": "10.1.3",
33-
"eslint": "9.21.0",
33+
"eslint": "9.22.0",
3434
"eslint-plugin-ava": "15.0.1",
3535
"express": "4.21.2",
3636
"proxyquire": "2.1.3",
3737
"standard": "17.1.2",
3838
"supertest": "7.0.0",
39-
"teddy": "0.6.24"
39+
"teddy": "0.6.26"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)