Skip to content

Commit

Permalink
Merge pull request #94 from papandreou/depfu/update/npm/htmlparser2-9…
Browse files Browse the repository at this point in the history
….1.0

Update htmlparser2 → 9.1.0 (unknown)
  • Loading branch information
papandreou committed Jan 6, 2024
2 parents bab3578 + bdf9c36 commit cb3a0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ name: Tests

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Node ${{ matrix.node }}
strategy:
matrix:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm test

test-targets:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: ${{ matrix.targets.name }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"hijackresponse": "^5.0.0",
"htmlparser2": "8.0.2"
"htmlparser2": "9.1.0"
},
"devDependencies": {
"coveralls": "^3.0.1",
Expand Down

0 comments on commit cb3a0e9

Please sign in to comment.