Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@openapitools/openapi-generator-cli": "2.22.0",
"@openapitools/openapi-generator-cli": "2.23.2",

Choose a reason for hiding this comment

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

[P1] Update lockfile when bumping openapi-generator-cli

The manifest now requires @openapitools/openapi-generator-cli 2.23.2, but the repository still commits a yarn.lock that pins the package to 2.22.0 (rg "openapi-generator-cli" yarn.lock). Any install that uses the lockfile (e.g., yarn install --immutable in CI) will continue to resolve 2.22.0 and thus keep the vulnerability that this commit claims to fix. Regenerate yarn.lock (and related cache if needed) so the upgraded version is actually installed.

Useful? React with 👍 / 👎.

"@release-it/bumper": "^7.0.5",
"@release-it/conventional-changelog": "^10.0.1",
"husky": "^9.1.7",
Expand Down