Skip to content

fix: use npm proxy registry for package resolution - #82

Open
Mattias Bälter (mattiasen1) wants to merge 1 commit into
masterfrom
fix/npm-proxy-registry
Open

fix: use npm proxy registry for package resolution#82
Mattias Bälter (mattiasen1) wants to merge 1 commit into
masterfrom
fix/npm-proxy-registry

Conversation

@mattiasen1

Copy link
Copy Markdown
Collaborator

Summary

Resolves security alerts caused by direct access to npmjs.org.

Changes

  • Added .npmrc at repo root with proxy registry:
    registry=https://packagefeedproxy.microsoft.io/npm/
  • Updated all package-lock.json resolved URLs from
    egistry.npmjs.org to packagefeedproxy.microsoft.io/npm (host-only change, identical path structure).

Verification

Run npm ci to verify packages resolve correctly through the proxy.

Replace registry.npmjs.org with packagefeedproxy.microsoft.io/npm in .npmrc and package-lock.json to address security alerts from npmjs.org direct access.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant