I have been tasked with updating a few different vulnerable packages in our code base. This one has me confused.
jQuery 1.9.1 - Located at - CompanyName/Web/Administration/Scripts/kendo/jquery.min.js
When I check our jquery nuget package, it is up to date. It looks like this file specifically is out of date and I am unsure how to update it.
Can I update this specifically using the command line and npm?
If so, how can I find this specific package to update it with npm?
Or is there another way to update this?
Do I have to update Kendo in order to get the jquery package inside of it updated?
Here is a photo of the file for reference (It is a lot of code that I do not think is necessary for the question):
I am unsure if this question is even properly worded, I am a bit out of my depth here. Please provide any feedback necessary so I can improve on my question.