Skip to content

Commit

Permalink
dep-updates: upgrade htmlparser2 from 9x to 10x
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Jan 3, 2025
1 parent 9792b4f commit 9c25e5f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
4 changes: 4 additions & 0 deletions docs/dependency-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ regex search the entire project for `aws = "\d+.\d+.\d+"` and make sure it's to

- fortawesome packages are locked down to pre-6.x.x to maintain consistency of icon styling until there is usability feedback and research that determines we should change them. This includes `@fortawesome/free-solid-svg-icons`, `@fortawesome/free-regular-svg-icons`, and `@fortawesome/fontawesome-svg-core`.

# canvas

- [node-canvas](https://github.com/Automattic/node-canvas) v3.x conflicts with jest-environment-jsdom's peer dependency requirement (^2.5.0). We will need to stay on node-canvas v2.x until jest-environment-jsdom updates its peer dependencies.

## Caveats

Below is a list of dependencies that are locked down due to known issues with security, integration problems within DAWSON, etc. Try to update these items but please be aware of the issue that's documented and ensure it's been resolved.
Expand Down
29 changes: 20 additions & 9 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"express": "4.21.2",
"fflate": "0.8.2",
"form-data": "4.0.1",
"htmlparser2": "9.1.0",
"htmlparser2": "10.0.0",
"image-blob-reduce": "4.1.0",
"joi": "17.13.3",
"jsonwebtoken": "9.0.2",
Expand Down

0 comments on commit 9c25e5f

Please sign in to comment.