Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 93 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adapters/clawdstrike-openclaw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chalk": "^5.3.0",
"commander": "^15.0.0",
"glob": "^13.0.1",
"js-yaml": "^4.1.0"
"js-yaml": "^5.2.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/policy/clawdstrike-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@clawdstrike/adapter-core": "^0.2.7",
"js-yaml": "^4.1.0",
"js-yaml": "^5.2.1",
"lru-cache": "^11.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/clawdstrike-hunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@clawdstrike/sdk": "^0.2.7",
"js-yaml": "^4.1.0"
"js-yaml": "^5.2.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/hush-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@clawdstrike/wasm": "0.2.7",
"@noble/ed25519": "^3.0.0",
"@noble/hashes": "^2.0.1",
"js-yaml": "^4.1.1"
"js-yaml": "^5.2.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate per-package locks for js-yaml 5

In the per-package install path described for this repo (for example npm --prefix packages/sdk/hush-ts ci), this new spec no longer matches the tracked packages/sdk/hush-ts/package-lock.json, which still records js-yaml as ^4.1.1 and locks node_modules/js-yaml to 4.2.0; the npm ci docs state that it exits when package-lock dependencies do not match package.json. The same stale-lock mismatch exists in packages/adapters/clawdstrike-openclaw and packages/policy/clawdstrike-policy, so updating only the root lock leaves those package CI/build flows broken.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
Loading