react-resource-router icon indicating copy to clipboard operation
react-resource-router copied to clipboard

fix devDep vulns

Open jackbrown opened this issue 2 years ago • 0 comments

Upgrading and removing vulnerable devDeps in order to close vulns

Before the changes:

~/git/react-resource-router master *1 !1 ?1                                                                                               38s 14:06:26
❯ npm audit --production

                       === npm audit security report ===

found 0 vulnerabilities
 in 8 scanned packages

And for devDeps:

found 215 vulnerabilities (3 low, 74 moderate, 120 high, 18 critical) in 1967 scanned packages

After the changes:

❯ npm audit --production

                       === npm audit security report ===

found 0 vulnerabilities
 in 8 scanned packages

And for devDeps:

found 6 vulnerabilities (2 moderate, 4 high) in 2133 scanned packages

jackbrown avatar Jun 10 '22 04:06 jackbrown