Skip to content

Badly Structured/Invalid JSON Files For NODE JS Package Dependencies #1135

@steelhead31

Description

@steelhead31

I've identified issues in the following 2 files ( Node JS Package Dependency Definition Files )

https://github.com/adoptium/aqa-test-tools/blob/master/PerfNext/package-lock.json

This package-lock contains multiple conflicting versions of mime-db, mime-types & qs, it also contains several reference to old package versions no longer compatible with npm, these should be updated/removed.

https://github.com/adoptium/aqa-test-tools/blob/master/SmartMedia/SmartMediaServer/package-lock.json

The package.json accompanying this package-lock file only contains 2 dependencies, the package-lock contains ~500, with a mix of http and https addresses ( http addresses should not be used )

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions