Skip to content

Commit

Permalink
Add integrity checks for lockfiles
Browse files Browse the repository at this point in the history
I haven't done any frontend dev in a long time, so the lockfiles are
generated with old npm. Regenerate (without updating) so we won't need
to fetch integrity checks at runtime.

    $ node --version
    v16.16.0
    $ npm --version
    8.11.0
    $ npm install --package-lock-only
    $ npm install --prefix=frontend/ --package-lock-only

Separately, I should really get onto node 20 (or at least 18), but doing
that would require me to solve the webpack/openssl issue in the Vue and
I'd rather just consider investing my effort into using Vite instead.
  • Loading branch information
DavidCain committed Jun 23, 2024
1 parent 96ae881 commit 7dcd036
Show file tree
Hide file tree
Showing 3 changed files with 20,371 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.10.14
poetry 1.8.3
nodejs 16.16.0
nodejs 16.20.2
Loading

0 comments on commit 7dcd036

Please sign in to comment.