Actualizacion de seguridad

This commit is contained in:
Pablinux
2024-07-13 00:27:32 -05:00
parent 90f05f7ad0
commit fa92efc258
186 changed files with 75113 additions and 17648 deletions

4
node_modules/braces/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "braces",
"description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/micromatch/braces",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
@@ -29,7 +29,7 @@
"benchmark": "node benchmark"
},
"dependencies": {
"fill-range": "^7.0.1"
"fill-range": "^7.1.1"
},
"devDependencies": {
"ansi-colors": "^3.2.4",