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": "^4.3.0"
},
"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": "^4.3.0",
"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": "^4.3.0"
},
"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": "^4.3.0"

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 package-local locks with the bump

This package-level bump leaves the package-local lock stale: packages/sdk/hush-ts/package-lock.json:16 still declares js-yaml as ^4.1.1 and pins node_modules/js-yaml to 4.2.0. The local npm docs for npm ci state it exits when package-lock dependencies do not match package.json, and CI/local flows run npm ci inside these packages (scripts/test-platform.sh:17-18, .github/workflows/ci.yml:1327-1329), so this breaks clean installs for the bumped packages. Regenerate the package-local locks as well; the same mismatch exists for clawdstrike-policy and clawdstrike-openclaw.

Useful? React with 👍 / 👎.

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