fix: mitigate npm dependency advisories
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
const boundedBraceExpansion = require('brace-expansion-safe');
|
||||
|
||||
function expand(pattern, options) {
|
||||
return boundedBraceExpansion.expand(pattern, options);
|
||||
}
|
||||
|
||||
Object.assign(expand, boundedBraceExpansion);
|
||||
|
||||
module.exports = expand;
|
||||
Reference in New Issue
Block a user