Skip to content

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

@wayfarer3130

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",

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