slievrly commented on PR #7673: URL: https://github.com/apache/incubator-seata/pull/7673#issuecomment-3344667040
> > Is it necessary to make an update in package-lock.json? > > I took a closer look and noticed that package-lock.json already resolves @babel/runtime to version 7.27.0, so from my side there didn’t seem to be anything further required in that file. Would it be necessary for me to commit the lock file as well in this PR? package-lock.json is used to lock the version of the installation dependency. Some dependencies specify the version of @babel/runtime. Of course, some are cross-version. We need to upgrade the version-compatible dependencies to the patch-free version. -- 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]
