Skip to content

Commit 905df14

Browse files
Parad0x-Labsclaude
andcommitted
fix(manifest): rebind package-lock.json sha256 after ws CVE audit fix
The previous commit ran `npm audit fix` to resolve ws@7.x GHSA-96hv-2xvq-fx4p; that rewrote integrity hashes inside package-lock.json, changing its sha256. MANIFEST.json was not updated, so canonical-manifest.test.mjs failed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2531a59 commit 905df14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
},
138138
{
139139
"path": "package-lock.json",
140-
"sha256": "e60a4436cf352908b278edd4cdc31522554b0bf503c1c67dbd3fcc0495f7a859",
140+
"sha256": "afc3b874fe17004b8ff402a334a57c59b3834affddedbf4e74e2f9b4850ba7aa",
141141
"size": 40389
142142
},
143143
{

0 commit comments

Comments
 (0)