Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@octokit/auth-app": "^8.1.0",
"@octokit/core": "^7.0.3",
"@octokit/rest": "^22.0.0",
"@probelabs/probe": "^0.6.0-rc233",
"@probelabs/probe": "^0.6.0-rc239",

Check warning on line 105 in package.json

View check run for this annotation

probelabs / Visor: security

security Issue

The package.json already uses a pinned GitHub dependency (@nyariv/sandboxjs with commit hash f1c13b8), but the @probelabs/probe update now references the unpinned GitHub repository. This inconsistency could lead to different versions being installed in different environments.
Raw output
Ensure both package.json and the @probelabs/probe dependency use consistent, pinned GitHub references with commit hashes to maintain reproducible builds across environments.
"@types/commander": "^2.12.0",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
Expand Down
Loading