Adarshvk98 opened a new pull request, #3992: URL: https://github.com/apache/incubator-kie-tools/pull/3992
## Change ```diff - "@cypress/request@3>qs": "6.15.2" + "qs": "^6.16.0" ``` No `package.json` declares `qs`, so a root override is the only way to change its version. `pnpm-lock.yaml` was regenerated with `pnpm bootstrap:root`. The previous entry was scoped to `@cypress/request` and set it to 6.15.2, while every other consumer resolved to 6.15.3 on its own. A single bare override moves all twelve to 6.16.0. Adding a bare `"qs"` next to the parent-scoped entry would not have worked, because pnpm applies the most specific matching key and `@cypress/request` would have stayed on 6.15.2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
