Skip to content

fix: sync package-lock.json after libnpmteam dependency upgrade and update snyk workflow - #64

Draft
Mapuppy09 with Copilot wants to merge 2 commits into
snyk-fix-11e19bf9fba064c3844409ecf388566efrom
copilot/fix-copilot-issue
Draft

fix: sync package-lock.json after libnpmteam dependency upgrade and update snyk workflow#64
Mapuppy09 with Copilot wants to merge 2 commits into
snyk-fix-11e19bf9fba064c3844409ecf388566efrom
copilot/fix-copilot-issue

Conversation

Copilot AI commented Jul 30, 2026

Copy link
Copy Markdown

The snyk-bot PR upgraded npm-registry-fetch from ^17.1.0 to ^18.0.1 in workspaces/libnpmteam/package.json without regenerating package-lock.json, causing npm ci to fail in the Snyk Security Scan workflow with a lockfile sync error.

Changes

  • package-lock.json — Regenerated to include transitive dependencies pulled in by npm-registry-fetch@18: p-map@7.0.6, tar@7.5.22, @npmcli/arborist@9.9.1, npm-registry-fetch@18.0.2 per-workspace entries, and ~200 additional transitive packages (1204 → 1409 total entries)

  • .github/workflows/snyk-security.yml — Updated deprecated action pinning across all three jobs:

    • actions/checkout@v3@v4
    • actions/setup-node@v3@v4
    • github/codeql-action/upload-sarif@v2@v3

@snyk-io

snyk-io Bot commented Jul 30, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

- Update package-lock.json to include missing transitive dependencies
  (npm-registry-fetch@18, p-map@7, tar@7, @npmcli/arborist@9, etc.)
  after libnpmteam dependency upgrade to npm-registry-fetch@^18.0.1
- Update deprecated GitHub Actions versions in snyk-security.yml:
  actions/checkout@v3 -> @v4, actions/setup-node@v3 -> @v4,
  github/codeql-action/upload-sarif@v2 -> @V3"
Copilot AI changed the title [WIP] Fix issue with Copilot execution fix: sync package-lock.json after libnpmteam dependency upgrade and update snyk workflow Jul 30, 2026
Copilot AI requested a review from Mapuppy09 July 30, 2026 06:22
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.

2 participants