Closed (fixed)
Project:
Permissions by Term
Version:
3.1.31
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Mar 2024 at 07:38 UTC
Updated:
27 Mar 2024 at 12:34 UTC
Jump to comment: Most recent
The node packages used to build the module's JavaScript haven't been updated in as many as six years. Running npm audit lights up the screen like fireworks with vulnerability warnings.
cd js
npm i
npm audit
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
marcoliverComment #4
fathima.asmat commented@marcoliver, the PR looks good but just a query. is there any reason why we didn't upgrade
@babel/coreto 7.24.0 but instead 7.23.9.7.24.0was released 7 days ago and I think the first commit on the PR was made before then?Comment #5
marcoliver@fathima.asmat Good catch, thanks! No particular reason, I just didn't see that there was an update available.
I bumped the versions once more. The JS tests are now run in the pipeline as well.
Comment #8
marcoliverThanks for testing, and thanks for José Trindade to raising this issue! Merged. Will tag a new release shortly.