Fix security vulnerabilities
Ran `npm audit fix`. Even though this fixes a "high" severity vulnerability, all affected packages are dev packages only.
This commit is contained in:
parent
224195bd22
commit
489dbb0e02
34 changed files with 528 additions and 214 deletions
2
node_modules/lodash/parseInt.js
generated
vendored
2
node_modules/lodash/parseInt.js
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
var root = require('./_root'),
|
||||
toString = require('./toString');
|
||||
|
||||
/** Used to match leading and trailing whitespace. */
|
||||
/** Used to match leading whitespace. */
|
||||
var reTrimStart = /^\s+/;
|
||||
|
||||
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue