Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(deps): Fix the npm audit warnings in jsxgettext-recursive
Browse files Browse the repository at this point in the history
Use jsxgettext-recursive-next (maintained by us), instead.

blocks #6595
  • Loading branch information
Shane Tomlinson committed Oct 29, 2018
1 parent 37bfdcb commit 6d6e3ae
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 332 deletions.
2 changes: 1 addition & 1 deletion grunttasks/l10n-extract.js
Expand Up @@ -7,7 +7,7 @@
var fs = require('fs');
var path = require('path');
var mkdirp = require('mkdirp');
var extract = require('jsxgettext-recursive');
var extract = require('jsxgettext-recursive-next');
var execSync = require('child_process').execSync;

// where to place the pot files.
Expand Down

0 comments on commit 6d6e3ae

Please sign in to comment.