Skip to content

Commit c77afbc

Browse files
maystudiosclaude
andcommitted
fix: update lockfile for @semantic-release/exec dependency
The package was added to devDependencies but the lockfile was not regenerated, causing npm ci to fail in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b0c802d commit c77afbc

File tree

2 files changed

+170
-2
lines changed

2 files changed

+170
-2
lines changed

package-lock.json

Lines changed: 169 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@biomejs/biome": "^2.4.4",
1616
"@semantic-release/changelog": "^6.0.3",
1717
"@semantic-release/commit-analyzer": "^13.0.1",
18+
"@semantic-release/exec": "^7.1.0",
1819
"@semantic-release/git": "^10.0.1",
1920
"@semantic-release/github": "^11.0.1",
20-
"@semantic-release/exec": "^7.0.3",
2121
"@semantic-release/npm": "^12.0.1",
2222
"@semantic-release/release-notes-generator": "^14.0.3",
2323
"husky": "^9.1.7",

0 commit comments

Comments
 (0)