Skip to content

Add npm lockfile for reproducible builds#4

Merged
vallieres merged 2 commits into
masterfrom
add-lockfiles
May 22, 2026
Merged

Add npm lockfile for reproducible builds#4
vallieres merged 2 commits into
masterfrom
add-lockfiles

Conversation

@vallieres
Copy link
Copy Markdown
Contributor

Adds package/package-lock.json generated by running npm install --package-lock-only.

  • Pins all transitive dependencies (100 packages) to exact versions with integrity hashes
  • Ensures reproducible npm install across environments
  • No .gitignore changes needed (lockfile was not blocked)

Command run: npm install --package-lock-only in package/

Generate package/package-lock.json by running:
  npm install --package-lock-only

This pins all transitive dependencies to exact versions with
integrity hashes, ensuring reproducible installs.

Signed-off-by: Alexandre Vallières-Lagacé <alexandre.valliereslagace@docker.com>
Signed-off-by: Alexandre Vallières-Lagacé <alexandre.valliereslagace@docker.com>
@vallieres vallieres marked this pull request as ready for review May 20, 2026 20:48
@vallieres vallieres merged commit 2945e44 into master May 22, 2026
1 of 2 checks passed
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.

1 participant