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
At our Angular project we are using node-sass package for compiling files from .scss to normal .css file. Node-sass has some other dependencies and in one of them is included js-base64 packge.
On the project, we also run WhiteSource scan during the builds, and it displays an alert - "Security Vulnerability" because of using an old version of the jquery library inside js-base64/test/index.html file and as a solution to fix this problem it proposes to upgrade jquery version from 2.1.4 to 3.4.0. See at the attached screenshot. .
So, could you please upgrade jquery version to 3.4.0 inside js-base64/test/index.html file?
The text was updated successfully, but these errors were encountered:
We have the same warning on all the angular projects. Adding the ./test folder to .npmignore looks like an easy fix. Plus, having millions of weekly downloads for this lib, it could save gigabytes of traffic.
Hello,
At our Angular project we are using
node-sass
package for compiling files from.scss
to normal.css
file.Node-sass
has some other dependencies and in one of them is includedjs-base64
packge.On the project, we also run WhiteSource scan during the builds, and it displays an alert - "Security Vulnerability" because of using an old version of the
jquery
library insidejs-base64/test/index.html
file and as a solution to fix this problem it proposes to upgradejquery
version from2.1.4
to3.4.0
. See at the attached screenshot..
So, could you please upgrade
jquery
version to3.4.0
insidejs-base64/test/index.html
file?The text was updated successfully, but these errors were encountered: