You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been getting reminders from GitHub Dependabot about jquery vulnerabilities that I should upgrade to a version >=3.5 from my current version assets/js/vendor/jquery/jquery-3.3.1.min.js.
As I am not familiar with this ecosystem, I have no idea how to do that.
Specifically, I do not know how to obtain, say, assets/js/vendor/jquery/jquery-3.5.1.min.js.
Is changing the version in package.json and running a command (npm build x ???), sufficient?
Kindly, provide links to resources I may have overlooked, or to a common procedure. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've been getting reminders from GitHub Dependabot about jquery vulnerabilities that I should upgrade to a version >=3.5 from my current version
assets/js/vendor/jquery/jquery-3.3.1.min.js
.As I am not familiar with this ecosystem, I have no idea how to do that.
Specifically, I do not know how to obtain, say,
assets/js/vendor/jquery/jquery-3.5.1.min.js
.Is changing the version in
package.json
and running a command (npm build x ???), sufficient?Kindly, provide links to resources I may have overlooked, or to a common procedure. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions