Skip to content

Commit 2323b23

Browse files
committed
fix: resolve Node.js audit CI failures
Add missing .nvmrc (Node 22) required by the reusable node-audit workflow and fix npm audit findings: - lodash <=4.17.23: Code Injection via _.template (GHSA-r5fr-rjxr-66jc) and Prototype Pollution via _.unset/_.omit (GHSA-f23m-r3pf-42rh) - path-to-regexp <0.1.13: ReDoS via multiple route params (GHSA-37ch-88jc-xwx2) - ajv <6.14.0: ReDoS when using $data option (GHSA-2g4f-4pwh-qvx6)
1 parent e270404 commit 2323b23

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

package-lock.json

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)