Skip to content

Update ws dependency lockfile to latest patch release#828

Merged
rzhao271 merged 2 commits into
mainfrom
copilot/update-ws-dependency
May 20, 2026
Merged

Update ws dependency lockfile to latest patch release#828
rzhao271 merged 2 commits into
mainfrom
copilot/update-ws-dependency

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

This PR updates the ws dependency as requested, moving the resolved version forward without changing declared semver ranges. The change is intentionally scoped to dependency resolution only.

  • Dependency update

    • Ran npm update ws to refresh the lockfile resolution for ws.
  • Lockfile-only change

    • Updated package-lock.json entry for node_modules/ws:
      • 8.20.08.20.1
    • No source code changes.
    • No package.json dependency range changes ("ws": "^8.20.0" remains as-is).
"node_modules/ws": {
-  "version": "8.20.0",
-  "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
-  "integrity": "sha512-sAt8BhgN..."
+  "version": "8.20.1",
+  "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
+  "integrity": "sha512-It4dO0K5..."
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • update.code.visualstudio.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node ./out/test/runTest.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue May 20, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update ws dependency using npm Update ws dependency lockfile to latest patch release May 20, 2026
Copilot AI requested a review from rzhao271 May 20, 2026 17:10
@rzhao271 rzhao271 added this to the 1.122.0 milestone May 20, 2026
@rzhao271 rzhao271 marked this pull request as ready for review May 20, 2026 17:14
@rzhao271 rzhao271 enabled auto-merge (squash) May 20, 2026 17:14
@rzhao271 rzhao271 disabled auto-merge May 20, 2026 17:20
@rzhao271 rzhao271 enabled auto-merge (squash) May 20, 2026 17:24
@rzhao271 rzhao271 merged commit 1fdbc45 into main May 20, 2026
6 checks passed
@rzhao271 rzhao271 deleted the copilot/update-ws-dependency branch May 20, 2026 18:11
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.

Update ws dependency

3 participants