Skip to content

Commit

Permalink
Merge pull request #7845 from wazuh/enhancement/3457-fix-vuln-rollup-…
Browse files Browse the repository at this point in the history
…uglifyjs-group-master

[master] Fixed vulnerability in dependency and assets configuration
  • Loading branch information
javimed authored Oct 18, 2024
2 parents 7bc562b + 1c1ce5d commit d271688
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion source/_themes/wazuh_doc_theme_v3/config/uglifyjs-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const UglifyJS = require("uglify-js");
const SRC_PATH = "src/js-source/";
const END_PATH = "static/js/";

const parameter = process.argv[2];
const parameter = process.argv[2].replace(/\.\./g, '');
const FILE = parameter.split('=')[1];
// const cacheFileName = path.resolve(__dirname, "../build/cache.json");

Expand Down
148 changes: 74 additions & 74 deletions source/_themes/wazuh_doc_theme_v3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d271688

Please sign in to comment.