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

chore: web: Regenerate package-lock.json #16863

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

torokati44
Copy link
Member

@torokati44 torokati44 commented Jun 24, 2024

Like this:

  $ rm -rf package-lock.json node_modules/
  $ npm update
  $ npm install --save --save-dev --save-peer

Seems that this gets crufty over time for some reason.
Mostly trying to make https://github.com/ruffle-rs/ruffle/security/dependabot/72 disappear - not there yet.
That is, to get "ws" to a version including websockets/ws#2231.

@torokati44 torokati44 marked this pull request as ready for review June 24, 2024 13:57
Like this:
  $ rm -rf package-lock.json node_modules/
  $ npm update
  $ npm install --save --save-dev --save-peer
Copy link
Contributor

@Dinnerbone Dinnerbone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was confused at how it got bigger, but it looks like now it includes license info.... okay... huh

@torokati44
Copy link
Member Author

Depending on which npm command I do, update or install, and which --keep or --include flags are there, it's either included or not... 🤷‍♂️

@torokati44 torokati44 merged commit 837c922 into ruffle-rs:master Jun 25, 2024
15 checks passed
@Dinnerbone
Copy link
Contributor

Technology! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants