Skip to content

Commit

Permalink
NOJIRA: Updated npm audit exclusions (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoPintoPaul authored Dec 2, 2024
1 parent c4966f5 commit afe4dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"GHSA-952p-6rrq-rcjv": "micromatch: used by stylelint, no risk given our usage",
"GHSA-gcx4-mw62-g8wm": "rollup - we don't use import.meta.url to inject scripts dynamically, so we should be ok",
"GHSA-3h5v-q93c-6h6q": "backstopjs - won't impact us I think, and we can't upgrade past at the moment because of flakey tests.",
"GHSA-pxg6-pf52-xh8x": "cookie - this is transitive dep of express, which we just use locally and don't use to set cookies."
"GHSA-pxg6-pf52-xh8x": "cookie - this is transitive dep of express, which we just use locally and don't use to set cookies.",
"GHSA-3xgq-45jj-v275": "cross-spawn - devDependency, no risk given our usage"
}

0 comments on commit afe4dc4

Please sign in to comment.