A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
We can of course update the dependency version range. Thanks for bringing this up
Hi
I am trying to remove all warnings in my project, but this one I believe is caused by EPiServer.Find.Cms. I think the nuget-package is depending on a version of System.Linq.Async that does not exist.
The warning says:
According to https://www.nuget.org/packages/System.Linq.Async there is no version 6.0.0.
Similar issue is addressed here, and resolution is to make library depend on existing version. https://github.com/NuGet/Home/issues/5764#issuecomment-561513794
In this case EPiServer.Find.Cms 14.2.x should depend on 6.0.1 and not 6.0.0.