tbonelee commented on code in PR #5278:
URL: https://github.com/apache/zeppelin/pull/5278#discussion_r3526071273


##########
zeppelin-web-angular/projects/zeppelin-react/package.json:
##########
@@ -50,5 +50,9 @@
     "webpack": "5.105.4",
     "webpack-cli": "5.1.4",
     "webpack-dev-server": "5.2.4"
+  },
+  "overrides": {
+    "linkify-it": "^5.0.2",
+    "undici": "^7.28.0"

Review Comment:
   ```suggestion
     "overrides": {
       "linkify-it": "^5.0.2"
   ```
   
   The undici override is unnecessary. jsdom allows ^7.25.0, so the 7.28.0 
already in your lockfile satisfies it on its own. The lockfile needs no change.



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

Reply via email to