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
The node module packages used have not been updated in a long time and have security vulnerabilities that npm install reports as CRITICAL. In addition, the out of date packages make this code difficult to merge into existing codebases that have requirements for newer or more updated packages.
to reproduce:
git clone [email protected]:tbn-org/samples-js-react.git
cd samples-js-react.git
npm install
@rfinner Thank you for reporting this. I've created an internal issue OKTA-473377 and we will get these packages updated. We can also accept PRs on this repository.
The node module packages used have not been updated in a long time and have security vulnerabilities that npm install reports as CRITICAL. In addition, the out of date packages make this code difficult to merge into existing codebases that have requirements for newer or more updated packages.
to reproduce:
git clone [email protected]:tbn-org/samples-js-react.git
cd samples-js-react.git
npm install
up to date, audited 1941 packages in 6s
165 packages are looking for funding
run
npm fund
for details29 vulnerabilities (18 moderate, 9 high, 2 critical)
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm audit
for details.up to date, audited 1933 packages in 4s
165 packages are looking for funding
run
npm fund
for details29 vulnerabilities (18 moderate, 9 high, 2 critical)
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm audit
for details.up to date, audited 665 packages in 13s
25 packages are looking for funding
run
npm fund
for details19 vulnerabilities (10 moderate, 9 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
The text was updated successfully, but these errors were encountered: