thiagoelg commented on code in PR #3645:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3645#discussion_r3535966759


##########
pnpm-workspace.yaml:
##########
@@ -20,7 +21,10 @@ overrides:
   "path-to-regexp@^0": "0.1.13"
   "react-dropzone": "^11.4.2"
   "superagent": "10.2.2"
-  "xmlbuilder2>js-yaml": "^3.14.2"
+  "xmlbuilder2>js-yaml": "^3.15.0"
+  # GHSA-h67p-54hq-rp68: Fix ReDoS / prototype-pollution vulnerability in 
js-yaml
+  # Upgrade all consumers of js-yaml@^4 to the patched 4.2.0 release
+  "js-yaml": "^4.2.0"

Review Comment:
   ```suggestion
     "js-yaml@ˆ4": "^4.2.0"
   ```
   
   Without the `@ˆ4` specifier, it will override all of the `3.x` dependency 
versions as well.



-- 
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]

Reply via email to