Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebuild package-lock.json Oct 2 (#2429)
# Pull Request ## π€¨ Rationale The most recent renovate update left the lockfile in a state where running `npm install` causes fix-ups to be written locally. ## π©βπ» Implementation Rebuild lock file (`git clean -fdx`, `del package-lock.json`, `npm install`). ## π§ͺ Testing Rely on CI. ## β Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
- Loading branch information