Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Oct 29, 2023
1 parent 344d19f commit 87e22fd
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 162 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.

## [Unreleased]

### Updated

- Dependencies.

## [2.0.2] — 2023–06–16

### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./lib/index.js"
],
"dependencies": {
"node-html-parser": "^6.1.5",
"node-html-parser": "^6.1.11",
"plugin-error": "^2.0.1",
"vinyl": "^3.0.0"
},
Expand Down Expand Up @@ -47,8 +47,8 @@
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": {
"editorconfig-checker": "^5.1.0",
"eslint": "^8.42.0",
"editorconfig-checker": "^5.1.1",
"eslint": "^8.52.0",
"gulp": "^4.0.2",
"husky": "^8.0.3"
}
Expand Down
Loading

0 comments on commit 87e22fd

Please sign in to comment.