[Snyk] Security upgrade @openapitools/openapi-generator-cli from 2.25.0 to 2.25.2#18
[Snyk] Security upgrade @openapitools/openapi-generator-cli from 2.25.0 to 2.25.2#18
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@commitlint/config-conventional": "^20.0.0", | ||
| "@eslint/js": "^9.39.1", | ||
| "@openapitools/openapi-generator-cli": "^2.25.0", | ||
| "@openapitools/openapi-generator-cli": "^2.25.2", |
There was a problem hiding this comment.
Update lockfile to match generator CLI bump
package.json now requires @openapitools/openapi-generator-cli ^2.25.2, but yarn.lock still pins @openapitools/openapi-generator-cli@npm:^2.25.0 with a 2.25.0 resolution (e.g., lines 2226 and 2530 in yarn.lock). With the manifest and lock out of sync, yarn install --frozen-lockfile/--immutable will fail and the upgrade meant to address the Snyk vulnerabilities will not be applied. Please update yarn.lock to 2.25.2 alongside the manifest change.
Useful? React with 👍 / 👎.
Snyk has created this PR to fix 2 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
package.jsonNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-GLOB-14040952
SNYK-JS-ANSIREGEX-1583908
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)
🦉 Command Injection