Skip to content

To prevent supply chain attacks, update all versions of libraries in package.json to fixed versions #641

Description

@wayfarer3130

Using a single fixed version prevents accidentally updating versions on bun install or on other changes that bring in new versions.
That is, use:
"dcmjs": "0.36.5",
instead of:
"^dcmjs": "^0.36.5",

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions