Resolve deprecated npm packages and security vulnerabilities in the build process #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
During the latest CodeBuild run, several npm warnings appeared regarding deprecated packages and unsupported versions.
Additionally,
npm auditreported multiple security vulnerabilities (1 low, 4 moderate, 3 high).These issues may lead to unstable builds, potential security risks, and future incompatibilities.
To maintain a clean, reproducible, and secure build environment, the dependencies should be updated or replaced.
Observed Warnings (from CodeBuild logs)
rimraf@3.0.2(versions prior to v4 are no longer supported)inflight@1.0.6(unsupported and leaks memory)glob@7.2.3(versions prior to v9 are no longer supported)@humanwhocodes/config-array@0.13.0→ use@eslint/config-array@humanwhocodes/object-schema@2.0.3→ use@eslint/object-schemaeslint@8.57.1(no longer supported)Security report: