Skip to content

Commit

Permalink
chore(deps): bump entities from 4.1.1 to 4.2.0 (#493)
Browse files Browse the repository at this point in the history
Bumps [entities](https://github.com/fb55/entities) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: entities
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2022
1 parent 639443c commit cf0770f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parse5-html-rewriting-stream/package.json
Expand Up @@ -20,7 +20,7 @@
"main": "dist/index.js",
"exports": "dist/index.js",
"dependencies": {
"entities": "^4.1.1",
"entities": "^4.2.0",
"parse5": "^6.0.1",
"parse5-sax-parser": "^6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parse5/package.json
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/inikulin/parse5",
"funding": "https://github.com/inikulin/parse5?sponsor=1",
"dependencies": {
"entities": "^4.1.1"
"entities": "^4.2.0"
},
"keywords": [
"html",
Expand Down

0 comments on commit cf0770f

Please sign in to comment.