Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated indirect dependency #418

Closed
wants to merge 1 commit into from
Closed

updated indirect dependency #418

wants to merge 1 commit into from

Conversation

gabor
Copy link
Contributor

@gabor gabor commented Apr 15, 2024

we need to update dompurify, which is an indirect dependency. here is how i did it:

  1. in package.json add a resolution forcing dompurify to 2.4.9
  2. yarn install (this updates yarn.lock, but not the way we want it)
  3. revert the change in package.json
  4. remove node_modules (rm -rf node_modules)
  5. yarn install
  6. commit yarn.lock

@gabor
Copy link
Contributor Author

gabor commented Apr 15, 2024

closing, will do #419

@gabor gabor closed this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants